Excel reader app

broken image
broken image

Each reference must be kept to effectively exit the application on completion.

broken image

Next, you'll need to create references for each COM object that is accessed. using Excel = //Microsoft Excel 14 object in references-> COM tab I have given this the using alias of Excel. NET 4+ allows C# to read and manipulate Microsoft Excel files, for computers that have Excel installed (if you do not have Excel installed, see NPOI).įirst, add the reference to Microsoft Excel XX.X Object Library, located in the COM tab of the Reference Manager.

broken image