Data Type: Boolean
Default Value: False
Description: When using Excel file manipulation methods (i.e. CopySheetData(), AddSheet(), MoveSheet() etc.), XLSConverterX must open MS Excel. Calling such methods can cause XLSConverterX to create and destroy an Excel application EACH time it is called. To only create and destroy MS Excel once for numerous calls to such methods, set this property to TRUE.
Note: There is a trade off between memory conservation and speed that must be understood. When setting this property to TRUE, your application has the potential to be much faster, as in those cases where many Excel methods are called. However, Excel has a tendency to eat more and more memory if it is not destroyed periodically. Therefore, setting this property to FALSE optimizes for memory conservation.