https://bz.apache.org/bugzilla/show_bug.cgi?id=65976
--- Comment #4 from PJ Fanning <[email protected]> --- the `providers: []` means no workbook provider is loaded. You are probably missing this file: https://github.com/apache/poi/blob/trunk/poi-ooxml/src/main/resources/META-INF/services/org.apache.poi.ss.usermodel.WorkbookProvider They are other files like that in poi jar. An alternative to create an XSSFWorkbook using its constructor instead of WorkbookFactory.create -- 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]
