如何导入excel数据并在网格中显示?

发布于 2024-11-30 00:50:42 字数 95 浏览 1 评论 0原文

我正在使用ExtGWT(gxt)。我有一个要求,我需要导入Excel数据并在网格中显示数据。请帮助我如何实现这一目标?

谢谢!

i am using ExtGWT(gxt). i have a requirement where i need to import excel data and display the data in a grid. please help me how to achive this?

Thanks!

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

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

发布评论

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

评论(1

乱世争霸 2024-12-07 00:50:42

这是两件完全独立的事情...

首先导入 Excel 文件,您可以将其直接放在网格上,因为它需要在服务器端进行处理。可能进入服务器上的数据库。

快速搜索发现 库即可执行此操作,

然后 GXT 应用程序可以检索此库数据并通过检索 POJO 列表并将其放入网格中并转换为 BeanModel 以便在网格的 ListStore 中使用

将数据加载到网格的最佳示例请参阅探险家此处

这应该可以帮助您开始,因为如果没有您的设置的更多信息,我无法确定具体细节。

This is two completely separate thing to do...

First you have the import of the excel file, you can put this directly on the grid as it will require being processed on server side. Likely into a database on the server.

A quick search found this library to do just that

The GXT application can then retrieve this data and place it into a grid by retrieving a list of POJOs and converting to BeanModel's for use in the ListStore of the grid

Best example of loading data into a Grid see explorer here.

This should get you started as I cannot be sure of specifics without more information of your set up.

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