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 2016/03/31 16:44:14 UTC

[Bug 57930] XSSF sample SAX code does not handle inlineStr cells

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

Dominik Stadler <do...@gmx.at> changed:

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

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
Applied via r1737247, thanks for the Patch!

I only applied the changes for inline strings and did not switch to
StringBuilder as I don't think it will change much as almost always the whole
string is sent in one go and we would be constructing additional StringBuilders
for every string this ways, let me know if you think it actually is required or
has a large performance gain.

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