CodePlexProject Hosting for Open Source Software
Help me please.
Code:
FileStream fsFile = new FileStream("D:\\myFile.xlsx", FileMode.OpenOrCreate);
var myBook = new XLWorkbook(fsFile );
Exception: An exception occurred in the type initializer for 'ClosedXML.Excel.XLWorkbook'.
The file you're loading is new, therefore it's empty.
Are you sure you want to delete this post? You will not be able to recover it later.
Are you sure you want to delete this thread? You will not be able to recover it later.