Author Topic: export to excel  (Read 981 times)

muhammet.yagiz

  • Newbie
  • *
  • Posts: 1
    • View Profile
export to excel
« on: January 21, 2022, 05:33:37 pm »
Hey guys, i have a problem. When I try to export little data to excel I have not problem but when I try to do big data export excel I'm taking internal server 500 error ?

How can i fix that? I should export all data on excel

 {
                        type: 'button',
                        label: "Excel'e Aktar",
                        icon: 'ui-icon-document',
                        listeners: [{
                            "click": function (evt) {
                                $("#gridlist").pqGrid("exportExcel", { url: "/home/excel", sheetName: "" });
                            }
                        }]
                    }

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Re: export to excel
« Reply #1 on: January 24, 2022, 10:52:05 pm »
Either use local Excel export using fileSaver.js or check your server logs for the cause of 500 error ( most probably can be resolved by increasing the POST size ).

https://paramquery.com/pro/demos/export_local