문제

I have a problem in that using the following code

var num = sheet.Cells[row, col].Value;

or

var num = sheet.Cells[row, col].Value2;

will not return a value if the cell contains only a number. Am I missing something silly here? I also ought to mention that I am doing this with a csv file and office 2010.

Thanks all.

도움이 되었습니까?

해결책

var num is declared as what? number or string? Try FormulaR1C1 to get the value. Works sometimes. :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top