Re: [gdal-dev] XLS file can't be opened with gdal 3

2020-01-10 Thread Even Rouault
On vendredi 10 janvier 2020 10:21:52 CET Frédéric Trastour wrote: > Hi Tobias, > > Yes, gdal is linked against FreeXL 1.0.5 – and reports support for XLS. > > Note that some other XLS files can be used without problem. > This one, which is included in out test suite doesn’t. Same FreeXL version

Re: [gdal-dev] XLS file can't be opened with gdal 3

2020-01-10 Thread Tobias Wendorff
Hey, Am Fr, 10.01.2020, 10:58 schrieb Frédéric Trastour: > > It works fine with the older version but can't be read with the new new > one. XLS support is based on FreeXL Did you link it against it and installed the library? Best regards, Tobias ___

[gdal-dev] XLS file can't be opened with gdal 3

2020-01-10 Thread Frédéric Trastour
Hi all, porting an application from gdal 2.2 to gdal 3.0, I'm facing a regression problem with an XLS file. It works fine with the older version but can't be read with the new new one. Here are the details : https://pastebin.com/QxWqDG4y. I'm wondering there is any known possible regression in th