JBOSS 创建 PDF、XLS
我正在使用 Struts2 编写 JBOSS Web 应用程序,并希望生成 PDF 和 XLS 格式的报告。我该怎么做?有没有流行的软件包可以为我做到这一点?
I am writing a JBOSS web app with Struts2 and would like to produce reports in PDF and XLS format. How can I do this? Are there popular packages that can do this for me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是 Java 的 PDF 库的列表。我们广泛使用 iText。
jFreeReport(在链接页面上向下滚动即可找到)还提供 Excel 生成功能,虽然我没用过。
Here's a list of PDF libraries for Java. We use iText extensively.
jFreeReport (scroll down on linked page to find) also offers Excel generation, though I have not used that.