使用 JSP/Servlet 在网页上显示 Excel 工作表?

发布于 2024-07-21 06:03:39 字数 1542 浏览 6 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

执手闯天涯 2024-07-28 06:03:39

您可以尝试ZK电子表格。 谷歌一下。 该网站不允许我发布 URL。

You might try ZK Spreadsheet. Google for it. The site wouldn't let me post the URL.

妄想挽回 2024-07-28 06:03:39

我过去曾使用 POI 来阅读和编写 MS Excel 文档,效果非常好: http://poi.apache .org/

因此,您需要编写一些代码来上传文件,使用 POI 解析它,然后您可以使用以下命令输出它: http://www.activewidgets.com/grid/

I've used POI in the past for reading and writing MS Excel docs it worked pretty well: http://poi.apache.org/

So you would need to write some code to upload the file, parse it with POI, then you could output it with this: http://www.activewidgets.com/grid/

屋檐 2024-07-28 06:03:39

就阅读电子表格而言,Apache POI 在这里是正确的选择。 我们过去曾用它来读取/写入 Excel 文档。 当然,对于复杂的 Excel 文档来说,也存在一些缺点。

关于Excel文档的显示,您是否希望与网页上的工作表进行任何形式的交互。 如果没有,您可以将 Excel 工作表转换为 PDF/HTML 并显示。 您可以使用 OpenOffice API 来实现此转换。

编辑:也刚刚查看了 ZKSpreadsheet ...酷

Apache POI is the right thing here as long as reading the spreadsheet is concerned. We have used it in the past to read/write Excel documents. Of course there are some shortcomings where complex Excel documents are concerned.

Regarding display of the Excel document, do you want any sort of interaction with the sheet on the webpage. If not, you can convert the excel sheet to PDF/HTML and display the same. You can use the OpenOffice API's for achieving this conversion.

Edit : Just checked out ZKSpreadsheet too ... Cool

请持续率性 2024-07-28 06:03:39

我问了一个朋友,他告诉我他用过这个,效果很好,把它放在我的最爱上。

关于显示:嗯,这很大程度上取决于您想要的布局/设计,但我想您可以使用表格来显示它,这就是它们的设计目的。


编辑:

我删除了该链接,因为我注意到它是一个过时的 API,而且也不是您真正想要的。 虽然链接指向这里的另一个问题 --> http://poi.apache.org/ 看起来非常适合您想要的东西

I asked a friend and he told me he used that and it worked nice, had it here on my favorites.

About the displaying: Well, that pretty much depends on the layout/design you want, but I guess you can just show it using tables, that's what they are designed for.


Edit:

I removed the link as I noticed it was an outdated API and it also wasn't what you really wanted. Though the link pointed in another question here --> http://poi.apache.org/ seems really nice for what you want

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文