You've already forked lazarus-ccr
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:
@ -601,6 +601,7 @@ function ParseCellString(const AStr: String; out ACellRow, ACellCol: Cardinal;
|
||||
isAbs: Boolean;
|
||||
begin
|
||||
Result := false;
|
||||
ACellCol := 0;
|
||||
|
||||
i := AStartPos;
|
||||
// Scan letters
|
||||
|
Reference in New Issue
Block a user