hyperformula
Advanced tools
Changelog
[3.0.0] - 2025-01-14
mjs
files and exports
property in package.json
to make importing language files possible in Node environment. #1344precisionRounding
configuration option to 10
. #1300simpleCellAddressToString
and simpleCellRangeToString
more logical and easier to use. #1151binarySearchThreshold
configuration option. #1439Changelog
[2.6.1] - 2023-12-27
simpleCellAddressFromString()
method was crashing when called with a non-ASCII character in an unquoted sheet name. #1312Maximum call stack size exceeded
error. #1332Incorrect array size
error. #1147HyperFormula
class. #1323Changelog
Changelog
[2.5.0] - 2023-05-29
updateConfig()
method to rebuild HyperFormula only when the new configuration is different from the
old one. #1251Changelog
[2.3.1] - 2023-03-03
R4C5
, RC1000
, R1C
or RC
can't be used in expression names
anymore. #1058Incorrect array size
error. #1106removeSheet()
) without clearing it
(clearSheet()
) could cause an error. #1121