DriverVersion: String;
The DriverVersion property determines version of the driver used to work with the file.
As a value of the property the following values are available:
Excel 3.0;
Excel 4.0;
Excel 5.0;
Excel 8.0 - on working with MS Office 97-2003 documents.
Excel 12.0 - on working with Microsoft Office 2007 documents.
Excel 14.0 - on working with Microsoft Office 2010 documents.
NOTE. On specifying the driver for Microsoft Office 2007-2010 depending on the file type, which is used to work with (XLSX, XLSB, XLSM), the postfix should be added to the driver name (XML, Macro). A more detailed information about available postfixes can be obtained in documentation describing formation of connection strings when working with Microsoft Office 2007-2010.
The property use is given in the example for IDtExcelProvider.File.
See also: