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

           Summary: XSSFWorkbook.setRepeatingRowsAndColumns causes
                    FormulaParseException
           Product: POI
           Version: 3.5-dev
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


XSSFWorkbook.setRepeatingRowsAndColumns gets a FormulaParseException below a
call to XSSFName.setRefersToFormula at line 934 when one attempts to specify no
repeating columns by setting the first and last repeating column to -1. Setting
the first and last repeating row to -1 does not cause an exception if at least
repeating column is specified.

Workaround: Set a large unused column number for first and last repeating
column (e.g., 255). Then it works without throwing an exception.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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