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 2012/03/22 20:57:31 UTC

DO NOT REPLY [Bug 52973] New: Enable some rows to be excluded from the stream so that they can be post processed

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

             Bug #: 52973
           Summary: Enable some rows to be excluded from the stream so
                    that they can be post processed
           Product: POI
           Version: unspecified
          Platform: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SXSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: jim-apache@spudsoft.co.uk
    Classification: Unclassified


For my uses of POI I have to write a large number of cells to a worksheet and
then go back and insert a small number of images.
I can't insert the images before the data because the insertion of the data may
involve resizing the column widths, and that would break the aspect ratio on
the images.

Current SXSSF doesn't allow me to go back to insert the images.

It would be useful if some rows could be flagged to be kept in memory.

This would obviously complicate the streaming - you'd have to stream a block of
rows, then output a block from memory, then stream another block, etc.

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


[Bug 52973] Enable some rows to be excluded from the stream so that they can be post processed

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

piczmar@wp.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|piczmar@wp.pl               |

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


[Bug 52973] Enable some rows to be excluded from the stream so that they can be post processed

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

piczmar@wp.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piczmar@wp.pl

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