Hello, i want to read excel-files (HSSFWorkbook and XSSFWorkbook) with cell functions, that aren’t part of the Apache POI version 3.8.
I use an German Microsoft Excel 2010 and so I have some functions (like in German excel functions "Achsenabschnitt()", "Steigung()"). They run into an org.apache.poi.ss.formula.eval.NotImplementedException (xls) or an org.apache.poi.openxml4j.exceptions.InvalidFormatException. How can i avoid the exceptions? Thank you for your help. Best regards, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
