I'm still trying to figure out how to correctly use the CTCellStyle (and other associated) classes. I've tried many different ways but either get a non-valid document, or one that is somehow messed up. Is there any documentation, guidelines or similar that describe how to correctly use the CTxxxx classes? For example, how do I use CTXf or CTCellStyleXfs? They seem to be important for CellStyles but I can't make any sense out of them...
Also, some example code dealing with CTCellStyles would already be very helpful... Thanks, Martin > On Thu, 12 Aug 2010, Martin Studer wrote: >> I've been continuing working with CellStyles in XSSFWorkbooks. My goal >> is to >> deal with user-defined style names in XSSFWorkbooks. In HSSFWorkbooks >> the >> corresponding HSSFCellStyles support methods get/setUserDefinedName. >> However, for XSSFCellStyles there currently is no such functionality. > > Please do submit a patch! You'll want to add the appropriate methods to > the generic ss CellStyle object, then add the getters and setters to > XSSFCellStyle that do the appropriate CTCellStyles setters and getters for > you > > Once you have a patch, please attach it to a new bugzilla entry so we can > review and apply it to svn > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
