摘要: poi是Apache组织给开发者提供一套操作office(Execl,Word,PowerPoint)等Java API,开发者通过Poi API可以快速的操作office办公软件,以上3篇博文只是一个简单入门(望已经熟练操作Poi API的开发者莫笑)⊙﹏⊙∥,更多API和操作方法还是建议大家... 阅读全文
posted @ 2015-08-31 23:29 冯孟活 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1 public class WriteExecl { 2 3 @Test 4 public void writeExeclTest() throws Exception{ 5 OutputStream os = new FileOutputStream(... 阅读全文
posted @ 2015-08-31 22:52 冯孟活 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 1 public class ReadExecl { 2 3 // private final String XLSX = ".xlsx"; // 2007以上版本 4 // private final String XLS = ".xls"; // 2003版本 5 ... 阅读全文
posted @ 2015-08-31 22:03 冯孟活 阅读(829) 评论(0) 推荐(0) 编辑