jQWidgets Forums

jQuery UI Widgets Forums Grid export to excel problem (number of rows)

This topic contains 4 replies, has 2 voices, and was last updated by  icarus10 9 years, 8 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • export to excel problem (number of rows) #75681

    icarus10
    Participant

    Hi,

    I have problem in using licensed version of jqxGrid.

    When I export small number of grid data to excel, it works fine. (less than 1200 lines)
    But, If jqxGrid listSize is more than 1200 lines, export to Excel function does not work properly.

    I have searched forum for this problem, and found similar problem.
    But that case was data problem (having ‘ in data itself), not size problem.

    If i debugging through Chrome browser, when it downloading files using the jqxgrid.export.js parts provided by jQWidgets, all the parameter values ​​are sent as null.

    Since I use licensed version, is there any file to set limit of exporting lines (sizes) to Excel?
    or is it source problem I wrote?

    Thanks in advance

    export to excel problem (number of rows) #75685

    ivailo
    Participant

    Hi icarus10,

    This topic may be helpful for you.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    export to excel problem (number of rows) #75706

    icarus10
    Participant

    Thanks for your advice.

    But, the topic error message is different from my case.

    > Depends on whether you have Developer or Enterprise License and you have hosted the export file on your server. If you have and you have hosted it, then > the limit is defined by your server. Otherwise, if you use the file hosted on our server, the limit is less than 1MB so you won’t be able to export such > amount of data, because the export is for evaluation purposes only.

    Anyway, since I used Enterprise Licensed version and own server, how can I define limit in my server?
    Is there any file to set limit of exporting lines (sizes) to Excel?

    Please let me know how to set limit in my server.

    Thanks in advance.

    export to excel problem (number of rows) #75724

    ivailo
    Participant

    Hi icarus10,

    It’s related to maximum upload size limitation. This may vary, depending on the server.
    We don’t know what is your server. So you can find this setting and increase the value.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    export to excel problem (number of rows) #75728

    icarus10
    Participant

    Thanks, actually we use Tomcat server and found limit in server.xml file.
    We increased the limit and problem was solved.

    Thanks for your advice.

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

You must be logged in to reply to this topic.