Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speed up Excel creation
Message
From
12/05/2004 00:45:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Speed up Excel creation
Miscellaneous
Thread ID:
00903068
Message ID:
00903068
Views:
62
Does anyone have any tips for speeding up the creation of excel files using
createobj('excel.application')
and then populating cells with
oApp.workbooks(1).sheets(1).cell(x, y) = {somevalue}
Doing it this way gives me the control I need over multiple sheets but is MUCH slower than COPY TO {ddd} TYPE XLS.
For example, are their some properties of the excel object I can set to speed things up?
Next
Reply
Map
View

Click here to load this message in the networking platform