Skip to content

Releases: TeamworkGuy2/excel-builder-ts

excel-builder-ts 0.1.3

17 Oct 13:02

Choose a tag to compare

Changed

excel-builder-ts 0.1.2

17 Oct 13:02

Choose a tag to compare

Changed

  • Corrected/added some type definitions

excel-builder-ts 0.1.1

17 Oct 13:02

Choose a tag to compare

Changed

  • Switched all applicable strings from single to double quotes
  • Added some missing and best guess data types

Fixed

  • Fixed some typeof comparison bugs
  • ExcelBuilder createFile() and createFileAsync() were mistakenly instance functions, now static
  • Picture prototype and constructor type are now correct
  • Workbook.Drawing interface had incorrect type
  • Workbook.addMedia() 'contentType' is now correctly optional

excel-builder-ts 0.1.0

17 Oct 13:01

Choose a tag to compare

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.