摘要: slice<摘抄自http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000/00143449921138898cdeb7fc2214dc08c6c67827758cd2f000>slice() 阅读全文
posted @ 2016-04-05 18:17 lishidefengchen 阅读(486) 评论(0) 推荐(0)
摘要: 说明: strFilePath是文件全路径; 使用的 NPOI 版本是 2.1.3.1 阅读全文
posted @ 2016-04-05 10:57 lishidefengchen 阅读(192) 评论(0) 推荐(0)
摘要: /// /// 获取单元格的值 /// /// /// public static object GetCellValue(ICell item) { if (item == null) { return stri... 阅读全文
posted @ 2016-04-05 10:48 lishidefengchen 阅读(3208) 评论(0) 推荐(0)