I'm working on XLSX / ODS support code just now. Nothing done on *reading* the data yet, but it may be easily switched. But my plans do not includes support of (binary) XLS format. 2014-12-09 20:05 GMT+03:00 Esteban A. Maringolo <emaringolo@gmail.com>:
El Tue Dec 09 2014 at 1:51:56 PM, Blondeau Vincent < vincent.blondeau@worldline.com> escribió:
ODBC seems actually not be a good solution. I have to create one ODBC connection by Excel file and I have many of themâ¦
I don't know about the ODBC wrapper for Pharo, but usually you don't need a DSN defined at the user/system level, you can build your own connection string for the DSN, which will likely specify the path to the source file.
I did this in the past with Dolphin Smalltalk (Win32) with no issues whatsoever.
Regards,