.XLSX file format issue

0
Hi Team,  We have an issue while create a workbook from a file with .xlsx extension. After upgrading the modular version from 7.23.8(Java 8) to 9.12.4(Java 11)  The same code working fine in old version(Java 8) but now it throws error.  Got error on the  following line  InputStream x = Core.getFileDocumentContent(context, a.getMendixObject());  Workbook ratingSheet = WorkbookFactory.create(x);    
asked
1 answers
0

 Hi Erwin't,
 These are the poi jar files list in our application. But we tried by removing the duplicated version of thses files, still got the same error.
 Which one do i need to remove from the list, can you guide me? 

answered