Difference between revisions of "SimpleGraph-Word"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
|systemname=WordSystem | |systemname=WordSystem | ||
|url=https://en.wikipedia.org/wiki/Word | |url=https://en.wikipedia.org/wiki/Word | ||
− | |apiname= | + | |apiname=Apache POI XWPF/HWPF |
|apiurl=https://poi.apache.org/document/quick-guide-xwpf.html | |apiurl=https://poi.apache.org/document/quick-guide-xwpf.html | ||
|documentation=makes Microsoft Word Documents accessible via the Apache POI API | |documentation=makes Microsoft Word Documents accessible via the Apache POI API | ||
Line 13: | Line 13: | ||
|viewmode=hidden | |viewmode=hidden | ||
}} | }} | ||
+ | = Links= | ||
+ | * https://stackoverflow.com/questions/tagged/hwpf | ||
+ | * https://stackoverflow.com/questions/tagged/xwpf |
Latest revision as of 10:46, 21 February 2018
SimpleGraphModule
SimpleGraph Word module
The SimpleGraph Word module makes Microsoft Word Documents accessible via the Apache POI API see Apache POI XWPF/HWPF.
Sources
- System: WordSystem.java
- JUnit-Test: TestWordSystem.java