react-csv icon indicating copy to clipboard operation
react-csv copied to clipboard

Can we use this this package for downloading a file in Excel Formal?

Open Rahulk4128 opened this issue 1 year ago • 2 comments

I want to use this package for allowing download in Excel format to? Does this package support this?

Rahulk4128 avatar Jun 24 '24 06:06 Rahulk4128

No, that's not a supported feature. You could make a pipeline where you export csv, then convert to excel, then download that.

EliotSlevin avatar Jul 02 '24 09:07 EliotSlevin

can you share any example or code sandbox example? It will be a great help.


From: Eliot Slevin @.> Sent: Tuesday, July 2, 2024 2:49 PM To: react-csv/react-csv @.> Cc: Rahul Kumar @.>; Author @.> Subject: Re: [react-csv/react-csv] Can we use this this package for downloading a file in Excel Formal? (Issue #379)

No, that's not a supported feature. You could make a pipeline where you export csv, then convert to excel, then download that.

— Reply to this email directly, view it on GitHubhttps://github.com/react-csv/react-csv/issues/379#issuecomment-2202489692, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A36B5IOZWIR7OHXFAXENODLZKJWA5AVCNFSM6AAAAABJZFEKXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBSGQ4DSNRZGI. You are receiving this because you authored the thread.Message ID: @.***>

Rahulk4128 avatar Jul 02 '24 10:07 Rahulk4128