Check documentation for the latest version of dhtmlxSuite toExcel DHTMLX Docs

toExcel

exports data from dhtmxlGrid to an Excel document

void toExcel(string path);
pathstringthe path to the generate.php file resided in the Export package

Available only in PRO Edition

Example

mygrid.toExcel('codebase/grid-excel-php/generate.php');

Back to top