如何使用Spring MVC和JSP Java JavaScript在浏览器中查看Excel文件?

发布于 2025-02-12 21:23:25 字数 229 浏览 1 评论 0 原文

这是项目结构。我想在JSP页面上显示Excel文件,以便用户可以编辑和保存。使用所有Excel公式和逻辑非常有帮助。

This is the project structure. I want to display an excel file on a JSP page so that the user can edit and save it. It is very helpful to use all the excel formulas and logic.

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

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

发布评论

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

评论(1

在风中等你 2025-02-19 21:23:26

通常,您会逐行读取Excel文件。看看 this

之后,将行分析到HTML表中,并将能够渲染它。

Normally, you would read the excel file row by row. Take a look at this.

Afterwards, you parse the rows into an HTML table and will be able to render it.

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