to open up an excel file, do I need any special references?
I want to access the rows programmatically.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To actually work with Excel from C#, you’ll probaly want to add the
Micorsoft.Office.Interop.Excelassembly. Watch the version, version 12 = Office 2007.