ExtGWT导入Excel表

发布于 2024-11-28 22:52:19 字数 144 浏览 1 评论 0原文

我正在使用ExtGWT。我的要求是我需要保留导入按钮。单击“导入”后,用户应该能够将 excel 工作表导入到应用程序中。并且excel数据应该显示在Gxt网格中。请建议我该怎么做?

谢谢!

I am using ExtGWT. my requirement is i need to keep import button. as and when import is clicked user should be able to import an excel sheet into the application. and the excel data should be displayed in Gxt grid. please suggest me how to do this?

Thanks!

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

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

发布评论

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

评论(1

鹿! 2024-12-05 22:52:19

我建议您使用 POI 进行 Excel 导入。设置一个 Servlet,它接受 Excel 文档,将其转换为数据模型,然后将数据模型发送回客户端。

我没有具体这样做,但 POI 非常易于使用,并且有详细的文档记录。

I would recommend that you use POI for the excel import. Set up a servlet that accepts the excel document, translates it into your data model and then send the data model back to the client.

I haven't done that specifically, but POI is pretty easy to use, and well documented.

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