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 2008/03/11 17:19:21 UTC

DO NOT REPLY [Bug 44581] New: xssf.helpers.ColumnHelper bug/ issue with long ranges

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

           Summary: xssf.helpers.ColumnHelper bug/issue with long ranges
           Product: POI
           Version: 3.0-dev
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: POI Overall
        AssignedTo: dev@poi.apache.org
        ReportedBy: paolo.moz@gmail.com


Created an attachment (id=21652)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21652)
Patch that fixes the bug and adds XSSF style related stuff

cleanColumns() of xssf.helpers.ColumnHelper seems to have a slight bug in it.
If you pass in a column definition for a long range, it'll take several minutes
to run!
Try running the test org.apache.poi.xssf.extractor.TestXSSFExcelExtractor
One of the files that uses has a column definition for something like columns
14 to 16384 in it. cleanColumns() will still be trying to process it after
about 5 minutes!


-- 
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 44581] xssf.helpers.ColumnHelper bug/ issue with long ranges

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


Nick Burch <ni...@torchbox.com> changed:

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




--- Comment #1 from Nick Burch <ni...@torchbox.com>  2008-03-13 04:51:37 PST ---
Thanks for this Paolo, committed to svn 


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