https://bz.apache.org/bugzilla/show_bug.cgi?id=57593
Vasili <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Ever confirmed|1 |0 Resolution|INVALID |--- --- Comment #8 from Vasili <[email protected]> --- Hi Nick, It seems that trying with different API should be hidden by facade in the framework, because applications have no idea - what type of the file arrives. If it is the only way - I could try and if it succeeds I will have to do the same wrapper, hiding the abovementioned decisions, but it would be more correct if poi were doing that. Right now we use the most universal way, i.e. WorkbookFactory.create(fis); And a lot of business code (including 3rd party, which we do not control) is already using this approach, so it will be hard to change... I will return to this later, after the tests. Thanks -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
