摘要: excel导入到数据库,1.上传excel,2.读取excel数据,3.写数据到数据库(批量导入推荐使用SqlBulkCopy,或OracleBulkCopy) 阅读全文
posted @ 2016-09-25 15:04 hibity 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using System.IO; 5 using System.Linq; 6 using System.Reflection; 7 using System.Runtime.Serialization.Formatte... 阅读全文
posted @ 2016-09-25 14:48 hibity 阅读(639) 评论(0) 推荐(0) 编辑