You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java Excel Utils is still an embryonic project. This open source library will collect different tools to speed up the work with Excel files.
7
9
8
-
There is currently no documentation, but it will be added as soon as possible.
10
+
## Documentation
11
+
The javadocs of all public methods are available. Some examples are also available in the `samples` package.
12
+
13
+
## Minimum Requirements ##
14
+
Java 17 or above.
15
+
16
+
## Maven
17
+
```xml
18
+
<dependency>
19
+
<groupId>io.github.mbenincasa</groupId>
20
+
<artifactId>java-excel-utils</artifactId>
21
+
<version>x.y.z</version>
22
+
</dependency>
23
+
```
24
+
25
+
## Roadmap
26
+
There is still no well-defined roadmap, but there is the idea of bringing various features
27
+
28
+
## Contributing
29
+
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
30
+
31
+
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".
32
+
Don't forget to give the project a star! Thanks again!
33
+
1. Fork the Project
34
+
2. Create your Feature Branch
35
+
3. Commit your Changes
36
+
4. Push to the Branch
37
+
5. Open a Pull Request
38
+
39
+
## License
40
+
Distributed under the GNU General Public License v3.0. See `LICENSE.md` for more information.
9
41
10
-
If you're interested in the project, don't be afraid to contribute, even if you're simply asking for a new feature to be implemented.
0 commit comments