ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: muhammet.yagiz on January 21, 2022, 05:33:37 pm

Title: export to excel
Post by: muhammet.yagiz 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: "" });
                            }
                        }]
                    }
Title: Re: export to excel
Post by: paramvir 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