How to Fix Missing Office Interop Exception in C#
To read an excel document, you need the excel interop. Most of the time people are confused on where is this library located. VS2003 Add Re...
https://www.czetsuyatech.com/2021/07/c-fix-missing-office-interop-exception.html
To read an excel document, you need the excel interop. Most of the time people are confused on where is this library located.
VS2003
Add Reference->COM->Microsoft Excel 11 Object Library
VS2005
Add Reference->COM->Microsoft Office 11 Object Library
Or try both.
Post a Comment