excel-builder-ts 0.1.0
Added
Initial commit of TypeScript port of the excel-builder.js library.
Changed
JSZip dependency in favor of requiring the caller to pass an instance of JSZip to this library
Removed
Removed underscore and require.js dependencies in favor of native javascript and CommonJS style imports/exports.