https://bz.apache.org/bugzilla/show_bug.cgi?id=65042

Dominik Stadler <dominik.stad...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
           Severity|major                       |enhancement

--- Comment #4 from Dominik Stadler <dominik.stad...@gmx.at> ---
Thanks for the detailed reproducing code, I took a look at your sample-project
now.

Pictures in .xlsx files are not stored per "row" or "sheet", but rather
globally in a separate structure along the other parts. 

The current SXSSFWorkbook only flushes and removes rows based on the
"rowAccesswindowSize".

So flushing picture data for SXSSFWorkbook is currently not supported, we can
consider adding it as an enhancement, naturally it will happen sooner if you
can propose an implementation that offers this as additional option for
SXSSFWorkbook in some way, however it will require some coding as you likely
need to flush out pictures in a similar way as the rows and then a write-time
combine the information into the final document as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to