https://bz.apache.org/bugzilla/show_bug.cgi?id=63303
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO --- Comment #7 from Dominik Stadler <[email protected]> --- It seems you are trying to call the WorkbookFactory.create() with a "File" object, which is not supported. There is currently a method create(Object), which you can call with any object, but only "OPCPackage" is supported according to it's javadoc description. Also this method is scheduled to be removed in one of the next releases. Please show the code that you use to invoke the WorkbookFactory. -- 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]
