jQWidgets Forums

jQuery UI Widgets Forums Grid Grid export to excel

This topic contains 10 replies, has 5 voices, and was last updated by  Piers Moller 9 years, 2 months ago.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
  • Grid export to excel #12948

    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

    Grid export to excel #12951

    Peter Stoev
    Keymaster

    Hi darkcloudbird,

    There is such option, but the server script is included only in the Developer/Enterprise licenses.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Grid export to excel #12961

    i 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.

    Grid export to excel #12965

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Grid export to excel #22207

    Swapnil
    Participant

    I 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
    Zee

    Grid export to excel #22215

    Peter Stoev
    Keymaster

    Hi,

    – 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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Grid export to excel #47979

    shilpa
    Participant

    Hi 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,
    Shilpa

    Grid export to excel #47980

    Peter Stoev
    Keymaster

    Hi 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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Grid export to excel #48421

    shilpa
    Participant

    Hi Team,

    Is it possible to hide the first column in the excel file by passing any parameter.

    Thanks,

    Grid export to excel #48422

    Peter Stoev
    Keymaster

    Hi shilpa,

    Each column has boolean property called “exportable”. By setting it to false, the column would not be exported.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Grid export to excel #82208

    Piers Moller
    Participant

    Hi
    I am a licensed customer. I need ASP.NET implementation of save-file.php.

    Could you please provide me that.

    Thanks.

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.