Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading Reactable table in excel format? #194

Closed
kaya-atakan opened this issue Sep 3, 2021 · 3 comments
Closed

Downloading Reactable table in excel format? #194

kaya-atakan opened this issue Sep 3, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@kaya-atakan
Copy link

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 .

@algo-se
Copy link

algo-se commented Sep 4, 2021

I'm guessing you are using Shiny, then you can code it yourself, it's easy: link1, link2.

@glin glin added the enhancement New feature or request label Sep 5, 2021
@glin
Copy link
Owner

glin commented Sep 5, 2021

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)).

@glin
Copy link
Owner

glin commented Nov 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants