File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 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+
112# v0.1.1
213### Features
314* 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 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 >
You can’t perform that action at this time.
0 commit comments