https://bz.apache.org/bugzilla/show_bug.cgi?id=59707
Dominik Stadler <dominik.stad...@gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #10 from Dominik Stadler <dominik.stad...@gmx.at> --- The \n is a Java thing which only works in Strings that are embedded in code, not if you put it into a text-file which you read in via some sort of Reader/InputStream. The only way to have a newline inserted here is to actually put a newline into the textfile, so try to make the file look as follows and it should work: ---- cut here ------- Use with word wrap on to create a new line ---- cut here ------- -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org