1
Answer

How can I read the value of a cell in Excel?

Ask a question
j l

j l

14y
2.9k
1

Hello
Can someone show me how to read a value from a cell in Excel?
Example:
Cell A1 has the text "TRUE"......how do I read this value back?
I am using Excel Interop...so far I have tried these statements, but with no success
excelapp.range["A1:A1"].value
excelapp.range["A1:A1"].ToString()
 
thanks
J

Answers (1)