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

I like the easy creation of xlsx files with this package, but noticed that installation of the xlsx dependency blows up my production bundle from 1.27 to 2.65 MiB. Since...

import { default as ExcelFile, ExcelSheet, ExcelColumn } from "react-data-export"; ``` exportExcel = () =>{ console.log('funzione') return( )} ``` No works.. why?

How to make the sheet or file as right to left, not just the columns.

I want to fill existing excel template file (it have header styling)

My dataset is ``` dataSet = [{ columns: [ {title: "A", style: {font: {bold: true}}, width: {wpx: 200}}, // pixels width {title: "B", style: {font: {bold: true}}, width: {wch: 10}},...

The above error is being thrown while running the example code being mentioned in github

Hello there! Thank you for creating this library. It has been very helpful. Does this library currently support header groups? I am using `react-table` to render tables with header groups...

#### My reason: I am trying to create an Excel file with 2 Sheets containing different data. However, whenever I try to open the Excel file, Excel says I have...

I have tried many ways but haven't succeeded in cell alignment changed to right. Please let me know if this is possible. I have used `readingOrder`. ``` { value: "H1",...

Hello, I am not able to add the colspan in my code. Can anyone suggest how to add the colspan or else any styles we can add to make it...