随笔分类 -  webx

java中对excel的使用,使用jxl,webx框架
摘要:WritableWorkbook book = null; book = Workbook.createWorkbook(response.getOutputStream());   try { WritableSheet sheet  =  book.createSheet( " 拣货单 " ,  阅读全文

posted @ 2016-03-15 15:26 蔷薇骑士 阅读(262) 评论(0) 推荐(0)