blah blah blah is here! blah blah » Close

0
votes
1 answers

Problem with accessing Excel sheet cells

Hi, Here's the situation: I try to access 4000 Excel worksheet cells that I need to modify using the folowing code but it takes more than 15 seconds: Excel.Range NewCell = (Excel.Range)newWorkSheet.Cells[row_index, column_index]; ...

Feedback