DataTables / TableTools

Please note that TableTools has now been retired and replaced by the Buttons and Select extensions which offers significant improvements and API integration with the rest of DataTables and the other extensions.
http://datatables.net/
Other
237 stars 149 forks source link

XLS file appears to be a CSV #56

Closed berkaye closed 10 years ago

berkaye commented 10 years ago

The XLS and CSV buttons appear to save the same thing. Is there a way to generate an actual XLS file?

DataTables commented 10 years ago

There are a number of discussions about this in the DataTables forums. For example.

In short, it is UTF16-LE that is exported, so not quite the same. But ultimately yes, I want to have an xlsx export.

See #44