Re: [Tutor] reading excel and access files

2005-08-23 Thread Jeff Peery
Great, this is lots of good info. thanks everyone for your input!   JeffKent Johnson <[EMAIL PROTECTED]> wrote: Jeff Peery wrote:> hello, can python read excel and access files? If so where do I go to > read about how this would work? thanks.There are some resources here that might be helpful:http:

Re: [Tutor] reading excel and access files

2005-08-22 Thread Kent Johnson
Jeff Peery wrote: > hello, can python read excel and access files? If so where do I go to > read about how this would work? thanks. There are some resources here that might be helpful: http://www.python.org/pypi?%3Aaction=search&name=&version=&summary=&description=&keywords=excel&_pypi_hidden=0

Re: [Tutor] reading excel and access files

2005-08-22 Thread Nathan Coulter
ZIYAD A. M. AL-BATLY wrote: > On Mon, 2005-08-22 at 18:57 +0100, Alan G wrote: > >>>hello, can python read excel and access files? >> You might also have a look at http://sourceforge.net/projects/pyexcelerator -- Poor Yorick ___ Tutor maillist - Tuto

Re: [Tutor] reading excel and access files

2005-08-22 Thread Nathan Coulter
ZIYAD A. M. AL-BATLY wrote: > On Mon, 2005-08-22 at 18:57 +0100, Alan G wrote: > >>>hello, can python read excel and access files? >> You might also have a look at http://sourceforge.net/projects/pyexcelerator -- Poor Yorick ___ Tutor maillist - Tut

Re: [Tutor] reading excel and access files

2005-08-22 Thread Terry Carroll
On Mon, 22 Aug 2005, ZIYAD A. M. AL-BATLY wrote: > Someone posted this link on this list a while ago (sorry, I can't > remember who). I found it very useful under Win32: > > http://www.microsoft.com/technet/scriptcenter/scripts/python/pyindex.mspx What a great resource. Thanks for posting the U

Re: [Tutor] reading excel and access files

2005-08-22 Thread Alan G
>> on Win32" gives several examples. But basically COM programming is >> a >> pain in the neck and involves lots of trial and error. OTOH If you >> have ever done it from VB you will know that already1 >> > Someone posted this link on this list a while ago (sorry, I can't > remember who). I found

Re: [Tutor] reading excel and access files

2005-08-22 Thread ZIYAD A. M. AL-BATLY
On Mon, 2005-08-22 at 18:57 +0100, Alan G wrote: > > hello, can python read excel and access files? > > Yes > > > If so where do I go to read about how this would work? thanks. > > You need to use COM to do it, Mark Hammonds book "Python Programming > on Win32" gives several examples. But basica

Re: [Tutor] reading excel and access files

2005-08-22 Thread Alan G
> hello, can python read excel and access files? Yes > If so where do I go to read about how this would work? thanks. You need to use COM to do it, Mark Hammonds book "Python Programming on Win32" gives several examples. But basically COM programming is a pain in the neck and involves lots of

[Tutor] reading excel and access files

2005-08-22 Thread Jeff Peery
hello, can python read excel and access files? If so where do I go to read about how this would work? thanks.   Jeff___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor