jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Grid export to excel
Tagged: datagrid export to excel, export
This topic contains 10 replies, has 5 voices, and was last updated by Piers Moller 9 years, 2 months ago.
-
AuthorGrid export to excel Posts
-
Hi,
I am trying to export my grid to export to excel and figured out that i had to use the jqx-server for file exporting. is there any option that i can use my own server side code to export to excel? Thanks
Hi darkcloudbird,
There is such option, but the server script is included only in the Developer/Enterprise licenses.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comi see now. but when i check the grid api, there is a parameter option in jqxgrid(‘exportdata’….) to optionally specify the serverside url but when it does not seems to work, the grid is still calling jqx_server. Thanks anyway.
Hi darkcloudbird,
There is such Grid API and it works if the server script is hosted on your server. The server script is provided only to customers along with the source code download.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comI specifying the options correctly, but still when I click the export option, I am getting redirected to the local file which I have as a URL.
Could you please let me know which files do I need to include to make this work properly?
Thanks
ZeeHi,
– Do you have the save-file.php which is provided to customers only?
– Please, provide step by step instructions on how to reproduce your scenario and provide a small sample which demonstrates it.Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
I am using jqxgrid and want to use export to excel functionality. I am using java in server side code.If I buy license,will you provide me the server side code implementation in java.Regards,
ShilpaHi Shilpa,
We can provide only PHP and ASP .NET implementation of the save-file.php. However, the file’s implementation is quite simple and I think that you would be able to successfully rewrite it in other programming language if necessary. It’s just about 10 lines of code.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Team,
Is it possible to hide the first column in the excel file by passing any parameter.
Thanks,
Hi shilpa,
Each column has boolean property called “exportable”. By setting it to false, the column would not be exported.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi
I am a licensed customer. I need ASP.NET implementation of save-file.php.Could you please provide me that.
Thanks.
-
AuthorPosts
You must be logged in to reply to this topic.