react-data-export
react-data-export copied to clipboard
Export dataset in react.
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 :  and  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...