De : Pharo-dev [mailto:pharo-dev-bounces@lists.pharo.org]
De la part de Esteban A. Maringolo
Envoy�� : lundi 8 d��cembre 2014 16:01
�� : Pharo Development List
Objet : Re: [Pharo-dev] Excel binding
El Mon Dec 08 2014 at 11:41:23 AM, Markus Fritsche <mfritsche@reauktion.de> escribi��:
On 2014-12-08 15:22, Blondeau Vincent wrote:
> Does someone know if there is a mean to access Excel sheets from Pharo
> to get data?
> I don't want to use .csv files but .xls/.xlsx files.
If you're just going to use .xlsx files, it might be possible to unzip
the file and peek the xml representation of that table (not that I've
done it though).
If you're going to support .xls / Excel < 2003 files, you will probably
need a COM-bridge. I remember that I've seen it for Squeak in the past,
I don't recall having seen it for Pharo.
I see it here:
http://ss3.gemstone.com/ss/COM.html/Overview?_s=nm1ShYEJFkyZYmBY&_k=rAHtcYsTEzWiJL5n
Could I have access to the code please?
Thanks in advance,
Vincent
Another kind of hackish solution could be setting up an ODBC driver for
Excel files and then using DBXTalk/ODBC or the ConfigurationOfODBC-based
package.
All of this assuming you're running Pharo in Windows.
Regards!