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 2009/08/02 03:09:06 UTC

DO NOT REPLY [Bug 47620] New: XSSFWorkbook.setRepeatingRowsAndColumns causes FormulaParseException

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: dev@poi.apache.org
        ReportedBy: prescindor@gmail.com


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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 47620] XSSFWorkbook.setRepeatingRowsAndColumns causes FormulaParseException

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


Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #1 from Yegor Kozlov <ye...@dinom.ru> 2009-08-05 10:55:29 PDT ---
Fixed in 801339

Yegor

-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org