Hi
when trying to open a xls file using:
String inputPath = "";
try {
LoadOptions opts = new LoadOptions();
book = new Workbook(inputPath, opts);
} catch (Exception e) { }…...example file (inside a password protected zip), password: aaaa123 important...