File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
# v0.1.1
2
13
### Features
3
14
* A new method has been added which checks if an extension belongs to a Microsoft Excel file
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.mbenincasa</groupId >
8
8
<artifactId >java-excel-utils</artifactId >
9
- <version >0.1.1 </version >
9
+ <version >0.2.0 </version >
10
10
<packaging >jar</packaging >
11
11
<name >Java library with tools for Excel files</name >
12
12
<description >Java library that collects tools and methods to speed up development with Excel sheets</description >
You can’t perform that action at this time.
0 commit comments