react-export-excel icon indicating copy to clipboard operation
react-export-excel copied to clipboard

Fix bug when passing a date

Open DarkSorrow opened this issue 4 years ago • 3 comments

I think there is a typo when the date has to be converted, it's the v that should be used and not the cell.v as it doesn't exist yet

Type:

The following has been addressed in the PR:

  • There is a related issue?
  • Unit or Functional tests are included in the PR

Description:

DarkSorrow avatar Jul 12 '21 10:07 DarkSorrow

How to add the style in the header?

The function doesn't allow you to pass style. It needs to be done differently but i'm not working on that at the moment, i just helped a friend fix his code crashing because of that. If i get some more time i'll try to take a look later but this fix will prevent a crash from the underlying library

DarkSorrow avatar Aug 04 '21 20:08 DarkSorrow

Hi I am using this package. I am stuck in one point where I need to export the file in CSV format but if we pass file extension props as CSV. Then will download the file with CSV extension but the newly downloaded file is completely blank. No data into this File.Can any one is having example for this to download the file with CSV file extension

sujitdev avatar Oct 14 '21 17:10 sujitdev