Community Member Profile
- Profile: /members/5209-Greg.htm
- Comments: 4
- Points: 42
Recent Blog Comments By Greg
-
Ask Ben: Getting Line Breaks To Work In A ColdFusion And POI Generated Excel Document
Posted on Jan 26, 2010 at 6:24 PM
I'll have to dig up the code again, but I'm pretty sure I tried chr(10), chr(13) neither seemed to work.... read more »
-
Ask Ben: Getting Line Breaks To Work In A ColdFusion And POI Generated Excel Document
Posted on Jan 26, 2010 at 5:56 PM
Ben, my goal was really to get linebreaks to work like this post said. I think the column widths was just part of that right?... read more »
-
Ask Ben: Getting Line Breaks To Work In A ColdFusion And POI Generated Excel Document
Posted on Jan 25, 2010 at 12:23 PM
I just don't understand what to do with your code in a coldfusion script. I am familiar with the poi tags, but the code you posted for creating the sheets and setting the column widths doesn't look like it goes in a CF tag or poi tags. Can you show a little more of the coe how this works in... read more »
-
Ask Ben: Getting Line Breaks To Work In A ColdFusion And POI Generated Excel Document
Posted on Jan 18, 2010 at 4:34 PM
I have been using the POI with your help for a few months, but I don't understand java. Where are you doing this: // Create the sheet in the workbook. LOCAL.Sheet = ARGUMENTS.WorkBook.CreateSheet( JavaCast( "string", "Movies" ) ); // Set the sheet's... read more »



