With version 6.0.6 loading .xls from file or httpclient results in this error:
System.IO.InvalidDataException: 'The file is not a valid Package file. If the file is encrypted, please supply the password in the constructor.'
at this line:
ExcelPackage package = new ExcelPackage(memStream);
However, loading same file but saved as .xlsx file works fine. Is there a potential fix or workaround?