You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: