Export grid to excel

Hi

I saw the nice option to export the grid to excel.
I have questions about it:

  1. Is it possible to change the file name dynamically?
  2. Is it possible to add title(dynamically) and logo to the exported excel file?

Thanks,

  1. There is no such public API, but you can save exported file and set any necessary name
  2. Please check documentation here docs.dhtmlx.com/doku.php?id=dhtmlxgrid:pdf

As for header - you can use custom xml file as header for the output ( which allows nearly any content in the header )

docs.dhtmlx.com/doku.php?id=dhtm … id.toexcel