MasterPageManager.class private void visitHeadersFooters(IXWPFMasterPage masterPage, CTSectPr sectPr) throws Exception { boolean titlePage = XWPFUtils.isCTOnOff(sectPr.getTitlePg()); xx xx } sectPr is null,so throws NullPointException,come on and fix it!
http://oss.opensagres.fr/xdocreport/javadoc/1.0.3/org/apache/poi/xwpf/converter/core/MasterPageManager.html This is not an Apache POI class despite the package name - it is from this separate project - https://github.com/opensagres/xdocreport. You will need to raise your concerns there. I would also appeal to you to be more friendly in your phrasing of issues. In the modern era, it is regarded as unacceptable to use language like `come on and fix it!` in public forums and to strangers who are only trying to help.
(In reply to PJ Fanning from comment #1) > http://oss.opensagres.fr/xdocreport/javadoc/1.0.3/org/apache/poi/xwpf/ > converter/core/MasterPageManager.html > > This is not an Apache POI class despite the package name - it is from this > separate project - https://github.com/opensagres/xdocreport. > > You will need to raise your concerns there. > > I would also appeal to you to be more friendly in your phrasing of issues. > In the modern era, it is regarded as unacceptable to use language like `come > on and fix it!` in public forums and to strangers who are only trying to > help. Many thanks