首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

表格,excel的文件生成

2012-12-23 
报表,excel的文件生成Kent Chen [3:36 PM]:ListString lines new ArrayListString()lines.add(\2

报表,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

热点排行