摘要:
用POI读取Excel数据:(版本号:POI3.7)1、读取Excelprivate List rosolveFile(InputStream is, String suffix, int startRow) throws IOException, FileNotFoundException { Workbook xssfWorkbook = null; if ("xls".equals(suffix)) { xssfWorkbook = new HSSFWorkbook(is); } else if ("x... 阅读全文
posted @ 2014-01-03 11:04
小董的博客
阅读(509)
评论(0)
推荐(0)

浙公网安备 33010602011771号