时间:2021-07-01 10:21:17 帮助过:3人阅读
FileSvr fileSvr = new FileSvr();
System.Data.DataTable dt = fileSvr.GetExcelDatatable("C:\\Users\\Administrator\\Desktop\\技术协助录入.xlsx", "mapTable");
fileSvr.InsetData(dt);
C# 关于数据导入数据库
标签: