When I set up headerCount with 0, @ExcelUnknownCells does not parse correctly
baov opened this issue · 5 comments
baov commented
github-actions commented
Thank you for contributing to Poiji! Feel free to create a PR If you want to contribute directly :)
ozlerhakan commented
Hi @baov ,
When headerCount
is set to 0, the header is treated as a data row. Plus, the annotation requires a header.
ozlerhakan commented
The upcoming patch release will offer support to use @ExcelUnknownCells
with , for example , the headerCound=0
and skip=1
options if the header is in the first row i.e. at the index 0.
ozlerhakan commented
You can use v4.1.2 for the mentioned use case @baov !
baov commented
Thank you @ozlerhakan