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
My mistake...
the header is ok but the display in excel is not good because fore color and backcolor are set to white... which means values are not visible till changing one of the color (background or forecolor)...
what is the reason for that ?
The exporting is WYSIWYG. So the only explanation for this is that your ForeColor is white on the screen. But if that were the case, then presumably, the backcolor would be a dark color so that you could see the text and then you would be able to see that color in Excel, also.
Is the ForeColor of the headers white?