I have code that reads data from excel cells to TextBoxes in a win forms application.
sdRange = xdWorksheet.Cells[1, 1]; if (sdRange.Cells.Value2 != null) {