Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty row on parsing. #303

Closed
emtn opened this issue Jan 25, 2024 · 3 comments
Closed

Empty row on parsing. #303

emtn opened this issue Jan 25, 2024 · 3 comments

Comments

@emtn
Copy link

emtn commented Jan 25, 2024

Hello i am parsing two different xlsx files

Both of them have a blank row ,
but on the first one it avoids the blank line and continues to read the rest of the rows.
On the second file it reads values from the blank row cells and create object with null values on its fields
or translating some empty cells ,but not all, to 0,0.

eg.

@ExcelCell(2)
private String name;

@ExcelCell(4)
private BigDecimal a;

@ExcelCell(5)
private BigDecimal b;

@ExcelCell(6)
private BigDecimal c;

Object(null,null,0,0,null)

Copy link

Thank you for contributing to Poiji! Feel free to create a PR If you want to contribute directly :)

@ozlerhakan
Copy link
Owner

Hi @emtn , Could you share your excel file with me?

@ozlerhakan
Copy link
Owner

I'm closing this because there is no response for 2 weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants