I have setup jqGrid as a replacement for DataTables, but one important piece I'm missing is the ability to Export to Excel. DataTables handles this with html5 and uses Flash as a backup method (I do not wish to use flash at all).
When searching for a way to do this with jqGrid I see several posts that are quite old, but nothing recent. I am using a php server backend with the data sourced from JSON files. I see the paid version of jqGrid has a php version. Is there a method compatible with the free version of jqGrid that I can use to export a real Excel file (not a csv)?
I am using DataTables as well for an internal site I created. I use this script to download the table data to a CSV file and it works great. You may have to change a few things so the Id's and classes match your table, but give this a try.
Button for jqGrid
HTML for Form Input
JAVASCRIPT for Export to Excel function
PHP for Downloading XLS file