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
//Export the first grid to the worksheet
this.ultraGridExcelExporter1.Export((UltraGrid)grid , ws);
Hi Nish,
Is there anything unusual about the data in the first column? What's the DataType?
I am the same issue, it is exporting some columns with the data and some of the columns without the data. Any help would be appreciated.