导航

2012年7月5日

摘要: public static List<List<String>> readxls(String fileName) throws BiffException, IOException { List<List<String>> list = new ArrayList<List<String>>(); File file = new File(fileName); Workbook workbook = Workbook.getWorkbook(file); int sheets = workbook.getNumberOf 阅读全文

posted @ 2012-07-05 10:54 baiyangliu 阅读(122) 评论(0) 推荐(0)