Skip to content

Commit

Permalink
RELEASE v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MBenincasa committed Jan 29, 2023
1 parent a5f3271 commit 4e51b2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.2.0
### Deprecations
* All old tools are deprecated starting with this version. They have been replaced by new tools based on static methods.
### Features
* There are methods that allow you to convert a list of objects, or a CSV file, into an Excel file that already exists
* There are new utility methods such as returning the index of the last row or the last column of a row.
### Fixes
* The FileInputStream was not closed when the Workbook was opened from a File
### Cosmetics
* Removed some checks and repetitive code

# v0.1.1
### Features
* A new method has been added which checks if an extension belongs to a Microsoft Excel file
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit 4e51b2a

Please sign in to comment.