Ever worked with table data in your React application and wanted to include a file export functionality?
Recently, I was to implement a feature that required exporting some user data displayed in a table, as .csv and Excel files.
I had initially th...