https://bz.apache.org/bugzilla/show_bug.cgi?id=63303
--- Comment #9 from [email protected] --- I am using Clojure interop I call it essentially this way: (WorkbookFactory/create java.io.File) which gives this java.io.IOException: java.lang.NoSuchMethodException: org.apache.poi.xssf.usermodel.XSSFWorkbookFactory.createWorkbook(java.io.File) WorkbookFactory.java:354 org.apache.poi.ss.usermodel.WorkbookFactory.createWorkbook WorkbookFactory.java:314 org.apache.poi.ss.usermodel.WorkbookFactory.createXSSFWorkbook WorkbookFactory.java:173 org.apache.poi.ss.usermodel.WorkbookFactory.create here's the signature: https://poi.apache.org/apidocs/dev/org/apache/poi/ss/usermodel/WorkbookFactory.html#create-java.io.File- examples here "Files vs InputStreams" section: https://poi.apache.org/components/spreadsheet/quick-guide.html perhaps a .xlsx file will trigger this according to source code and stacktrace. -- 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]
