Releases: hhurz/tableExport.jquery.plugin
Releases · hhurz/tableExport.jquery.plugin
1.9.13
Fixed an issue where horizontal and vertical cell alignment couldn't be overwritten
1.9.12
- Filesaver.js updated to version 1.3.8
- CSV & Excel format: Fixed issue #230 (Formula Injection)
- New options 'preserve.leadingWS' and 'preserve.trailingWS'
1.9.11
- XLS/DOC format: Added fix for landscape orientation
- Grouped excel and word related options into a option object named 'mso'
- PDF format: Fixed an issue where a long text of a table cell was truncated although autotable option overflow was set to 'visible'
1.9.10
- New option 'maxNestedTables' to allow export of nested tables
- New option 'excelPageOrientation'
- Fixed an issue where Excel complained about unreadable content
- PDF format: Downgraded to jsPDF 1.3.4
- XLSX format: SheetJS/js-xlsx 0.12.5
1.9.9
New html data attributes: data-tableexport-colspan and data-tableexport-rowspan
1.9.8
- New option 'exportHiddenCells' to speed up export of large tables with hidden cells
- New html data attribute 'data-tableexport-cellformat'
- Fixed an issue when downloading a file in Edge while not using FileSaver.js
- All formats: Optimized colspan/rowspan handling
- All formats: Filter out sub tables (detail views) from export to avoid corrupted export results
- Excel xlshtml and xmlss format: Use table caption as default worksheet name
- Excel xmlss format: Worksheet names follow excel rules
- More xmlss samples
1.9.7
Excel format: New RTL option
1.9.6
Fixed issue #195: Speed up export of tables with extensive usage of css styling
Fixed issue #196 (Excel format): Error when setting option numbers: output: false
1.9.5
- Added the ability to do anything with doc object before exporting table such as write a title on the top of the page
- Merged pull request #185
- jsPDF doc object can be set as option in case you want to export to an already existing document
- arabic pdfmake example
- xlsx format: Avoid automatic type conversion of numbers when onCellData is defined, so numbers can be exported as text
1.9.4
- Fixed negative number export
- Fixed minify scripts
- Fixed setting of output thousands separator when exporting numbers
- Increased ignoreColumn array type
- Fixed an exception when trying to export a numeric data-tableexport-value