Releases: clarketm/TableExport
Releases · clarketm/TableExport
v4.0.0-alpha.1
jQuery dependency is now optional. TableExport can now be invoked with the TableExport
constructor.
e.g.
var tables = document.querySelectorAll('table');
new TableExport({
"formats": ["xlsx", "xls", "csv", "txt"]
});
v3.3.1
File |
Description |
tableexport.js
tableexport.min.js |
1) fix #25 : doesn't work on IE and Safari. startsWith replaced with substr . 2) change default MIME type for csv from application/csv to text/csv |
v3.3.0
major-version npm and bower dependency upgrades.
v3.2.15
File |
Description |
tableexport.d.ts |
fix TS definition syntax by removing module wrapper. |
v3.2.14
File |
Description |
tableexport.js
tableexport.min.js |
fix #25 : doesn't work on IE and Safari. startsWith replaced with substr . |
v3.2.13
File |
Description |
tableexport.js
tableexport.min.js |
added TypeScript (ts ) definition support |
v3.2.12
File |
Description |
tableexport.js
tableexport.min.js |
add new emptyCSS property to ignore cells <td> by CSS selector(s) – replacing cells values with an empty string in the exported file. |
v3.2.11
File |
Description |
tableexport.js
tableexport.min.js |
fix issue #20 : escape HTML not working for forward slashes. |
v3.2.10
File |
Description |
tableexport.js
tableexport.min.js |
fix issue regarding consecutive rowspan /colspan declarations being ignored by the parser (xlsx and xls file formats). |
v3.2.9
File |
Description |
tableexport.js
tableexport.min.js |
fix UMD factory syntax for AMD and CJS module formats |