import java.io.*; 
 import jxl.*;
 import jxl.write.*; 
 public class CreateXLS {
     public static void main(String args[]){
    	 try{
    		 WritableWorkbook book = Workbook.createWorkbook(new File("测试.xls"));
    		 //创建工作簿
    		 WritableSheet sheet = book.createSheet("第一页", 0);
    		 //创建工作表
    		 Label label = new Label(0,0,"test");
    		 //生成一个label对象
    		 sheet.addCell(label);
    		 //把对象加入到工作表中
    		 jxl.write.Number number = new jxl.write.Number(1,0,789.123);
    		 sheet.addCell(number);
    		 book.write();
    		 book.close();
    	 }catch(Exception e){
    		 System.out.println(e);
    	 }
     }
} 
最近下载更多
gvin001  LV14 2023年5月11日
孽爷19914744327  LV1 2021年12月20日
caozongan  LV19 2019年9月29日
空城里  LV2 2019年8月5日
oldtrybest  LV8 2019年8月5日
smalltarget  LV6 2019年6月24日
gouda413  LV1 2019年5月2日
ooccij  LV8 2019年4月29日
靓仔zzzz  LV12 2019年3月5日
1169218482  LV6 2018年10月8日
最近浏览更多
禅之禅  LV9 8月7日
gvin001  LV14 2023年5月11日
微信网友_6145740972576768  LV2 2022年12月21日
rookie_58  LV2 2022年5月27日
暂无贡献等级
nba276868534  LV1 2022年2月28日
孽爷19914744327  LV1 2021年12月20日
tansuo阿郎  LV8 2021年11月29日
山山而川  LV1 2021年6月21日
MIAOHUA  LV6 2021年1月23日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友