2020年8月25日

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 itjeff 阅读(908) 评论(0) 推荐(0) 编辑

使用Dapper批量插入或更新实体, 查询实体等实例

摘要: public class GenerateMsaDocumentSignParametersDataAccess { protected string TcitClientConn = System.Configuration.ConfigurationManager.ConnectionStrin 阅读全文

posted @ 2020-08-25 10:34 itjeff 阅读(1910) 评论(0) 推荐(0) 编辑

导航