Thanks for the comments, I have now updated the tests and code to use the actual logic from HSSFWorkbook for reading the record in all the dev-tools. It is still not doing case-insensitive comparison, but rather tries a few combinations (Workbook, WORKBOOK, BOOK), but this way we do whatever HSSFWorkbook does and this makes most of the previously failing files work fine.
Thanks... Dominik. On Sat, Oct 26, 2013 at 1:06 AM, Nirk Niggler <[email protected]>wrote: > If the CFB container format mandates this, and this container is also used > with DOC and PPT files, shouldn't the logic be contained in POIFS? > > > On Fri, Oct 25, 2013 at 4:02 PM, Nick Burch <[email protected]> wrote: > > > On Fri, 25 Oct 2013, Nirk Niggler wrote: > > > >> I haven't dug deep into the code, but a cursory glance of the POIFS code > >> reveals no effort to convert the names to uppercase. > >> > > > > Nope, POIFS doesn't do any name conversion. Things like HSSFWorkbook do > > however > > > > > > Nick > > > > ------------------------------**------------------------------**--------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
