Reason
h2>
populates data with ‘< ‘, ‘& gt; ‘, ‘& amp; ‘and other special characters that need to be processed, the Word file can be opened.
The correct
h2>
solution
configuration = new Configuration();
configuration.setDefaultEncoding("UTF-8");
configuration.setOutputFormat(XMLOutputFormat.INSTANCE);
div>