Poiji Versions Save

:candy: A library converting XLS and XLSX files to a list of Java objects based on Apache POI

v4.5.0

3 weeks ago

#311 : Improve mandatoryCell behavior for opened sheets @virtual-machinist

v4.4.0

2 months ago
  • [#308 ] Expose details of PoijiRowSpecificException, Thanks @virtual-machinist

v4.3.0

2 months ago
  • [#305 ] Regex Expression support for column name(s), thanks @aerfus !

v4.2.0

4 months ago
  • Upgrade Apache Poi 5.2.3

v4.1.2

7 months ago
  • [#291 ] fix rawdata parsing for formula cells
  • [#294 ] Add support @ExcelUnknownCells to be a choice now in an excel that does not have an header.
  • some tests improvements.

v4.1.1

1 year ago
  • Fix the deprecated isAccessible method
  • Fix the other part of the logic where we need to show total errors in the end.

v4.1.0

1 year ago
  • Fix #236 thanks to @DManstrator and @milospopovic
  • Fix #272 thanks to @rob-heaney-itg

v4.0.0

1 year ago
  • [#233 ] Extend scope of @ExcelCellName and @ExcelCell 'mandatory' flag to constrain cell values. Special thanks to @rob-heaney-itg and @hoemich
  • [#263 ] reopen for java 11 and upgrade deps, Special thanks to @DatNTHE140692

v3.1.9

1 year ago
  • fix #234

v3.1.8

1 year ago
  • thanks to @beckerdennis to make Poiji run on Java 17 [#239]