Hi, I'm new to POI and I read the docs and the mailing archive. But I didn't find a solution for my problem (I probably missed something really obvious).
I need multiline cells in my Excel Sheet. Therefore I used the cellStyle.setWrapText( true ); method to make it multiline. I thought I could control where the new line begins (\n). But my Excel 2000 does not only break the line when a \n is in the string, it also breaks when the text reaches the cell border. It looks like ---------------- |First line is | |veeeeeery long | |Second line | ---------------- but I need ---------------- |First line is ve| |Second line | ---------------- Any ideas? Thanks in advance! -- Christian Peter <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
