You've already forked lazarus-ccr
fpspreadsheet: Initial support for reading html files (data only, no formats, no nested tables).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4236 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -23,7 +23,7 @@ begin
|
||||
MyDir := ExtractFilePath(ParamStr(0));
|
||||
InputFileName := MyDir + 'test' + STR_COMMA_SEPARATED_EXTENSION;
|
||||
if not FileExists(InputFileName) then begin
|
||||
WriteLn('Input file ', InputFileName, ' does not exist. Please run excel2write first.');
|
||||
WriteLn('Input file ', InputFileName, ' does not exist. Please run csvwrite first.');
|
||||
Halt;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user