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

Found interface org.apache.poi.util.POILogger, but class was expected exception occurs #23

Open
Sand038 opened this issue Dec 12, 2019 · 1 comment

Comments

@Sand038
Copy link

Sand038 commented Dec 12, 2019

I get this exception when I try to read using following

reader.read(Employee.class, xlsxFile);

I'm using Apache POI version 4.1.1 and seems like it's an interface in that version instead of a class.
If I use 4.0.1 this exception won't come. How to fix this with the latest Apache POI version?

@millij
Copy link
Owner

millij commented Dec 12, 2019

@Sand038
May I know which version of the poi-object-mapper are you using?

Also, go through #14 issue for a little more information on the Apache POI version support.

Update:
I just updated the develop branch to use Apache-POI version 4.1.1.
All the read/write test cases are passing.
You can either build it from develop branch or a pre-release with poi version 4.1.1 will be made upon request.

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