Reading From Excel

Adding Excel Functionality To Your Project Add Microsoft Excel Reference Menu > Project > Properties > Common Properties > Add Reference > .Net > Microsoft.Office.Interop.Excel (choose the latest version) Add Namespaces using namespace Microsoft::Office::Core; //using namespace Microsoft::Office::Interop::Excel; //To avoid pain with errors due to clashes with “Application” by using this we use the below instead […]

Read More