Tags: jpoz/werkbook
Tags
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
PreviousNext