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

前端 未结 4 1253
忘了有多久
忘了有多久 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:26

    See Calling Excel Export from a custom button (javascript):

    Once again - the open source lib does not contain a method to make a excel file, buyt only a method to call a already constructed one.

    Please download the jqGrid PHP wrapper from here: http://www.trirand.net/download.aspx

    Read the install instructions here : http://www.trirand.net/documentation/php/_2v20f82ru.htm

    and and do a demo described here: http://www.trirand.net/documentation/php/_2v212tis2.htm

    in order to have the build in export to excel

提交回复
热议问题