fpspreadsheet: Small improvements
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@943 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
ca0c39185f
commit
cc11ea4ee1
@ -20,6 +20,9 @@ var
|
||||
MyDir: string;
|
||||
i: Integer;
|
||||
CurCell: PCell;
|
||||
|
||||
{$IFDEF WINDOWS}{$R excel8read.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
// Open the input file
|
||||
MyDir := ExtractFilePath(ParamStr(0));
|
||||
|
@ -10,7 +10,7 @@ To ensure a properly formed file, the following order must be respected:
|
||||
2nd to Nth record: Any record
|
||||
Last record: EOF
|
||||
|
||||
Excel 5 files are OLE compound document files, and must be written using the
|
||||
Excel 8 files are OLE compound document files, and must be written using the
|
||||
fpOLE library.
|
||||
|
||||
Records Needed to Make a BIFF8 File Microsoft Excel Can Use:
|
||||
|
Loading…
Reference in New Issue
Block a user