ChatGTP获取的d读取excel通用程序。
摘要:
procedure ReadExcelFile(const FileName: string; AMemtable: TFDmemtable); var ExcelApp: OleVariant; Sheet: OleVariant; Range: OleVariant; RowCount, Col 阅读全文
posted @ 2023-04-17 15:56 USEGEAR 阅读(80) 评论(0) 推荐(0) 编辑