fpspreadsheet: Fix TsSpreadOpenDocReder.ReadCell returning undefined ColsRepeated value if there are too many columns.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8631 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-11-25 10:30:02 +00:00
parent 9e5003a61d
commit c5dcc98172

View File

@ -3789,6 +3789,7 @@ begin
[ARow, ACol, AFormatIndex]) [ARow, ACol, AFormatIndex])
); );
{$ENDIF} {$ENDIF}
AColsRepeated := 0;
// Workaround for Excel files converted to ods by Calc: These files are // Workaround for Excel files converted to ods by Calc: These files are
// expanded to fill the entire max worksheet. They also have single empty // expanded to fill the entire max worksheet. They also have single empty