You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed the arraySizeMethod parameter in the FunctionMetadata interface to sizeOfResultArrayMethod. The arraySizeMethod is deprecated and will be removed in one of the next major releases. #1401
Renamed the arrayFunction parameter in the FunctionMetadata interface to enableArrayArithmeticForArguments. The arrayFunction is deprecated and will be removed in one of the next major releases. #1401
Fixed
Fixed an issue where the OFFSET function was ignoring the sheet reference in the provided address. #1477
Breaking change: Changed ES module build to use mjs files and exports property in package.json to make importing language files possible in Node environment. #1344
Breaking change: Changed the default value of the precisionRounding configuration option to 10. #1300
Make methods simpleCellAddressToString and simpleCellRangeToString more logical and easier to use. #1151
Removed
Breaking change: Removed the binarySearchThreshold configuration option. #1439
Fixed an issue where adding or removing columns with DenseStrategy for address mapping resulted in the Cannot read properties of undefined (reading 'splice') error. #1406