Re: Python/Excel AddIn (was:Re: Does Python have a Template::Extract equivalent from Perl's CPAN)

2005-05-27 Thread [EMAIL PROTECTED]
CL, after you install py_win32 on windows you should look for a module called "excel*.py" under your ${PYTHONHOME} directory. They have a very basic COM Server Excel AddIn as an example. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python/Excel AddIn (was:Re: Does Python have a Template::Extract equivalent from Perl's CPAN)

2005-05-27 Thread combinational.logic $ soc-ip.com
Thanks Paul! When I get a chance I'll mess around with Py + Excel as you have suggested . I was hoping not to have to deal with VBScript :) -- http://mail.python.org/mailman/listinfo/python-list

Python/Excel AddIn (was:Re: Does Python have a Template::Extract equivalent from Perl's CPAN)

2005-05-27 Thread Paul McNett
Please start a new thread when appropriate. combinational.logic $ soc-ip.com wrote: > Can you please elaborate on how to use Python for MS Excel AddIn > development? Is this easy to do? I would love to be able to create > custom extensions to Excel using python! IMHO Python is much better > than

Re: Does Python have a Template::Extract equivalent from Perl's CPAN

2005-05-27 Thread combinational.logic $ soc-ip.com
Can you please elaborate on how to use Python for MS Excel AddIn development? Is this easy to do? I would love to be able to create custom extensions to Excel using python! IMHO Python is much better than Perl due to its OOP features. Cheers, CL -- http://mail.python.org/mailman/listinfo/py

Re: Does Python have a Template::Extract equivalent from Perl's CPAN

2005-05-27 Thread [EMAIL PROTECTED]
should have read, "if nobody is aware of any module..." not "if nobody is not aware...". -- http://mail.python.org/mailman/listinfo/python-list

Does Python have a Template::Extract equivalent from Perl's CPAN

2005-05-27 Thread [EMAIL PROTECTED]
Hi All, I already searched this newsgroup and google groups to see if I could find a Python equivalent to Perl's Template::Extract, but didn't find anything leading to a Python module that had similar functionality. I am a big fan of Python as an OO language and use it for many system admin utili