Releases: ghiscoding/excel-builder-vanilla
Releases · ghiscoding/excel-builder-vanilla
v4.1.0 - Stream Export API
4.1.0 (2025-08-16)
Streaming Excel Export
Streaming export is designed for large datasets, providing better performance and memory efficiency in both browser and NodeJS environments. The API and features are the same as the regular export and the features like formulas, alignment, borders, and more are all supported.
New Docs:
New Examples:
- Example 15 - Streaming Excel Export (100,000 rows)
- Example 16 - Streaming Features Demo (50,000 rows)
- Example 17 - Streaming Export with Images
Features
- export streaming (3a887ae) - by @ghiscoding
Bug Fixes
- deps: update all non-major dependencies (b1b9354) - by @renovate-bot
v4.0.1
v4.0.0
4.0.0 (2025-04-12)
The project now ships as ESM-Only which mean no more CommonJS (CJS) and that's all this new release includes. If you were already using import
then this release should be transparent without any changes required.
⚠ BREAKING CHANGES
- build as ESM-Only, drop CJS
Features
- build as ESM-Only, drop CJS (ee22a7b) - by @ghiscoding
Bug Fixes
- deps: update all non-major dependencies (53504a7) - by @renovate-bot
v3.1.0 - insert Pictures
3.1.0 (2025-03-05)
Features
- support inserting pictures in Excel, closes #83 (16745f6) - by @ghiscoding
v3.0.14
3.0.14 (2024-10-13)
Bug Fixes
- run attw and use correct index file entries (19c3e99) - by @ghiscoding
v3.0.13
v3.0.12
3.0.12 (2024-10-11)
Bug Fixes
- remove tsup, replace with Vite + dts-bundle-generator (2f8431f) - by @ghiscoding