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
364
Export to Excel - first column data missing
posted

When I export to excel to first column data is always missing. The column header is outputted but the values are not. Any ideas on what that might be. Below is the code I call and looks right to me.

 

Thanks in advance

Nish 

 

//create a worksheet to put the data on

Infragistics.Excel.Worksheet ws = wb.Worksheets.Add("DATA");

 

//Export the first grid to the worksheet

this.ultraGridExcelExporter1.Export((UltraGrid)grid , ws);

Parents Reply Children
No Data