VahidN / EPPlus.Core

EPPlus.Core is an unofficial port of the EPPlus library to .NET Core
GNU Lesser General Public License v3.0
370 stars 93 forks source link

[Exception] Reading file on linux #6

Closed tartexs closed 7 years ago

tartexs commented 7 years ago

Runing a new project to read a simple file on linux:

Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'ole32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at OfficeOpenXml.Utils.CompoundDocument.StgIsStorageFile(String pwcsName) at OfficeOpenXml.ExcelPackage.ConstructNewFile(String password)

tartexs commented 7 years ago

Sorry, i was trying to open an xls file.