https://issues.apache.org/bugzilla/show_bug.cgi?id=55650

            Bug ID: 55650
           Summary: [PATCH] Avoid ArrayIndexOutOfBoundsException when
                    getting cell style w/ no cellStyleXfs
           Product: POI
           Version: 3.10-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

I ran into this issue via
org.apache.poi.ss.usermodel.DateUtil.isCellDateFormatted.

Essentially, the issue is that I'm working with xlsx spreadsheets that do not
contain a <cellStyleXfs/> section.  The /cellXfs xf.xfId/ attributes are set to
"0".  Instead of blowing up, I'd like poi to recognize that there is no such
named style and proceed normally.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to