1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00

Added documents4j

I know that self-submissions are frowned upon but I think documents4j is a quite unique tool and is useful, especially in enterprise context. Feel free to add it if you find it appropriate.
This commit is contained in:
Rafael Winterhalter 2015-05-08 08:53:53 +02:00
parent f2af075998
commit df41a5ccab

View file

@ -205,6 +205,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [Apache POI](http://poi.apache.org/) - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT).
* [jOpenDocument](http://www.jopendocument.org/) - Processes the OpenDocument format.
* [documents4j](http://documents4j.com) - Java API for document format conversion using third-party converters such as MS Word.
## Functional Programming