I recently needed to import some data from an Excel spreadsheet in my C# app and wanted to avoid the Office interop assemblies and OleDbReaders if at all possible. I found the excellent ExcelDataReader, which is a pure-.NET class for…
I recently needed to import some data from an Excel spreadsheet in my C# app and wanted to avoid the Office interop assemblies and OleDbReaders if at all possible. I found the excellent ExcelDataReader, which is a pure-.NET class for…