Releases: ozlerhakan/poiji
Releases · ozlerhakan/poiji
v2.4.0
v1.22.0
v1.21.0
v1.20.0
New Feature:
#77 (credit goes to @4sujittiwari)
v1.19.2
- Bug fix
v1.19.1
With 1.19.1, we have the ability to produce a custom casting configuration by implementing the Casting interface, credits go to @NiklasMehner !
v1.19.0
This version comes with two important features thanks to @kpolli !
- The
headerStartmethod allows us to specify the position (index) of Header in a given excel file. If you use theskipfunctionality, It will ignore the rows starting after the header index. - A new annotation
ExcelCellRangeis introduced. It enables to be used in fields with inner objects so as know the range of cells is for the inner objects.
v1.18.1
v1.18.0
Two New Features (#57) :
- Set the lenient option to true or false (defaults) for the
java.util.Dateobject - Control the date format using a regex pattern.
You can look at the related PR #58. Credits go to @Developer-Matt
v1.17.0
New Feature:
#55 (credit goes to @Developer-Matt )