‎2009 Nov 04 11:29 AM
Hi,
I have a report which create the excel through OLE object with coloring options, fonts,wrap text.... But it takes more time to create the excel.
Can anyone tell how to improve the performance while uisng the OLe object?
Thnaks and Regards,
RS
‎2009 Nov 04 11:53 AM
Using OLE will be slow. Try using modules in TXXL function group.
‎2009 Nov 25 4:21 AM
Hello,
OLE will be relatively slow as compared to other options.
But you can do certain things to improve performance such as applying the coloring to a range of cells instead of one cell at a time etc.
‎2009 Nov 25 4:28 AM