Reading cells from Excel file using OleDbConnection
For a little project I was working on a few weeks ago, I had to be able to read the content from a single cell in an Excel file. This is properly easiest done by using the Microsoft Excel Object Library, however for my project it was a requirement that the oledb api was used instead. In this [...]





