if-else的优化举例
摘要:共有部分: 1 String bookFrom = null; 2 String sheetFrom = null; 3 String bookTo = null; 4 String sheetTo = ...
阅读全文
posted @
2014-07-23 21:30
-赶鸭子上架-
阅读(289)
推荐(0) 编辑
poi过滤操作后产生新的sheet
摘要:public Sheet filterSheet(Sheet sheetToFilter){ if(sheetToFilter == null){ System.out.println("sheetToFilter is null!"); return null; } int last...
阅读全文
posted @
2014-07-22 22:55
-赶鸭子上架-
阅读(400)
推荐(0) 编辑
poi实现Excel比较
摘要:http://stackoverflow.com/questions/866346/easiest-way-to-compare-two-excel-files-in-javahttp://stackoverflow.com/questions/12779489/comparing-the-cont...
阅读全文
posted @
2014-07-21 07:26
-赶鸭子上架-
阅读(199)
推荐(0) 编辑
删除字符串中的多余空格
摘要://For example: I’m very happy to introduce m yself --> to you here// To I’m very happy to introduce m yself --> to you here ...
阅读全文
posted @
2014-07-15 07:51
-赶鸭子上架-
阅读(299)
推荐(0) 编辑