Hi All ,
I am exporting data from xml to excel sheet using datasets in c#.
While exporting i want to add colours to some cells and also to merge cells.
Please suggest me.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
husein ShaikhPosted Aug 16, 2012, 7:32 AM
create runtime gridview assign the datatable to gridview as its source and bind it , and generate its rowdatabound event and give all the formating u want and then export the gridview to excel its will work fine...