Skip to content

Releases: hhurz/tableExport.jquery.plugin

1.9.13

12 Aug 17:52
Compare
Choose a tag to compare

Fixed an issue where horizontal and vertical cell alignment couldn't be overwritten

1.9.12

11 Aug 19:53
Compare
Choose a tag to compare
  • 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

27 Apr 10:34
Compare
Choose a tag to compare
  • 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

17 Mar 11:54
Compare
Choose a tag to compare
  • 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

26 Feb 17:46
Compare
Choose a tag to compare

New html data attributes: data-tableexport-colspan and data-tableexport-rowspan

1.9.8

22 Nov 20:14
Compare
Choose a tag to compare
  • 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

24 Oct 20:05
Compare
Choose a tag to compare

Excel format: New RTL option

1.9.6

05 Oct 14:15
Compare
Choose a tag to compare

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

19 Sep 19:43
Compare
Choose a tag to compare
  • 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

01 Aug 19:41
Compare
Choose a tag to compare
  • 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