Recently, we learned how to read text contents of Microsoft Word document from a .NET application using the APIs exposed in 'Microsoft.Office.Interop.Word.dll'. There may be a business requirement to read contents of Excel sheets too.
Today we are going to learn how to read Microsoft Excel documents. The complete source code has been shared for your easy reference.