mdestefano / java-excel-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Central GitHub release License: GPL v3

Java Excel Utils

Introduction

Java Excel Utils is still an embryonic project. This open source library will collect different tools to speed up the work with Excel files.

Documentation

The javadocs of all public methods are available. Some examples are also available in the samples package.

Minimum Requirements

Java 17 or above.

Maven

<dependency>
  <groupId>io.github.mbenincasa</groupId>
  <artifactId>java-excel-utils</artifactId>
  <version>x.y.z</version>
</dependency>

Roadmap

There is still no well-defined roadmap, but there is the idea of bringing various features

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

License

Distributed under the GNU General Public License v3.0. See LICENSE.md for more information.

Contact

Mirko Benincasa - mirkobenincasa44@gmail.com

About

License:GNU General Public License v3.0


Languages

Language:Java 100.0%