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
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