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
No Data
Reply
  • 1230
    posted

    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 ? 

Children