I'm having to pull in data from a spreadsheet, but the header row is causing a lot of problems. My first column is a 6 digit ID but it's a string also, the interop wants those fields to be a Double. How can I make sure everything is just a string as it's passed over?
I'm using range.Cells[i,j].Value2