Re: [Tutor] Read Excel file without COM

2005-11-29 Thread bob
At 01:45 PM 11/29/2005, John Fouhy wrote: >On 30/11/05, bob <[EMAIL PROTECTED]> wrote: > > Interesting you ask at the same time I'm researching this question. I found > > http://sourceforge.net/projects/pyexcelerator > > Somewhere I thought I saw a reference to its ability to read Excel > > files,

Re: [Tutor] Read Excel file without COM

2005-11-29 Thread K . Weinert
Hello, you could try to access the excel file via ODBC if the only thing you need to do is reading. It worked for me when I was working with Excel 95 (no COM) and wanted to read in worksheets in python. Here are some infos on excel datasources: http://www.idude.net/excel/articles/using_excel_file_

Re: [Tutor] Read Excel file without COM

2005-11-29 Thread John Fouhy
On 30/11/05, bob <[EMAIL PROTECTED]> wrote: > Interesting you ask at the same time I'm researching this question. I found > http://sourceforge.net/projects/pyexcelerator > Somewhere I thought I saw a reference to its ability to read Excel > files, but I'm having a hard time getting to that. It does

Re: [Tutor] Read Excel file without COM

2005-11-29 Thread Eric Walker
On Behalf > Of [EMAIL PROTECTED] > Sent: Wednesday, 30 November 2005 8:59 a.m. > To: tutor@python.org > Subject: [Tutor] Read Excel file without COM > > > Hi, > > I have written a script which reads a Microsoft Excel file and moves the > data inside onto a database. Th

Re: [Tutor] Read Excel file without COM

2005-11-29 Thread bob
At 11:58 AM 11/29/2005, [EMAIL PROTECTED] wrote: >Hi, > >I have written a script which reads a Microsoft Excel file and moves >the data inside onto a database. The script uses the PyWin32 module >written by Mark Hammond, but I was wondering if anyone knew of a way >to extract the data without usin

Re: [Tutor] Read Excel file without COM

2005-11-29 Thread Liam Clarke-Hutchinson
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, 30 November 2005 8:59 a.m. To: tutor@python.org Subject: [Tutor] Read Excel file without COM Hi, I have written a script which reads a Microsoft Excel file and moves the data inside onto a database. The scrip

[Tutor] Read Excel file without COM

2005-11-29 Thread wkranec
Hi, I have written a script which reads a Microsoft Excel file and moves the data inside onto a database. The script uses the PyWin32 module written by Mark Hammond, but I was wondering if anyone knew of a way to extract the data without using COM. A Python module would be best, but I suppose an