Home  >  Article  >  Operation and Maintenance  >  What is Apache POI?

What is Apache POI?

王林
王林forward
2020-06-15 17:03:443107browse

What is Apache POI?

Apache POI is an open source library of the Apache Software Foundation. POI provides APIs for Java programs to read and write files in Microsoft Office formats.

The main reading and writing Microsoft Office functions provided in POI are as follows:

HSSF -- Provides the function of reading and writing Microsoft Excel format files.

XSSF -- Provides the function of reading and writing Microsoft Excel OOXML format files.

HWPF -- Provides the function of reading and writing files in Microsoft Word format.

HSLF -- Provides the function of reading and writing Microsoft PowerPoint format files.

HDGF -- Provides the function of reading and writing files in Microsoft Visio format.

Recommended tutorial: apache from entry to proficiency

The above is the detailed content of What is Apache POI?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:cnblogs.com. If there is any infringement, please contact admin@php.cn delete