You've already forked lazarus-ccr
fpspreadsheet: Improved format detection for user-defined file formats.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6762 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -8716,6 +8716,9 @@ begin
|
||||
// If not successful use formats defined by extension
|
||||
fileFormats := GetSpreadFormatsFromFileName(faRead, AFileName);
|
||||
|
||||
if Length(fileformats) = 0 then
|
||||
fileformats := GetSpreadFormats(faRead, [ord(sfExcel8)]);
|
||||
|
||||
// Remove already tested format
|
||||
found := false;
|
||||
i := 0;
|
||||
|
Reference in New Issue
Block a user