fpspreadsheet: Add workaround for missing xml spaces to TsOpenDocReader.ReadNumFormats.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3120 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-06-01 13:08:14 +00:00
parent 100e8978ef
commit 6f96f3bcb6
2 changed files with 20 additions and 4 deletions

View File

@ -3,8 +3,9 @@ opendocread.dpr
Demonstrates how to read an OpenDocument file using the fpspreadsheet library
AUTHORS: Felipe Monteiro de Carvalho, Werner Pamler
AUTHORS: Felipe Monteiro de Carvalho
}
program opendocread;
{$mode delphi}{$H+}
@ -26,7 +27,7 @@ begin
// Open the input file
MyDir := ExtractFilePath(ParamStr(0));
InputFileName := MyDir + 'testodf.ods';
InputFileName := MyDir + 'test.ods';
WriteLn('Opening input file ', InputFilename);
// Create the spreadsheet