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

Hello! I'm using this library for a few days now without trouble on Ubuntu. The downloaded file opens correctly on my PC and Windows, but for some reason I get...

I tried doing : ![image](https://user-images.githubusercontent.com/40559529/77221778-d108e700-6b87-11ea-8f33-9666692d2400.png) and ![image](https://user-images.githubusercontent.com/40559529/77221798-f138a600-6b87-11ea-8d4a-cddd6ea0f741.png) it seems it doesnt have any effect on the excel file

I would like to start by thanking you for your work. Your library is the most complete I have found. However, there are some difficulties I have encounter: **Colspan:** this...

Hi, I saw that you added **colspan** feature to this component, but I can find docs how to use it. (https://github.com/securedeveloper/react-data-export/issues/22) Can you provide a small example?

I wanted some of the columns to have drop down list options. Is this already built in it? cause i didn't found any in docs.

#### My reason: - I want to center the excel column, set a border. What should I do? #### Steps to reproduce: #### Lib Version: - 0.5.0 ----------------------------------------------------- I want...

React export excel not working on web view(android) but working on the browser. My code is given below. ``` ``` Normally download is working but downloading through webview (android) is...

Is it possible to remove header row??

Hi, Can I use NumFmt without a dataset? So my code is like: ` const ExcelFile = ReactExport.ExcelFile; const ExcelSheet = ReactExport.ExcelFile.ExcelSheet; const ExcelColumn = ReactExport.ExcelFile.ExcelColumn; const ExportXls = ({...

Hi, I like this npm for exporting data in react app. But is it possible to set the column width to the max width of the content automatically, just like...