<--- --------------------------------------------------------------------------------------- ---- 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 ---- --------------------------------------------------------------------------------------- ---> // Create the sheet in the workbook. LOCAL.Sheet = ARGUMENTS.WorkBook.CreateSheet( JavaCast( "string", "Movies" ) ); // Set the sheet's default column width. This will // apply to all columns generated for this column // unless otherwise stated. LOCAL.Sheet.SetDefaultColumnWidth( JavaCast( "int", 23 ) );