Skip to content

Apache POI is an API to access Microsoft Office files. This extension provides integration with Apache POI

License

Notifications You must be signed in to change notification settings

Yolean/quarkus-poi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus extension for Apache POI

All Contributors

Version

This is a Quarkus extension for Apache POI.

What is Apache POI?

Apache POI is a Java API for Microsoft Documents. It allows Java programs to read and write files in Microsoft Office formats, such as Word, Excel and PowerPoint. It also allows programs to create new files in these formats. It is an open source project and is available under the Apache License.

Apache POI is a project of the Apache Software Foundation.

What is Quarkus?

Quarkus is a Kubernetes Native Java stack tailored for GraalVM & OpenJDK HotSpot, crafted from the best of breed Java libraries and standards.

How to use this extension?

Include the following dependency in your pom.xml:

<dependency>
    <groupId>io.quarkiverse.poi</groupId>
    <artifactId>quarkus-poi</artifactId>
    <version>${quarkus.poi.version}</version>
</dependency>

Features

This extension provides the following features:

  • Native image support
  • Support for Apache POI 5.2.3

Contributors ✨

Thanks goes to these wonderful people (emoji key):

George Gastaldi
George Gastaldi

💻 🚧
Tomaž
Tomaž

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Apache POI is an API to access Microsoft Office files. This extension provides integration with Apache POI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%