摘要: import jxl.write.WritableWorkbook;public class Jxl { /** * * @author smart * */ public static void main(String[] args) { // 准备设置excel工作表的标题 String[] title = { "编号", "产品名称", "产品价格", "产品数量", "生产日期", "产地", "是否出口3" }; try { // 获得开始时间 阅读全文
posted @ 2013-07-18 12:49 goee 阅读(286) 评论(0) 推荐(0) 编辑