简体   繁体   English

如何将 jqgrid 导出到 excel?

[英]How to export jqgrid to excel?

I am having jquery's jqgrid where in the User can filter the grid data and export the filtered data to excel.我有 jquery 的 jqgrid,其中用户可以过滤网格数据并将过滤后的数据导出到 excel。

I'm trying to implement in this way.我正在尝试以这种方式实施。 But mine is not a PHP but Grails application.但我的不是 PHP 而是 Grails 应用程序。 The application will be deployed in Tomcat.该应用程序将部署在 Tomcat 中。 How can I write similar thing in GSP/JSP?我怎样才能在 GSP/JSP 中写类似的东西?

Or is there any better way to export the filtered jqgrid to EXCEL ?或者有没有更好的方法将过滤后的 jqgrid 导出到 EXCEL

You could use the export plugin in Grails.您可以使用 Grails 中的导出插件。 Refer: http://www.grails.org/plugin/export参考: http://www.grails.org/plugin/export

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM