Error on running app local after installing Excel Import Widget

0
Hello,   I am using Mendix Studio 10.18.1 and after downloading the excel importer plugin from the Marketplace. After the installation I have fixed the two errors.  It's not possible to start the application locally. After removing the excel importer plugin it's possible to start the app locally.   I got following error message and I have no idea to solve it. Do you have any hint for me, thanks.   C:\Projekte\CBAM-Wizzard-main\javasource\excelimporter\reader\readers\ExcelXLSXDataReader.java:51: error: getNameIndex(String) in XSSFWorkbook cannot implement getNameIndex(String) in Workbook        try (XSSFWorkbook workbook = new XSSFWorkbook(excelFile) {                                                                 ^  attempting to assign weaker access privileges; was publicC:\Projekte\CBAM-Wizzard-main\javasource\excelimporter\reader\readers\ExcelXLSXDataReader.java:68: error: cannot find symbol                XMLReader sheetParser = XMLHelper.newXMLReader();                                                 ^  symbol:   method newXMLReader()  location: class XMLHelperNote: Some input files use or override a deprecated API.Note: Recompile with -Xlint:deprecation for details.Note: Some input files use unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.2 errors FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':compile'.> Compilation failed; see the compiler error output for details. * Try:> Run with --scan to get full insights. BUILD FAILED in 19s    
asked
0 answers