[Tutor] Using python with MS Excel (Newbie)

Marcos Mendonça marcosm at gmail.com
Tue Apr 12 13:20:34 CEST 2005


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 <cyresse at gmail.com> wrote:
> PS 
>  
>  Check out the sample chapter
> http://www.oreilly.com/catalog/pythonwin32/chapter/ch12.html
> 
> 
> On Apr 12, 2005 11:42 AM, Liam Clarke <cyresse at gmail.com> 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 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 on creating
> COM objects to interact with MS software.
> > 
> > 
> > Regards, 
> > 
> > Liam Clarke
> > 
> > 
> > On Apr 12, 2005 5:42 AM, Andre Thompson <andre.wayne.thompson at gmail.com>
> wrote:
> > > 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 available
> > > programming with win32com.
> > > 
> > > I thank you in advance for the help.
> > > 
> > > Regards,
> > > Andre
> > > _______________________________________________
> > > Tutor maillist  -  Tutor at python.org
> > > http://mail.python.org/mailman/listinfo/tutor
> > > 
> > 
> > 
> > 
> > -- 
> > 'There is only one basic human right, and that is to do as you damn well
> please.
> > And with it comes the only basic human duty, to take the consequences.' 
> 
> 
> 
> -- 
> 'There is only one basic human right, and that is to do as you damn well
> please.
> And with it comes the only basic human duty, to take the consequences.' 
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
> 
> 
>


More information about the Tutor mailing list