StatisticsParser icon indicating copy to clipboard operation
StatisticsParser copied to clipboard

Create an export to Excel functionality.

Open Jorriss opened this issue 11 years ago • 2 comments

Jorriss avatar May 15 '13 20:05 Jorriss

Just saw that this was on GitHub.

You may be able to take advantage of this with just a few changes: https://github.com/nycdotnet/TSqlFlex/blob/master/Code/TSqlFlex.Core/XmlSpreadsheetRenderer.cs

The XML Spreadsheet schema is very easy to use (it's just a text file), opens in Excel as a real spreadsheet without mangling everything like CSVs do, and supports data types and simple formatting such as bold.

nycdotnet avatar Nov 24 '14 18:11 nycdotnet

This should be done in pure JavaScript, IMHO. See:

https://github.com/jmaister/excellentexport

jzabroski avatar Mar 24 '16 14:03 jzabroski