[Bug 61048] Newlines in cells not rendering with SXSSF

2017-08-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61048 PJ Fanning changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 61048] Newlines in cells not rendering with SXSSF

2017-08-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61048 --- Comment #5 from Ivan --- Here is the cause: org.apache.poi.xssf.streaming.SheetDataWriter#outputQuotedString case '\n': case '\r': if (counter > last) { _out.write(chars, last, counter - last); } _out.write(" "); last = count

[Bug 61048] Newlines in cells not rendering with SXSSF

2017-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61048 Ivan changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from Ivan --- I'm experienc

[Bug 61048] Newlines in cells not rendering with SXSSF

2017-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61048 Dominik Stadler changed: What|Removed |Added OS||All Status|NEW

[Bug 61048] Newlines in cells not rendering with SXSSF

2017-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61048 --- Comment #2 from Michael Smith --- Created attachment 34959 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34959&action=edit SXSSF - changed to - newline renders correctly -- You are receiving this mail because: You are the ass

[Bug 61048] Newlines in cells not rendering with SXSSF

2017-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61048 --- Comment #1 from Michael Smith --- Created attachment 34958 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34958&action=edit SXSSF - newline not rendered -- You are receiving this mail because: You are the assignee for the bug. ---