Workbook IExcelHost.Read(Stream file) { var host = new C1XLBook(); host.Load(file); return(host.ToWorkbook()); }