读书人

表格excel的文件生成

发布时间: 2012-12-23 11:28:15 作者: rapoo

报表,excel的文件生成
Kent Chen [3:36 PM]:
List<String> lines = new ArrayList<String>();
lines.add("\"2,3\",3");
lines.add("4,5");
FileUtils.writeLines(new File("c:/temp2.csv"), lines);
Donny Hong [3:37 PM]:
你现在知道的常用的api有哪些?
Donny Hong [3:38 PM]:
然后比较推荐
Kent Chen [3:38 PM]:
for excel?
Kent Chen [3:38 PM]:
poi is powerful
Kent Chen [3:38 PM]:
but jxl is eaiser to use
Donny Hong [3:38 PM]:
ok, jxl

读书人网 >行业软件

热点推荐