You've already forked lazarus-ccr
fpspreadsheet: Fix xlsx writer mismatch between _rels/.rels and docProps/core.xml files making files without metadata unreadable for Excel.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7584 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -6105,9 +6105,6 @@ var
|
|||||||
begin
|
begin
|
||||||
book := TsWorkbook(FWorkbook);
|
book := TsWorkbook(FWorkbook);
|
||||||
|
|
||||||
if book.MetaData.IsEmpty then
|
|
||||||
exit;
|
|
||||||
|
|
||||||
AppendToStream(AStream,
|
AppendToStream(AStream,
|
||||||
XML_HEADER);
|
XML_HEADER);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user