Re: [Tutor] Using python with MS Excel (Newbie)

2005-04-12 Thread Marcos Mendonça
Also you should try the MSDN documentation on Excel, since most methods you are going to use are Excel related more than Python related, that is, win32all is and wrapper for Excel methods. Hope I´m not mistaken on this one :-) On Apr 11, 2005 8:43 PM, Liam Clarke <[EMAIL PROTECTED]> wrote: > PS

Re: [Tutor] Using python with MS Excel (Newbie)

2005-04-11 Thread Liam Clarke
PS Check out the sample chapter http://www.oreilly.com/catalog/pythonwin32/chapter/ch12.htmlOn Apr 12, 2005 11:42 AM, Liam Clarke <[EMAIL PROTECTED]> wrote:Hi Andre, The gent responsible for win32com Mark Hammond wrote a book about it, but there's quite a useful help file included with the Win3

Re: [Tutor] Using python with MS Excel (Newbie)

2005-04-11 Thread Liam Clarke
Hi Andre, The gent responsible for win32com Mark Hammond wrote a book about it, but there's quite a useful help file included with the Win32all package. http://www.oreilly.com/catalog/pythonwin32/ I do recommend the book, however. Also I recommend The Quick Python book, it has a nice run-down

[Tutor] Using python with MS Excel (Newbie)

2005-04-11 Thread Andre Thompson
Hi All, I am trying to create a couple of python programs that creates and modifies MS Excel docs. I have been searching the web and have found some interesting pieces of information and programs but i need something more complete. Is the any documentation available explaning all the options avai