Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sébastien on Jul 11, 2007 14:22
open dhtmlx forum
Export Header in csv

Hello,

I would like to export a grid into a csv file. Everything is working great exept that the header (column name) are not included in the cvs file.. How could I export the name of each column in the CVS file? Thx
Answer posted on Jul 11, 2007 19:00
Such behaviour can be enabled by
    grid.enableCSVHeader(true);

If you using old version of code, such function may be not available - in such case please use attached file.
Attachments (1)
Answer posted by Darya (Support) on Dec 11, 2014 00:26

Having solved the problem mentioned above, you may also look through the possible related problems with building a website and excel export java.