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

this PR address the following issue [#155](https://github.com/securedeveloper/react-data-export/issues/155#issue-857912992)

I would like to hide a column using a condition as following: ``` {colToExport.created_at && ( moment(params.created_at).format('MMM Do, YYYY, HH:mm') } /> )} ``` But I am getting an error...

#### My reason: Generated file is too big comparing with file that is created from MS Excel #### Steps to reproduce: Opening in 7zip excel files created with MS Excel...

#### My reason: #### Steps to reproduce: #### Lib Version: i want to set column width by string length of data. i tried wrapText:true option, but it's not working is...

I've tried to export following data with nested array but is not working, please help me... `data: [ { firstname: "Ahmed", lastname: "Tomi", email: "[email protected]", phone_nums: ['0550001624', '0550001999']}, { firstname:...

**Type:** bug **Description:** 1. upgrade tempa-xlsx to 0.8.20 to fix the require warning as below. ``` WARNING Compiled with 1 warnings16:16:17 warning in ./node_modules/react-data-export/node_modules/tempa-xlsx/ods.js Module not found: Error: Can't resolve...

hello there, facing an issue when adding dependencies... I tried using this npm install react-data-export --save error:-Module not found: Can't resolve 'react-data-export' the same dependencies added using... yarn add react-data-export...

**Type:** Typescript **Description:** `Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your...