Ask Ben: Getting Line Breaks To Work In A ColdFusion And POI Generated Excel Document

// Set the cell to wrap text. This will allow new
// lines to show up properly in the text.
LOCAL.Style.SetWrapText(
	JavaCast( "boolean", true )
	);

For Cut-and-Paste