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

Accessing nested objects is not possible. For example if you hava an array like this and and try to access the user.name it is not possible. ``` const dataSet =...

I want a .xls excel file I tried the porps fileExtension="xls" but I can not open the file. ``` const multiDataSet = [ { columns: [{ title: 'Date' }, {...

Version- "react-export-excel": "^0.5.3", I am using This Library to Export in Excel With Multiple Tabs below is working fine Export CSV}> } It throws an Error TypeError: Cannot read property...

#### My reason: Getting above error when trying to use style attribute for column headings #### Steps to reproduce: const excelDetailColumns = [ { value: '#', widthPx: 160, style: {...

Just a question, cannot figure out how to set right to left column order in a sheet? ``` col.is_married ? "Married" : "Single"}/> ```

**Type:** Fix documentation **Description:** Cells style `alignment horizontal` property has `right`/`left`/`center` possible values!

I have date column in xlsx when download. but when i applied filter its not working as expected, i need to change that date column from string to date type....

I want to merge cell when I export to excel file。but I don't know how to do this,is there an example which merges cell ? Thank you very much!

how can i set value of column on right side and title column on left? and how can i group the title column? example in column "month" there are many...