Skip to content

Releases: optilude/xlsx-template

Release 1.4.7

17 Jan 08:34

Choose a tag to compare

What's Changed

  • Revert dynamic file extension detection to hardcoded 'jpg' by @jdugh in #218

Full Changelog: v1.4.6...v1.4.7

Release 1.4.6

15 Jan 13:07

Choose a tag to compare

What's Changed

  • Fix: Handle missing drawing rels file when worksheet contains shapes only by @atsu0127 in #214
  • Delete relationships on delete sheet by @jdugh in #215
  • feat: preserve metadata types when adding images in cells by @jdugh in #216
  • Remove Travis configuration We don't use it. by @kant2002 in #217

New Contributors

Full Changelog: v1.4.5...v1.4.6

Release 1.4.5

28 Oct 13:50
8bcf38d

Choose a tag to compare

  • Fixed UTF-8 encoding in copySheet() - sheet content now properly preserved in binary mode
  • copySheet() now properly copies comments (including threaded comments)
  • Note: Do not use binary=false parameter as it corrupts UTF-8 characters. May be deprecated in future versions.
  • Added comprehensive sheet copying tests
  • Excel Column hiding functionality. (#199) Thanks @thelunarwolf

Release 1.4.4

09 Mar 17:03

Choose a tag to compare

  • Move hyperlinks references on added rows and columns. (#184). Thanks @IagoSRL
  • Fix line issue under table with merged cell. (#188). Thanks @muyoungko

Release 1.4.3

07 Mar 17:12

Choose a tag to compare

  • Fix potential issue when template has lot of images.
  • Update image-size to 1.0.2

Release 1.3.2

15 Feb 05:30

Choose a tag to compare

  • Fix import statement for jszip (Sorry!)

Release 1.3.1

15 Feb 03:36
8919eb5

Choose a tag to compare

  • Added the imageRatio parameter like a percent ratio when insert images. (#121)
  • Add new substitution for images. (#110)
  • Fixing Defined Range Name with Sheet Name. (#150)
  • Add binary option for copySheet : for header/footer in UTF-8 (#130)

Release 1.3.0

27 Jul 10:32

Choose a tag to compare

  • Added support for optional moving of the images together with table. (#109)

Release 1.2.0

07 Jul 14:42

Choose a tag to compare

  • Specify license field in addition to licenses field in the package.json (#102)

Release 1.1.0

07 Jul 14:26

Choose a tag to compare

  • Added Typescript definitions