设为首页 加入收藏

TOP

Java将数据库导出到Excel(二)
2014-11-24 08:29:45 来源: 作者: 【 】 浏览:4
Tags:Java 数据库 导出 Excel
heet.addCell(pass_value);
sheet.addCell(host_value);
sheet.addCell(google_value);
sheet.addCell(baidu_value);
sheet.addCell(indexed_value);
sheet.addCell(createtime_value);
sheet.addCell(sell_value);


}
book.write();
book.close();
return true;
} catch (Exception e) {
System.out.println("异常信息:" + e.getMessage());
e.printStackTrace();
return false;
}
}
}


首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇C# 仿金山毒霸启动和关闭淡入淡出.. 下一篇Java 模拟POST提交数据

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

·有没有哪些高效的c++ (2025-12-27 08:20:57)
·Socket 编程时 Accep (2025-12-27 08:20:54)
·计算机网络知识点总 (2025-12-27 08:20:52)
·一篇说人话的文章, (2025-12-27 07:50:09)
·Python Web框架哪家 (2025-12-27 07:50:06)