php - jqgrid cannot export to excel if data is grouped -


i have got grid data grouped 2 columns.

excel export set true:

$grid->setnavoptions('navigator', array("excel" => true, "add" => false, "edit" =>false, "del" => false, "search" => false, "refresh" => false)); 

and table hasw utf-8 encode

when try open generated excel file following message appear:

problems came in following areas during load: table file cannot opened because of errors.

i using jqsuite, commercial version of grid, not open source one.

can help,

thank

donato


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -