我正在尝试读取 xlsx 文件。
我有例外
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. c#
然后我从这里安装它
http://www.microsoft.com/en-us/download/details.aspx?id=13255
然后我改变platform target
了x64
现在我得到了这个例外:
BadImageFormatException was unhandeled
{"Could not load file or assembly 'LinqToExcel, Version=1.9.0.0, Culture=neutral, PublicKeyToken=9c8ea65a58f03f1f' or one of its dependencies. An attempt was made to load a program with an incorrect format."}
更新 1
我已经使用安装了 linq_to_excel
Install-Package LinqToExcel
然后将 lib 文件添加到引用中