Code Branches

2006-01-18 Thread Laubach Shawn Contr 327 CSSG/GFSL
I'm currently working on being able to set the default column style and I haven't paid enough attention to the different branches and stuff. I realize I need to commit to trunk, but is there another branch that is relatively stable I need to commit to? Shawn Laubach

RE: Excel Sheet - Page Setup trouble ('fit to 1 page wide').

2005-06-23 Thread Laubach Shawn Contr 327 CSSG/GFSL
Yeah, or you can look in the quick guide, which is where I send everyone who asks this question and doesn't know that the autobreaks have to be set (which caused me some problems when I first wrote it -- hence the quick guide entry). Shawn -Original Message- From: [EMAIL PROTECTED] [mailt

RE: data format

2005-05-20 Thread Laubach Shawn Contr 327 CSSG/GFSL
Get an instance of the formatter then pass in the format index from the cell style. http://jakarta.apache.org/poi/apidocs/org/apache/poi/hssf/usermodel/HSSFData Format.html#getFormat(short) http://jakarta.apache.org/poi/apidocs/org/apache/poi/hssf/usermodel/HSSFWork book.html#createDataFormat()

Branches

2005-04-22 Thread Laubach Shawn Contr 327 CSSG/GFSL
I've got a little change to headers and footers in HSSF and I've lost track of the different branches I need to make the changes in. Could someone get me that information? Shawn