https://bz.apache.org/bugzilla/show_bug.cgi?id=61048
PJ Fanning changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=61048
Dominik Stadler changed:
What|Removed |Added
OS||All
Status|NEW
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
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.
---