You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/09/11 13:44:59 UTC

[Bug 62704] New: getting java.lang.ArrayIndexOutOfBoundsException

https://bz.apache.org/bugzilla/show_bug.cgi?id=62704

            Bug ID: 62704
           Summary: getting java.lang.ArrayIndexOutOfBoundsException
           Product: POI
           Version: 4.0.0-FINAL
          Hardware: Other
                OS: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
          Assignee: dev@poi.apache.org
          Reporter: mgiordano@jamaicabearings.com
  Target Milestone: ---

We downloaded the latest version of poi-4.0.0 and are running that in
conjunction with java 8.0.  We previously used the hssfFormulaEvaluator(book);
in our program when we were running poi 3.17 with java 5.0 32 bit.  Everything
worked.  When we try to run now this is the only problem we seem to have.

It was suggested this could be a bug.  thank you.

Message . . . . :   Java exception received when calling Java method.         
Cause . . . . . :   RPG procedure RATSUPXLS in program JAMAICA/RATSUPXLS      
  received Java exception "java.lang.ArrayIndexOutOfBoundsException: Array    
  index out of range: -2" when calling method "evaluateAllFormulaCells" with  
  signature "(Lorg.apache.poi.hssf.usermodel.HSSFWorkbook;)V" in class        
  "org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator".

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62704] getting java.lang.ArrayIndexOutOfBoundsException

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62704

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
If you temporarily switch from doing evaluate all, and instead loop over all
the sheets then rows then cells yourself to evaluate each one individually, can
you identify what the problematic formula is that triggers the bug?

And/or can you upload the excel file you're using to trigger the exception?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62704] getting java.lang.ArrayIndexOutOfBoundsException

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62704

PJ Fanning <fa...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |CLOSED

--- Comment #2 from PJ Fanning <fa...@yahoo.com> ---
no test case provided - reopen if you can provide one

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org