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

            Bug ID: 55723
           Summary: Inconsistent behavior in setautofilter function
           Product: POI
           Version: 3.9
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: HSSF
          Assignee: [email protected]
          Reporter: [email protected]

Calling XSSFSheet.setAutofilter(CellRangeAddress.valueOf("A:D")) does not throw
any exception and applies the autofilter on sheet for these columns but

Calling HSSFSheet.setAutofilter(CellRangeAddress.valueOf("A:D")) THROWS THIS
EXCEPTION :
"row1 must be between 0 and 65280"

Why this inconsistent behavior?

-- 
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