Click here to Skip to main content
15,895,850 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more: , +
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 !!
C#
DataSet dsreport = new DataSet();
 dsreport.Tables.Add(dtDuplicateRecord); 
ExcelExport xObj = new ExcelExport(sFileName);
 xObj.PopulateFromDataSet(dsreport); 
xObj.SaveToFile();
Posted
v2
Comments
sahabiswarup 8-Nov-12 2:07am    
good ques 5 from me
damodara naidu betha 8-Nov-12 5:25am    
which commets? Cell comments or work sheet comments?
cdacducat 9-Nov-12 0:23am    
cell comments...i want to show the comments in the cell where invalid data is uploaded
Corporal Agarn 8-Nov-12 7:59am    
Do you know what rows are duplicated?
cdacducat 9-Nov-12 0:24am    
yes i know the duplicate rows.i want to show comments in duplicate rows.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900