摘要:
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)
浙公网安备 33010602011771号