Skip to content

Releases: ghiscoding/excel-builder-vanilla

v4.2.1

24 Oct 22:51

Choose a tag to compare

4.2.1 (2025-10-24)

Bug Fixes

  • remove private functions to fix DTS mismatch with lib vs types pkg (5120504) - by @ghiscoding

v4.2.0

24 Oct 21:54

Choose a tag to compare

4.2.0 (2025-10-24)

While trying a bit of Vibe coding with copilot, I was able to add Excel Charts into the library, check out the new demo. I also cleaned up, optimized and added missing interfaces and types for better typing and intellisense.

Features

v4.1.3

20 Oct 21:49

Choose a tag to compare

4.1.3 (2025-10-20)

By using CoPilot I was able to increase and reach full test coverage and while doing that task, I found a couple of small issues in the code (e.g. assigning to.yOff = xOff when yOff is actually expected for Pictures). So thanks to CoPilot, I was able to reach 100% test coverage while also fixing some minor issues at the same time. :)

Bug Fixes

v4.1.2

18 Oct 03:36

Choose a tag to compare

4.1.2 (2025-10-18)

Bug Fixes

v4.1.1

27 Sep 01:58

Choose a tag to compare

4.1.1 (2025-09-27)

Bug Fixes

v4.1.0 - Stream Export API

16 Aug 01:53

Choose a tag to compare

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:


Features

Bug Fixes

v4.0.1

21 Apr 18:34

Choose a tag to compare

4.0.1 (2025-04-21)

Bug Fixes

v4.0.0

12 Apr 04:35

Choose a tag to compare

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

Bug Fixes

v3.1.0 - insert Pictures

05 Mar 03:46

Choose a tag to compare

3.1.0 (2025-03-05)

Features

v3.0.14

13 Oct 19:11

Choose a tag to compare

3.0.14 (2024-10-13)

Bug Fixes