pjfanning commented on PR #436:
URL: https://github.com/apache/poi/pull/436#issuecomment-1474554346

   I added this but then reverted it due to 
https://github.com/apache/poi/actions/runs/4452719179/jobs/7820620683
   
   Causes issues like this:
   
   ```
   Caused by: java.lang.IllegalStateException: bad function index (54, false)
        at 
org.apache.poi.ss.formula.ptg.AbstractFunctionPtg.lookupName(AbstractFunctionPtg.java:143)
        at 
org.apache.poi.ss.formula.ptg.FuncVarPtg.lookupName(FuncVarPtg.java:82)
        at 
org.apache.poi.ss.formula.ptg.AbstractFunctionPtg.getName(AbstractFunctionPtg.java:72)
        at 
org.apache.poi.ss.formula.ptg.AbstractFunctionPtg.toFormulaString(AbstractFunctionPtg.java:95)
        at 
org.apache.poi.ss.formula.FormulaRenderer.toFormulaString(FormulaRenderer.java:99)
        at 
org.apache.poi.hssf.model.HSSFFormulaParser.toFormulaString(HSSFFormulaParser.java:89)
        at 
org.apache.poi.hssf.usermodel.HSSFCell.getCellFormula(HSSFCell.java:643)
        at org.apache.poi.hssf.usermodel.HSSFCell.toString(HSSFCell.java:1045)
        at 
org.apache.poi.stress.SpreadsheetHandler.readContent(SpreadsheetHandler.java:84)
        at 
org.apache.poi.stress.SpreadsheetHandler.handleWorkbook(SpreadsheetHandler.java:38)
        at 
org.apache.poi.stress.HSSFFileHandler.handleFile(HSSFFileHandler.java:43)
        at 
org.apache.poi.stress.TestAllFiles.lambda$handleFile$1(TestAllFiles.java:209)
        at 
org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:49)
        ... 41 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to