How to Install libapache-poi-java in Ubuntu 18.04



Install libapache-poi-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libapache-poi-java

Description:

Apache POI - Java API for Microsoft Documents

Apache POI provides a Java API for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). . Apache POI supports the following formats: * Word (DOC, DOCX) * Excel (XLS, XLSX) * PowerPoint (PPT, PPTX) * Visio (VSD) * Publisher (PUB) * Outlook * TNEF (Transport Neutral Encoding Format)

Homepage: http://poi.apache.org

Version: 3.10.1-3

Section: universe/java