You've already forked lazarus-ccr
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:
@ -3789,6 +3789,7 @@ begin
|
||||
[ARow, ACol, AFormatIndex])
|
||||
);
|
||||
{$ENDIF}
|
||||
AColsRepeated := 0;
|
||||
|
||||
// Workaround for Excel files converted to ods by Calc: These files are
|
||||
// expanded to fill the entire max worksheet. They also have single empty
|
||||
|
Reference in New Issue
Block a user