filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Export to Excel #194

Closed chuckrfields closed 8 years ago

chuckrfields commented 8 years ago

We're using asp.net gridview and have the sorting and column toggle working fine. However, if the user hides a column then exports the file to excel the resulting file shows all columns. Is there a way to export only the shown columns to excel?

zachleat commented 8 years ago

Hmm, this will probably require some kind of CSV export or additional server side processing. It isn’t available in the project now—not sure I’d want to maintain this as part of tablesaw, it seems like a separate thing. Sorry!