Re: [Tutor] Reading Excel Files

2010-06-22 Thread Alan Gauld
"Carlos Daniel Ruvalcaba Valenzuela" wrote I was wondering if anyone has worked with excel 2007 files (importing data from), I have done so for old format (xls) via a number of modules like xlrd and the old pyexcelerator, however none of those packages currently support new 2007 format, altho

Re: [Tutor] Reading Excel Files

2010-06-22 Thread Carlos Daniel Ruvalcaba Valenzuela
That is what I'm currently doing (telling users to convert), however users tend to forget to save the file in old format or find it too much a hassle to do the extra step, in which case I would like to be able to read the new format, although I may just trow and error and recommend the user to conv

Re: [Tutor] Reading Excel Files

2010-06-22 Thread Lang Hurst
Carlos Daniel Ruvalcaba Valenzuela wrote: Hello list, I was wondering if anyone has worked with excel 2007 files (importing data from), I have done so for old format (xls) via a number of modules like xlrd and the old pyexcelerator, however none of those packages currently support new 2007 forma

[Tutor] Reading Excel Files

2010-06-22 Thread Carlos Daniel Ruvalcaba Valenzuela
Hello list, I was wondering if anyone has worked with excel 2007 files (importing data from), I have done so for old format (xls) via a number of modules like xlrd and the old pyexcelerator, however none of those packages currently support new 2007 format, although xlrd may have support for it lat