C# EPPlus read导入读取Excel到DataSet时日期DateTime列的处理
摘要:public static DataSet ReadExcelToDataSet(string filePath, string sheetName) { DataSet ds = new DataSet(); DataRow dr; object objCellValue; string cell
阅读全文
posted @ 2020-08-25 10:58