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:
sekelsenmat 2009-09-01 16:47:45 +00:00
parent ca0c39185f
commit cc11ea4ee1
2 changed files with 4 additions and 1 deletions

View File

@ -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));

View File

@ -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: