You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using reactable tables to display data in our daily, weekly and monthly reports. More often than not, the other departments that we send our reports to want to download the table as an excel format to do further analysis. So, could that feature be added as an extra field as in the case of, for example, searchable = TRUE field? So, in this case, it would be suffice to add download = TRUE as an extra field .
The text was updated successfully, but these errors were encountered:
Hi, this isn't possible today, but similar features have been requested before (#11, #182). I'll group this together with those. In the meantime, I think Shiny is the way to go, as @algo-se mentions. Or if you have an existing Excel file of the raw data, you could add a hyperlink to that file (example in #182 (comment)).
This is now possible to do without Shiny using the new JavaScript API in the development version (0.2.3.9000). See #11 (comment) for more details and examples.
You can download the table data as a CSV file (not an XLSX file), which I guess is close enough to being Excel format. If you do need the ability to export an XLSX file, feel free to reopen this issue.
Hi,
I'm using reactable tables to display data in our daily, weekly and monthly reports. More often than not, the other departments that we send our reports to want to download the table as an excel format to do further analysis. So, could that feature be added as an extra field as in the case of, for example, searchable = TRUE field? So, in this case, it would be suffice to add download = TRUE as an extra field .
The text was updated successfully, but these errors were encountered: