Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1230
UltraWinGrid export to excel missing header
posted

Hi,

I have a UltrawinGrid and a UltraGridExcelExporter on my form.

I just do :

GridExport.Export(myGrid,"toto.xlsx");

The export works fine except the header name are missing on the exported file.

First line of the excel file is empty

Data begin at line 2.

What should I do in order to get the header name appear correctly in my excel file ? 

Thanks

Parents Reply Children