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.3.0
2+ ### Deprecations
3+ * The WorkbookUtility and SheetUtility classes have been deprecated
4+ * Several ExcelUtility methods have been deprecated
5+ ### Features
6+ * The ExcelWorkbook, ExcelSheet, ExcelRow and ExceCell classes have been added. These classes wrap the Apache POI classes
7+ ### Fixes
8+ * Several bugs have been fixed
9+ ### Removed
10+ * Classes that have been deprecated since v0.2.0 have been removed
11+
112# v0.2.1
213### Features
314* New services for writing to an existing Excel file that take different input parameters
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.2.1 </version >
9+ <version >0.3.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