export to excel in jquery or jqGrid

后端 未结 4 1479
别跟我提以往
别跟我提以往 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:37

    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.

    Here's a nice article, showing you how to export from jqGrid to Excel...

    http://www.codeproject.com/Articles/784342/Export-data-from-jqGrid-into-a-real-Excel-file

提交回复
热议问题