This repository was archived by the owner on Jul 25, 2021. It is now read-only.
v5.0.0-rc.1
Pre-release
Pre-release
v5.0.0-rc.1 new features:
- Add new
RowColMaphelper class: a table preprocessing stage to collect metadata and prevent repetitive iterations for every filetype. - Restructure the
LocalStoragehelper class (removed fromTableExport.prototype). - Add
CONSTANTStoTableExport.prototypefor convenient, centralized access to internal property values (as well as to prune out magic strings). - Rewrite the rowspan/colspan algorithm to be more precise when handling complex assortments of
rowspanandcolspan(fixesRowspan and Colspan#27). - Added
getFileSizeutility method to quickly calculate the filesize of a file export. - Rename
getBinaryDatato the more semantically correctgetRawData - Rename
typestotypeConfig - Move
xlsx,xls,csv, andtxtTableExport.prototypeproperties to be nested under theformatConfignamespace. - Added more
examples.
npm install tableexport@5.0.0-rc.1