export to excel in jquery or jqGrid

后端 未结 4 1468
别跟我提以往
别跟我提以往 2020-12-16 06:15

I have a jqGrid where I get data at once from server (java) in JSON format. I want the data in the jqGrid to be exported into Excel format.

Till now I saw this page

4条回答
  •  借酒劲吻你
    2020-12-16 06:41

    I solved this like this:

    1. Read

    https://w3lessons.info/2015/07/13/export-html-table-to-excel-csv-json-pdf-png-using-jquery/#Installation

    1. Here is github

    https://github.com/kayalshri/tableExport.jquery.plugin

    1. Here is a demo

    http://demos.w3lessons.info/jquery-table-export#

    It works perfectly i tried the Export Excel. In my case i just used the id selector for the jqgrid table.

    BTW This will export only visible part so if you 100 pages it need server side because info is just not there !.

提交回复
热议问题