react-data-export
react-data-export copied to clipboard
Export dataset in react.
#### 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: ...
#### 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.
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...
 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:  @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  i faced this error in the image below  so to avoid that i tried to...