apache - I can not find for the source code repository for poi-ooxml-schemas -
alright, little bit wierd. i've checkout apache-poi version 3.9 source code http://archive.apache.org/dist/poi/release/src/ can not find source code poi-xml-schemas. have been googling no avail. code repository these project? separate project poi source code or other project used library, code repository?
this covered in apache poi faq (#14), quote:
14. can't seem find source ooxml ct.. classes, come from?
the ooxml support in apache poi built on top of file format xml schemas, compiled java using xmlbeans. currently, compilation done xmlbeans 2.3, maximum compatibility installations. (you can use resulting classes on xmlbeans 2.3 runtime, or later version of xmlbeans. if using xmlbeans 2.2 or earlier, unfortunately have upgrade, isn't common more).
all of
org.openxmlformats.schemas.spreadsheetml.x2006 ct...classes auto-generated xmlbeans. resulting generated java goes in ooxml-schemas-src jar, , compiled version ooxml-schemas jar.the full ooxml-schemas jar distributed apache poi, along cut-down poi-ooxml-schemas jar containing common parts. source jar isn't distributed poi. is, however, available maven central - ask favourite maven mirror ooxml-schemas-src jar. alternately, if download poi source distribution (or checkout svn) , build, ant automatically download specification xml schema, , compile generate source , binary ooxml-schemas jars.
Comments
Post a Comment