Initial library release.
·
118 commits
to master
since this release
ReleaseLog
Version 0.1.0
Supported file formats and extensions.
This version support excel
export with xlsx
format and data format to export has a format like this,
var data = [
{...object1},
{...object2},
{...object3}
]