Releases: hhurz/tableExport.jquery.plugin
Releases · hhurz/tableExport.jquery.plugin
1.10.7
XLSX format: Support data attributes and callback functions as known from the other formats
1.10.6
Fixed issue #275: Modifying attributes with jquery cache issue
1.10.4
Export format sql: New options sql.tableEnclosure and sql.columnEnclosure
1.10.3
Issue #261: mso.styles not working
1.10.2
- data-tableexport-canvas: Fixed image size calcualtion for jsPDF-AutoTable
- Issue #202: Multiple worksheets and .xlsx file extension
- Issue #230: Added a note about preventing formula injection
- Feature request: Callback functions 'onAfterSaveToFile' and 'onBeforeSaveToFile'
1.10.1
- IE needs es6-promise for html2canvas to work
- Obsolete option: maxNestedTables
- New data attribute (for internal use): data-tableexport-canvas
- Some code refactoring and optimizations
1.9.16
- Fixed an issue when saving an export file produced by pdfmake
- Fixed detection of br tags containing attributes
- Updated html2canvas to version 1.0.0-alpha.12
1.9.15
Fixed regression bug: New lines will be turned into spaces and br tags into new lines
1.9.14
Fixed an issue introduced with new option preventInjection where empty cells were exported containing a single apostrophe