Releases: optilude/xlsx-template
Releases · optilude/xlsx-template
Release 1.4.7
What's Changed
Full Changelog: v1.4.6...v1.4.7
Release 1.4.6
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
- 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=falseparameter 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
- 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
- Fix potential issue when template has lot of images.
- Update image-size to 1.0.2
Release 1.3.2
- Fix import statement for jszip (Sorry!)
Release 1.3.1
Release 1.3.0
- Added support for optional moving of the images together with table. (#109)
Release 1.2.0
- Specify license field in addition to licenses field in the package.json (#102)
Release 1.1.0
- Added Typescript definitions