https://bz.apache.org/bugzilla/show_bug.cgi?id=61048
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All Status|NEW |NEEDINFO --- Comment #3 from Dominik Stadler <[email protected]> --- On Linux using LibreOffce "XSSF - newline rendered correctly" and " SXSSF - newline not rendered" are shown correctly, and " SXSSF - 
 changed to 
 - newline renders correctly" is shown without newline. So here the situation is the other way round, the ones created by POI are both shown correctly, the one with Mac Newlines not. So it seems there is some platform-dependence introduced. As you add "\n" in your sample-code, what happens if you use "\r" or "\n\r"? I expect that both ways would show correctly on Mac, the second maybe also on Windows and Linux. This would indicate that you can control this in the string that you set. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
