My question is very simillar to the one asked here: Reading Excel files from C#
My question is whether there is a new better way of doing this now (2 years later), if not does anybody have some examples of using the ACE OLEDB 12.0 witch seem to be the best way to go with it?
What I need to do is an application that reads an xlsx file every night, wrap the data in the excel sheet, and then save it to the database, any other tips?
Thanks
Using ExcelPackage you can iterate all sheets and columns like this: