Skip to content

Tags: jpoz/werkbook

Tags

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump changelog to v0.9.3 (#63)

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tolerate leading '=' in SetFormula (#62)

* fix(formulas): strip leading equals from formula input

Allows users to input formulas with leading '=' as they would in Excel.
Prevents #NAME? errors by ensuring clean formula storage in OOXML.

The leading equals would nest inside the <f> element and break
evaluation if not stripped during SetFormula processing.

* chore: bump changelog to v0.9.2

v0.9.0

Toggle v0.9.0's commit message
Update CHANGELOG for v0.9.0 release

v0.8.1

Toggle v0.8.1's commit message
Add MIT license

v0.7.0

Toggle v0.7.0's commit message
docs: update CHANGELOG for v0.7.0

v0.6.1

Toggle v0.6.1's commit message
docs: add v0.6.1 changelog