react-data-export
react-data-export copied to clipboard
Export dataset in react.
**Type: bug** The following has been addressed in the PR: * Support React+TypeScript **Description:** React+TypeScript works with this update.
#### My reason: I would like to add 2 cells at the end of the sheet from my dataset, a "**total**" and a "**value**"  here is my code ```...
I am traying to migrate react app to use vitejs . after migration I am getting an error "Uncaught ReferenceError: cptable is not defined" link to reduce https://stackblitz.com/edit/vitejs-vite-u84ldu?file=package.json,src%2FApp.jsx&terminal=dev
We tried updating react-scripts from 4.0.3 to 5.0.0 with react-data-export 0.6.0 and xlsx 0.17.2, and when we try to build it fails with the error `Module not found: Error: Can't...
Hello, I'm trying to use this exciting library. After installing the react-data-export package in my existing react application I get an error when I import the package by using `import...
Hi, can we use this library to export html table to excel ? If yes, how ?
installing via npm fails `> npm install react-export-excel --save npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent Error...
Hi, Thanks for your work on this library. I use typescript in my project and get next issue: I import ``` import ReactExport from 'react-data-export'; ``` and get  but...
First of all, thanks for your great job, I love your data export! My question: How do I set a style on "label" and "value" while using an `` which...
The following has been addressed in the PR: - Issue #141 - No unit tests added **Description:** Resolves issue #141, as it makes no sense ExcelCell to have the type...