摘要: 1. 2.效果如下: 阅读全文
posted @ 2015-04-28 18:50 江宁织造 阅读(1706) 评论(0) 推荐(0)
摘要: 1 using NPOI.HSSF.UserModel; 2 using Microsoft.VisualStudio.TestTools.UnitTesting; 3 using System.IO; 4 namespace NPOI.Sample1 5 { 6 /// 7 /// 创建Excel文件 8 /// 9 [TestClass]... 阅读全文
posted @ 2015-04-28 18:12 江宁织造 阅读(265) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 7 8 9 // 导入MultipleOutputHelper.ttinclude文件10 11 12 16 17 18 using System;19 using System.Collections.Generic;20 using System.L... 阅读全文
posted @ 2015-04-28 18:07 江宁织造 阅读(483) 评论(0) 推荐(0)