Closed 8191 closed 3 years ago
What might be the best approach to solve this? I think setting the Range.coordinate_start
column to 0 and Range.coordinate_end
to 18278 (=ZZZ) is the most straight forward solution, but most likely not the best one...?
Same is valid for ranges covering a complete column.
Thank you for reporting this.
We did not anticipate this pattern in our current implementation. As you mentioned, the above fix may avoid the error, but we believe the following fixes are necessary to fully address this issue.
We understand that this bug is of high priority. We will give the highest priority to this issue.
The program has been updated. This error has been resolved.
I have a workbook which contains a definition for a complete row (
Sheet1!$6:$6
). Opening the workbook fails atumya_spreadsheet::helper::coordinate::coordinate_from_string
as the regex[A-Z]+
returnsNone
but getsunwrap
ped unconditionally:Backtrace: