Skip to content

Commit 4e51b2a

Browse files
committed
RELEASE v0.2.0
1 parent a5f3271 commit 4e51b2a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.MD

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v0.2.0
2+
### Deprecations
3+
* All old tools are deprecated starting with this version. They have been replaced by new tools based on static methods.
4+
### Features
5+
* There are methods that allow you to convert a list of objects, or a CSV file, into an Excel file that already exists
6+
* There are new utility methods such as returning the index of the last row or the last column of a row.
7+
### Fixes
8+
* The FileInputStream was not closed when the Workbook was opened from a File
9+
### Cosmetics
10+
* Removed some checks and repetitive code
11+
112
# v0.1.1
213
### Features
314
* A new method has been added which checks if an extension belongs to a Microsoft Excel file

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.mbenincasa</groupId>
88
<artifactId>java-excel-utils</artifactId>
9-
<version>0.1.1</version>
9+
<version>0.2.0</version>
1010
<packaging>jar</packaging>
1111
<name>Java library with tools for Excel files</name>
1212
<description>Java library that collects tools and methods to speed up development with Excel sheets</description>

0 commit comments

Comments
 (0)