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

Export the table data

Open rahulaggarwalg opened this issue 5 years ago • 2 comments

I'd like to export the pivot table to CSV or Excel once the user is happy with the arrangement of a table. Do you have any tips for how to do this? I can't see anything built in to do this.

Also, Is it possible to save all the selected axis values and other settings (using drag and drop), So next time we can load same formatted graph.

rahulaggarwalg avatar Sep 18 '20 11:09 rahulaggarwalg

Waiting for your revert Nicolas. Please help me in achieving this.

rahulaggarwalg avatar Sep 21 '20 05:09 rahulaggarwalg

There is an example on the site of how to save config to a cookie and restore from that - you should be able to use that as reference in your implementation.

https://pivottable.js.org/examples/save_restore.html

zodvik avatar Aug 29 '21 06:08 zodvik