You've already forked lazarus-ccr
fpspreadsheet: Fix spans typo in xlsxooxml.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3308 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -389,7 +389,7 @@ begin
|
||||
then begin
|
||||
for r := 0 to Workbook.VirtualRowCount-1 do begin
|
||||
AppendToStream(FSSheets[FCurSheetNum], Format(
|
||||
'<row r="%d" spans="1:%d">', [r+1, Workbook.VirtualRowCount]));
|
||||
'<row r="%d" spans="1:%d">', [r+1, Workbook.VirtualColCount]));
|
||||
for c := 0 to Workbook.VirtualColCount-1 do begin
|
||||
CellPosText := CurSheet.CellPosToText(r, c);
|
||||
value := varNull;
|
||||
|
Reference in New Issue
Block a user