Re: xdocreport dependency on full ooxml-schemas jar

2018-04-05 Thread Alain FAGOT BÉAREZ
:24 GMT-03:00 2018 An: dev@poi.apache.org Betreff: xdocreport dependency on full ooxml-schemas jar https://github.com/opensagres/xdocreport depends on the full ooxml-schemas jar as opposed to the poi-ooxml-schemas.jar. I was under the impression that the latter jar contained the ooxml-schema class

xdocreport dependency on full ooxml-schemas jar

2018-04-04 Thread pj.fanning
https://github.com/opensagres/xdocreport depends on the full ooxml-schemas jar as opposed to the poi-ooxml-schemas.jar. I was under the impression that the latter jar contained the ooxml-schema classes that we expect to suffice in most cases. xdocreport won't compile with just poi-ooxml-schemas. Is