Skip to content

2.3.1

Compare
Choose a tag to compare
@sequba sequba released this 03 Mar 08:50
· 127 commits to master since this release

Fixed

  • Fixed an issue where expression names were not allowed to start with a cell
    reference. #1058
  • Fixed an issue where expression names were allowed to start with R1C1-notation
    references. For better compatibility with other spreadsheet software, strings
    such as R4C5, RC1000, R1C or RC can't be used in expression names
    anymore. #1058
  • Fixed an issue where using reversed ranges with absolute addressing could
    cause the Incorrect array size error. #1106
  • Fixed an issue where removing a sheet (removeSheet()) without clearing it
    (clearSheet()) could cause an error. #1121