Convert HTML to docx - Apache POI Java [duplicate]

2019-09-19 13:14发布

问题:

This question already has an answer here:

  • Convert HTML to DOCX 3 answers

Does anyone know how to convert an html document to a docx using Apache POI, bringing across styles, font sizes, etc.

回答1:

Apache POI in java doesn't help you in converting html document to docx instead it can only help you in creating a docx file.

In short POI helps in creation and not in transformation.