Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@sequba sequba released this 14 Jan 11:07
· 1 commit to master since this release

Added

  • Added a new function: XLOOKUP. #1458

Changed

  • 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