Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Releases: hhurz/tableExport.jquery.plugin

1.33.0

23 Mar 19:05

Choose a tag to compare

New export format: Markdown

1.32.0

18 Mar 21:22

Choose a tag to compare

  • Issue #383: Page break before table and title when exporting to PDF using pdfmake
  • Issue #384: (IE11 Support) Replaced arrow functions with traditional function declarations
  • Issue #386: (XLSX export) 'numbers.output = false' not possible

1.30.0

07 Apr 18:48

Choose a tag to compare

The PDF export with pdfmake now also takes into account some style attributes from the html table to be exported: alignment, background color, color, font style

1.29.0

29 Mar 16:56

Choose a tag to compare

  • New pdfmake parameter 'widths' to control the width of columns in the exported table
  • composer.json added (1.28.0)
  • Updated Korean and Indian examples (1.28.0)

1.28.0

03 Jul 20:17

Choose a tag to compare

Fixed issue 367: not in in MS-Excel exported file
Fixed issue 368: BOM is never inserted in CSV exports

1.27.0

09 Mar 20:42

Choose a tag to compare

Fixed issue #363: Korean is broken(UTF-8)

This fix now also allows the integration of external ttf fonts for PDF export with jsPDF (see test/koreanPdf.html)

1.26.0

20 Apr 20:19

Choose a tag to compare

XLSX: New option mso.xlsx.formatid.currency, which allows you to specify the format for exporting currency values

1.25.0

10 Apr 19:05

Choose a tag to compare

Fixed XSS vulnerability with default onCellHtmlData function

1.22.0

09 Mar 18:45

Choose a tag to compare

Call onAfterSaveToFile when exporting tp pdf with jsPdf

1.21.0

19 Dec 19:20

Choose a tag to compare

IE11 Support