资源大小: 1.82MB
发布时间: 2012-03-19
文件格式: none
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

简单用法:private void exportExcel(String filepathStr){ WritableWorkbook book = null; try { //open file. book = Workbook.createWorkbook(new File(filepathStr)); //create Sheet named "Sheet_1". 0 means this is 1st page. WritableSheet sheet = book.createSheet("Sheet_1", 0); //define cell column and row in Label Constructor, and cell content write "test". //cell is 1st-Column,1st-Row. value is "test" //标题 for(int i = 0;i

飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。