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
I solved this like this:
https://w3lessons.info/2015/07/13/export-html-table-to-excel-csv-json-pdf-png-using-jquery/#Installation
https://github.com/kayalshri/tableExport.jquery.plugin
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 !.