fpspreadsheet: Fix incorrect column calculation when ODS formula refers to column index > 25 (> 'AA') (https://forum.lazarus.freepascal.org/index.php/topic,59001).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8245 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-04-08 10:57:15 +00:00
parent e924763a40
commit 0f64e793db
2 changed files with 6 additions and 4 deletions

View File

@ -601,6 +601,7 @@ function ParseCellString(const AStr: String; out ACellRow, ACellCol: Cardinal;
isAbs: Boolean;
begin
Result := false;
ACellCol := 0;
i := AStartPos;
// Scan letters