Skip to content

v1.19.0

Choose a tag to compare

@ozlerhakan ozlerhakan released this 29 Nov 13:28
· 323 commits to master since this release

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.