Reading Excel 2003 and 2007 Files Using OLEDB

January 30, 2009 | 21 Comments

One of the feature of the application I’m working on these days is allowing the user to import data from Excel 2003 and 2007 files. After some research I found out that OLEDB is the only way to read both Excel formats without any problems.

Filed Under: ASP.NET, WinForms