Skip to content

Commit d624ced

Browse files
committed
I added a changelog file
1 parent f3e254d commit d624ced

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.1.0
2+
This is the first release.
3+
4+
### Features
5+
* Converting a list of objects into an Excel file and vice versa
6+
* Converting an Excel file to a CSV file and vice versa
7+
* Utility methods which count all rows of one or more sheets and which check if an extension belongs to an Excel file
8+
* Methods for opening, creating or closing a Workbook
9+
* Methods to open, create or close a Sheet.
10+
* Methods for retrieving a sheet or information relating to a sheet

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.mbenincasa/java-excel-utils.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.mbenincasa%22%20AND%20a:%22java-excel-utils%22)
12
# Java Excel Utils
23

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

0 commit comments

Comments
 (0)