Does jqgrid support exporting to excel “ out of the box” or do i need to write some server side code?

前端 未结 4 1258
忘了有多久
忘了有多久 2021-01-14 14:56

on this page in the release notes of jqgrid 3.7.2, i see:

Fix export url in export to excel method

but i dont see any other documention abou

4条回答
  •  爱一瞬间的悲伤
    2021-01-14 15:31

    Here's a walkthrough of how to add an "Export to Excel" button to your jqGrid, which will write to a real Excel file.

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

    enter image description here

    (Note that this only works if you're using Visual Studio, as it uses the Microsoft OpenXML libraries.)

提交回复
热议问题