On 25/12/12 01:11, Stuart Turner wrote:
I've been looking at adding XSSFSheet.getTabColor and have hit a
similar problem understand CTSheetPr. I can't find the source for the
ooxml schema classes.

Is this available and where?

It's automatically generated by xmlbeans, from the Microsoft/OASIS schema files

What you'll want is the full ooxml-schemas-1.1.jar (if you don't already have it - don't use the cut-down poi-ooxml-schemas jar if digging into this sort of low level stuff), and then ooxml-schemas-src-1.1.jar .

You can either grab these from maven central / any handy maven mirror, or download the source release / checkout from svn and build, these will be built for you automatically by ant

Nick


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to