https://issues.apache.org/bugzilla/show_bug.cgi?id=56537
--- Comment #1 from Nick Burch <[email protected]> --- WorkbookFactory.create(File) is only about 5 lines of code. If your use case means you need to close the resources explicitly, your best bet is to pull out the key 4 lines, and use them directly, along with adding hooks into your application's own resource tidy-up system. Given the current simple method signature, it's not possible to return both the Workbook and the Closeable resource -- 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]
