如何将jqgrid导出到excel?
我有 jquery 的 jqgrid,其中用户可以过滤网格数据并将过滤后的数据导出到 Excel。
我正在尝试以这种方式实现。但我的不是 PHP 而是 Grails 应用程序。该应用程序将部署在 Tomcat 中。我怎样才能在GSP/JSP中写类似的东西?
或者有没有更好的方法将过滤后的jqgrid导出到EXCEL?
I am having jquery's jqgrid where in the User can filter the grid data and export the filtered data to excel.
I'm trying to implement in this way. But mine is not a PHP but Grails application. The application will be deployed in Tomcat. How can I write similar thing in GSP/JSP?
Or is there any better way to export the filtered jqgrid to EXCEL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Grails 中的导出插件。
请参阅:http://www.grails.org/plugin/export
You could use the export plugin in Grails.
Refer: http://www.grails.org/plugin/export