You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user