Apache POI Components for Word Documents

Q

What are Apache POI components that can be used to read and write Microsoft Word documents?

✍: FYIcenter.com

A

There are 2 components in the Apache POI Java library that can be used to read and write Microsoft Word document files:

  • HWPF (Horrible Word Processor Format) component provides API to read and write older versions of Microsoft Word documents (*.doc)
  • XWPF (OpenXML Word Processor Format) component - provides API to read and write newer versions of Microsoft Word documents (*.docx)

 

SimpleDocument - Apache POI Word Document Example

Apache POI Examples for Word Documents

Apache POI Examples for Word Documents

⇑⇑ FAQ for Apache POI (Poor Obfuscation Implementation)

2017-02-22, 1470🔥, 0💬