Hi ,
I am using latest grid-excel-java from here: viewtopic.php?f=23&t=20151
and file dhtmlxgrid_export.js as given in the attachment. Iam attaching my sample code as well as xml along with this.
On click on Get as Excel button, excel is opening up but along with excel another window(this is the /generate ) also opens up…Hw to close this…since i require only excel sheet. Also in the excel i acn see all contents present on the screen(headers+all the rows) then only headers are getting duplicated at the end.
How to solve this…Please help
Hi,
please, try to use export version from attachment to prevent duplicating header at the bottom.
Also you should update dhtmlxgrid_export.js from attachment to show download dialog without opening new page. dhtmlxgrid_export.zip (2.96 KB) grid-excel-java.zip (1.4 MB)
Hi,
I took the latest files from the attachment and tried it again. Both the issues are still there.
Headers are getting duplicated and along with download dialog another browser window(/generate ) is also opening up.