react-data-export icon indicating copy to clipboard operation
react-data-export copied to clipboard

Export dataset in react.

Results 81 react-data-export issues
Sort by recently updated
recently updated
newest added

#### My reason: I Would like for it to be possible to actually style the header cells. #### Steps to reproduce: Make style passable into the header cell. Currently: ![image](https://user-images.githubusercontent.com/9960794/47650632-8305d480-db89-11e8-9287-4a50bba28460.png)...

#### Suggestion: I would like to use this library in a typescript project. I tried to type the index.js file, but I couldn't find a way to express the export...

Is there any support like react fragment give us? group a list of children of various api's data but showing them on one spreedsheet.

feature-request

Hi, Thanks a lot for your work on this great plugin. I am able to export XLSX files without any problem but you don't mention in the docs how to...

feature-request

![image](https://user-images.githubusercontent.com/63980905/212785229-aef1adb4-eb18-4a2d-bbb5-1ae8bba1df5f.png) node_modules/tempa-xlsx/ods.js:13:29: 13 │ catch(ee) { return require('xl' + 'sx').utils; } │ ~~~~ ╵ "./xlsx" Use the relative path "./xlsx" to reference the file "node_modules/tempa-xlsx/xlsx.js". Without the leading "./", the...

When using the `multiDataSet` (from the [styled_excel_sheet example](https://github.com/securedeveloper/react-data-export/blob/master/examples/styled_excel_sheet.md)), it seems that the styling for the vertical alignment does not follow the values that are outlined in the documentation: alignment |...

Type: Fix The following has been addressed in the PR: Closing #174 Moving index.d.ts to dist/ directory which is referenced by npm, fixes #179 #146 #64" Requesting @securedeveloper to please...

Hi, I installed "react-export-excel": "^0.5.3", but when I import const I have this error: ![image](https://user-images.githubusercontent.com/77487424/231994839-99357f5e-10c2-4b38-bcac-a83f210ab4de.png) @type/react-export-excel doesn't exist. My react version is "^18.2.0" Could you help me?

I have read your documentation. I am trying to download multiple excel files in single element click. Is this possible in this library?. Also having requirement to zip all these...

when i try to use condtional rendering as shown in the image below ![image](https://user-images.githubusercontent.com/61456270/204085748-86856cdb-ab70-466c-9c33-17e963179d6f.png) i faced this error in the image below ![image](https://user-images.githubusercontent.com/61456270/204085709-bd1e0502-4c22-463b-9814-8e98d0351c96.png) so to avoid that i tried to...