<--- --------------------------------------------------------------------------------------- ---- Blog Entry: Ask Ben: Getting Line Breaks To Work In A ColdFusion And POI Generated Excel Document Author: Ben Nadel / Kinky Solutions Link: http://www.bennadel.com/index.cfm?dax=blog:506.view Date Posted: Feb 1, 2007 at 4:45 PM ---- --------------------------------------------------------------------------------------- ---> // Set the cell to wrap text. This will allow new // lines to show up properly in the text. LOCAL.Style.SetWrapText( JavaCast( "boolean", true ) );