You've already forked lazarus-ccr
fpspreadsheet: Fix csv writer ignoring blank cells ("WriteBlank")
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4678 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -291,7 +291,7 @@ procedure TsCSVWriter.WriteBlank(AStream: TStream; const ARow, ACol: Cardinal;
|
|||||||
begin
|
begin
|
||||||
Unused(AStream);
|
Unused(AStream);
|
||||||
Unused(ARow, ACol, ACell);
|
Unused(ARow, ACol, ACell);
|
||||||
// nothing to do
|
FCSVBuilder.AppendCell('');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ Write boolean cell to stream formatted as string }
|
{ Write boolean cell to stream formatted as string }
|
||||||
|
Reference in New Issue
Block a user