Skip to content

Releases: ozlerhakan/poiji

v2.4.0

01 Jan 20:43

Choose a tag to compare

  • #117 : Use native class references for type comparison

v1.22.0

03 Aug 14:37

Choose a tag to compare

  • [#90] Apache Poi version upgrade
  • [#89] New instance for non-puplic models

v1.21.0

13 Jul 20:14

Choose a tag to compare

  • [#85] Credit goes to @brunslo : Add ability to track the location of cells that raise casting exceptions

v1.20.0

14 Apr 18:29

Choose a tag to compare

New Feature:

#77 (credit goes to @4sujittiwari)

v1.19.2

10 Jan 11:02
351e497

Choose a tag to compare

  • Bug fix

v1.19.1

01 Dec 16:47

Choose a tag to compare

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

29 Nov 13:28

Choose a tag to compare

This version comes with two important features thanks to @kpolli !

  • The headerStart method allows us to specify the position (index) of Header in a given excel file. If you use the skip functionality, It will ignore the rows starting after the header index.
  • A new annotation ExcelCellRange is 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

17 Oct 10:34

Choose a tag to compare

As of 1.18.1, Poiji uses Apache Poi 4.0.0

You can now use BigDecimal type with the poiji annotations, i.e. ExcelCell and ExcelCellName (#62 )

v1.18.0

17 Sep 09:30

Choose a tag to compare

Two New Features (#57) :

  • Set the lenient option to true or false (defaults) for the java.util.Date object
  • Control the date format using a regex pattern.

You can look at the related PR #58. Credits go to @Developer-Matt

v1.17.0

02 Sep 09:40

Choose a tag to compare

New Feature:

#55 (credit goes to @Developer-Matt )