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 2015/04/22 01:56:33 UTC

[Bug 57844] SXSSFSheet.shiftRows() throws java.lang.RuntimeException: NotImplemented

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

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
I'm not sure we're going to be able to add support for this in SXSSF - shifting
rows generally requires updating all sorts of back-and-forth references, which
SXSSF wouldn't be able to do as it won't have the required objects available

It's possible that someone could do a minimal implementation that just did a
few updates on rows which were in the buffer in memory, but care would need to
be taken to ensure it cleanly throws an exception if it's asked to touch
anything outside of the buffer

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