Update version to 1.4.7

This commit is contained in:
Andrii Kurdiumov
2026-01-17 09:31:39 +01:00
parent 3b6139ed23
commit 3f193c7948
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -12,7 +12,7 @@ Generate Excel (.xlsx) reports from templates with dynamic data substitution. Cr
- **Preserve formatting** - Cell formatting, merged cells, formulas, named tables are maintained
- **Image support** - Insert images from file paths or Base64
- **Multiple sheets** - Work with multiple sheets, copy/delete sheets dynamically
- **Lightweight & cross-platform** - Only 3 dependencies ([jszip](https://www.npmjs.com/package/@kant2002/jszip), [elementtree](https://www.npmjs.com/package/elementtree), [image-size](https://www.npmjs.com/package/image-size)). Direct XML DOM manipulation with no superfluous overhead. Works seamlessly on Windows, Linux, and macOS.
- **Lightweight & cross-platform** - Only 3 dependencies ([jszip@2](https://www.npmjs.com/package/@kant2002/jszip), [elementtree](https://www.npmjs.com/package/elementtree), [image-size](https://www.npmjs.com/package/image-size)). Direct XML DOM manipulation with no superfluous overhead. Works seamlessly on Windows, Linux, and macOS.
## Installation
@@ -541,6 +541,10 @@ MIT License - see [LICENSE](LICENSE) file for details
## Changelog History
### Version 1.4.7
* Revert dynamic file extension detection to hardcoded 'jpg' (#218) (@jdugh)
### Version 1.4.6
* feat: preserve metadata types when adding images in cells (#216) (@jdugh)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xlsx-template",
"version": "1.4.6",
"version": "1.4.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xlsx-template",
"version": "1.4.6",
"version": "1.4.7",
"description": "Generate .xlsx (Excel) files from templates built in Excel",
"main": "./lib/index",
"files": [