Re: Parsing Excel spreadsheets

2009-01-07 Thread brooklineTom
On Jan 2, 7:04 pm, John Machin wrote: > On Jan 3, 2:01 am, brooklineTom wrote: > > > > My point was that however the original XLS files were created or > acquired, the first step in your solution involves converting the XLS > file to "XML Spreadsheet" format, which requires a copy of Excel on a

Re: Parsing Excel spreadsheets

2009-01-02 Thread John Machin
On Jan 3, 2:01 am, brooklineTom wrote: > On Dec 31 2008, 9:56 am, John Machin wrote: > > On Dec 31 2008, 4:02 pm, brooklineTom wrote: > > > > andyh...@gmail.com wrote: > > > > Hi, > > > > > Can anybody recommend an approach for loading and parsin

Re: Parsing Excel spreadsheets

2009-01-02 Thread Steve Holden
brooklineTom wrote: > On Dec 31 2008, 9:56 am, John Machin wrote: >> On Dec 31 2008, 4:02 pm, brooklineTom wrote: >> >>> andyh...@gmail.com wrote: >>>> Hi, >>>> Can anybody recommend an approach for loading and parsing Excel >>>> spre

Re: Parsing Excel spreadsheets

2009-01-02 Thread brooklineTom
On Dec 31 2008, 9:56 am, John Machin wrote: > On Dec 31 2008, 4:02 pm, brooklineTom wrote: > > > andyh...@gmail.com wrote: > > > Hi, > > > > Can anybody recommend an approach for loading and parsing Excel > > > spreadsheets in Python. Any well known/r

Re: Parsing Excel spreadsheets

2009-01-01 Thread Joshua Moore
On Dec 30 2008, 8:07 am, "andyh...@gmail.com" wrote: > Hi, > > Can anybody recommend an approach for loading and parsing Excel > spreadsheets in Python. Any well known/recommended libraries for this? > > The only thing I found in a brief search > washttp://ww

Re: Parsing Excel spreadsheets

2008-12-31 Thread John Machin
On Dec 31 2008, 4:02 pm, brooklineTom wrote: > andyh...@gmail.com wrote: > > Hi, > > > Can anybody recommend an approach for loading and parsing Excel > > spreadsheets in Python. Any well known/recommended libraries for this? > > > The only thing I fou

Re: Parsing Excel spreadsheets

2008-12-30 Thread brooklineTom
andyh...@gmail.com wrote: > Hi, > > Can anybody recommend an approach for loading and parsing Excel > spreadsheets in Python. Any well known/recommended libraries for this? > > The only thing I found in a brief search was > http://www.lexicon.net/sjmachin/xlrd.htm, > but

Re: Parsing Excel spreadsheets

2008-12-30 Thread John Machin
On Dec 31, 5:48 am, Mike Driscoll wrote: > On Dec 30, 10:07 am, "andyh...@gmail.com" wrote: > > > Hi, > > > Can anybody recommend an approach for loading and parsing Excel > > spreadsheets in Python. Any well known/recommended libraries for this? > >

Re: Parsing Excel spreadsheets

2008-12-30 Thread Mike Driscoll
On Dec 30, 10:07 am, "andyh...@gmail.com" wrote: > Hi, > > Can anybody recommend an approach for loading and parsing Excel > spreadsheets in Python. Any well known/recommended libraries for this? > > The only thing I found in a brief search > washttp://www.lexic

Re: Parsing Excel spreadsheets

2008-12-30 Thread Steve Holden
Tino Wildenhain wrote: > r wrote: >> On Dec 30, 10:07 am, "andyh...@gmail.com" wrote: >>> Hi, >>> >>> Can anybody recommend an approach for loading and parsing Excel >>> spreadsheets in Python. Any well known/recommended libraries for

Re: Parsing Excel spreadsheets

2008-12-30 Thread Tino Wildenhain
r wrote: On Dec 30, 10:07 am, "andyh...@gmail.com" wrote: Hi, Can anybody recommend an approach for loading and parsing Excel spreadsheets in Python. Any well known/recommended libraries for this? The only thing I found in a brief search washttp://www.lexicon.net/sjmachin/xlrd.ht

Re: Parsing Excel spreadsheets

2008-12-30 Thread r
On Dec 30, 10:07 am, "andyh...@gmail.com" wrote: > Hi, > > Can anybody recommend an approach for loading and parsing Excel > spreadsheets in Python. Any well known/recommended libraries for this? > > The only thing I found in a brief search > washttp://www.lexic

Parsing Excel spreadsheets

2008-12-30 Thread andyh...@gmail.com
Hi, Can anybody recommend an approach for loading and parsing Excel spreadsheets in Python. Any well known/recommended libraries for this? The only thing I found in a brief search was http://www.lexicon.net/sjmachin/xlrd.htm, but I'd rather get some more input before going with someth