However, now more than 65536 turn EXCEL2007, this is in more than 65536 lines of records will not take out, arguably EXCEL2007 support on the number of rows is more than 100, 1048575,
The question is: if the number of records of more than 65536, EXCEL 65536 lines, the maximum number of records in turn out more than the line would not come out??
Turn the EXCEL code is as follows:
ExcelApp:=CreateOleObject (' Excel. Application);
.
ExcelWorkBook:=ExcelApp. WorkBooks. The Add (FileNam);
ExcelSheet:=ExcelApp workSheets [1].
.
ShowMessage (' data stored in the: + FileNam);
ExcelApp. ActiveWorkbook. SaveAs (FileNam,, ', ' ', False, False);
ExcelApp. WorkBooks. Close;
FileNam for files in the directory, such as c: \ aa XLSX
Please expert help, thank you!!!!!
CodePudding user response:
D7 Excel - OleObject highest version is OfficeXPXE10 may support an, there is no actual tested
It is said, D7 Excel Server can even open Offic2007 document is in compatible way
In fact, if the Excel document is the data table, it is recommended to use ADO to access Excel document with logic more readable
CodePudding user response:
D7 this to is not solve, try resolved through a third party controls, or by XE,CodePudding user response: