我正在使用ApachePOIAPI从Excel文件中获取值。除了包含公式的单元格外,一切都很好。事实上,cell.getStringCellValue()正在返回单元格中使用的公式,而不是单元格的值。我尝试使用evaluateFormulaCell()方法,但它不起作用,因为我使用的是GETPIVOTDATAExcel公式,并且此公式未在API中实现:Exceptioninthread"main"org.apache.poi.ss.formula.eval.NotImplementedException:ErrorevaluatingcellLandscape!K11atorg.apa