TableExport Versions Save

The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.

v4.0.10

7 years ago

Update license from MIT to Apache-2.0

v3.3.13

7 years ago

Update license from MIT to Apache-2.0

v4.0.8

7 years ago
File Description
tableexport.d.ts Update definition file to allow for optional defaults without error.

v4.0.7

7 years ago
File Description
tableexport.js
tableexport.min.js
Modify to allow for require, default and named imports, closes #65.
var TableExport = require('tableexport');
import TableExport from 'tableexport';
import {TableExport} from 'tableexport';

v4.0.6

7 years ago
File Description
tableexport.js
tableexport.min.js
Improve AMD define statement with require syntactic sugar.

v4.0.5

7 years ago
File Description
tableexport.js
tableexport.min.js
fix #66 : Date data exported is different format.
Conditional module loading of jQuery in AMD/CMJ environments.

v4.0.4

7 years ago
File Description
tableexport.js
tableexport.min.js
add getBinaryData prototype method to retrieve an ArrayBuffer of raw binary data (i.e. filesize in bytes).

v4.0.3

7 years ago
File Description
tableexport.js
tableexport.min.js
minor code refactor, removing unused methods (e.g. escapeHtml)
tableexport.css
tableexport.min.css
minor code refactor

v4.0.2

7 years ago
File Description
tableexport.d.ts fix #59 : Missing/invalid definitions for TypeScript

v4.0.1

7 years ago
File Description
tableexport.js
tableexport.min.js
fix #57 : file format and extension don't match