Skip to content

excel-builder-ts 0.1.0

Choose a tag to compare

@TeamworkGuy2 TeamworkGuy2 released this 17 Oct 13:01
· 23 commits to master since this release

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.