Click here to Skip to main content
15,921,203 members

Comments by cdacducat (Top 4 by date)

cdacducat 16-Nov-12 4:51am View    
I still can't find the solution for this.pls somebody help.this is very necessary.
cdacducat 9-Nov-12 0:24am View    
yes i know the duplicate rows.i want to show comments in duplicate rows.
cdacducat 9-Nov-12 0:23am View    
cell comments...i want to show the comments in the cell where invalid data is uploaded
cdacducat 8-Nov-12 1:58am View    
I m writing this code for creating excel file.this is working fine.but i also need to add comments in excel file for duplicate rows.What can i do for that ? pls help !!

DataSet dsreport = new DataSet();
dsreport.Tables.Add(dtDuplicateRecord);
ExcelExport xObj = new ExcelExport(sFileName);
xObj.PopulateFromDataSet(dsreport);
xObj.SaveToFile();