toExcel produces 0 byte file

I have successfully created a grid and am able to use the toPDF() function to produce a pdf file using a local generate.php file. However, when I try to use a local php file to generate an excel file the server sends back a 0 byte file. Replacing the local php excel path with dhtmlxgrid.appspot.com/export/excel (with no other changes) yields a proper excel file.

The local excel php and export.js files came from dhtmlx.com/x/download/regula … 100909.zip

Is there any reason that the PDF files would work perfectly while the excel files would fail?

Thanks,

Tyler W. Cox

Hi,
try to update php-export script from here:
viewtopic.php?f=23&t=20151

Hi radyno,

I really appreciate the rapid response. As soon as I swapped my php files with the ones at support.dhtmlx.com/x-files/expor … el-php.zip everything started working perfectly.

Thanks again,

Tyler W. Cox