add data to a cell from c# based on the cell's value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Neo Belgium
    New Member
    • Apr 2011
    • 1

    add data to a cell from c# based on the cell's value

    I know I can add data to a cell in excel using oSheet.Cells[2, 2] = "Text";

    but how can I check which cell contains a value like 12/04/2011 ? Basically it will be in column A to search for and add the value in column C
Working...