This repository has been 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
RowColMap
helper class: a table preprocessing stage to collect metadata and prevent repetitive iterations for every filetype. - Restructure the
LocalStorage
helper class (removed fromTableExport.prototype
). - Add
CONSTANTS
toTableExport.prototype
for 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
rowspan
andcolspan
(fixesRowspan and Colspan
#27). - Added
getFileSize
utility method to quickly calculate the filesize of a file export. - Rename
getBinaryData
to the more semantically correctgetRawData
- Rename
types
totypeConfig
- Move
xlsx
,xls
,csv
, andtxt
TableExport.prototype
properties to be nested under theformatConfig
namespace. - Added more
examples
.
npm install [email protected]