Hi EveryBody, Can any body tell me how to use the COMObject Product. I have successfully installed the Product and solved the problem of multithreading. I'am able to connect to the COM Object. I want to create excel file from the data in zope server and upload it to a folder in zope. I don't know how to call the methods in excel. To be more specific.. how to create a new Workbook.. How to load data to a sheet... I tried xlApp.Workbooks.Add() , It doesn't work. Thanks in Advance... regards, Gnanadurai --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.
THe only lace I've seen documentation on how to controll excel via COM, is in the VBA (Visual Basic For Applications) That's where I look when I do COM stuff.... Jerry Westrick On Wed, 2003-08-27 at 12:15, Gnanadurai Moses wrote:
Hi EveryBody, Can any body tell me how to use the COMObject Product. I have successfully installed the Product and solved the problem of multithreading. I'am able to connect to the COM Object. I want to create excel file from the data in zope server and upload it to a folder in zope. I don't know how to call the methods in excel. To be more specific.. how to create a new Workbook.. How to load data to a sheet... I tried xlApp.Workbooks.Add() , It doesn't work. Thanks in Advance... regards, Gnanadurai
______________________________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.
______________________________________________________________________
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Gnanadurai Moses -
Jerry Westrick