Delphi: CreateOleObject vs. Connection for Faster XLS File Writing
It depends on the specific use case and the size of the data being written. In general, using a connection to write an XLS file is faster than using 'CreateOleObject'. However, if the data being written is small, the difference in speed may not be noticeable. It's important to test both methods and choose the one that performs best for your specific scenario.
原文地址: https://www.cveoy.top/t/topic/k0LW 著作权归作者所有。请勿转载和采集!