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
That's pretty cool, thanks for sharing! I didn't know about the xlsx library (or really SheetJS). It looks like a lightweight library for creating XLSX files which would definitely be useful to a lot of people. I might adapt a simplified version of this for an example at some point.
And also FYI, this is using some undocumented reactable APIs that may change without notice in the future. But I can see how preGroupedRows would be useful for cases like this, so that could be a publicly supported state property in the future.
Yes. In fact, there seem to be a few more undocumented functions, but they don't seem official, so I only referred to the pregroupedrows used in your csv conversion logic.
I wanted to share the method I use for downloading reactable to excel.
Right-click on the table to bring up the context menu.
shiny app
app.js
css
The text was updated successfully, but these errors were encountered: