时 间 记 忆
<<  < 2018 - >  >>
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28

最 新 评 论

最 新 日 志

最 新 留 言

搜 索

用 户 登 录

我 的 相 册

我 的 圈 子

我 的 好 友

友 情 连 接


 
 
 
java poi 判断excel是03 还是 07
[ 2018-2-7 9:19:00 | By: 我家超超会发光 ]
 
  1.     // 是否是2003的excel,返回true是2003  
  2.     public static boolean is2003Excel(String filePath) {  
  3.         return filePath.matches("^.+\\.(?i)(xls)$");  
  4.     }  
  5.     // 是否是2007的excel,返回true是2007  
  6.     public static boolean is2007Excel(String filePath) {  
  7.         return filePath.matches("^.+\\.(?i)(xlsx)$");  
  8.     }  
 
 
  • 标签:JAVA poi excel 
  • 发表评论:
     
    天涯博客 天涯博客
    天涯博客欢迎您!