将数据库表导出到 .xlsx 文件
我想使用 servlet 将数据库表导出到 Excel 2007 电子表格。有人能帮我解决这个问题吗?我使用 Postgres SQL 作为后端。
I want to export my database tables to an Excel 2007 spreadsheet using servlets. Can anybody help me on this? I use Postgres SQL as back end.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能正在寻找用于编写 MS Office 文件的 API。既然您注意到了 servlet,我假设您正在使用 Java 进行编码。
You may be looking for an API to write MS Office files. Since you note servlets, I assume you are coding in Java.