poi-object-mapper icon indicating copy to clipboard operation
poi-object-mapper copied to clipboard

how to read sheet by name?

Open motivatedmind opened this issue 4 years ago • 1 comments

currently i see that sheet can be read by index only. is there a way that i can read by "sheet name"?

public <T> List<T> read(Class<T> beanClz, File file, int sheetNo)

motivatedmind avatar Sep 14 '20 09:09 motivatedmind

We don't have support for this yet. I will take it up and make it part of the coming release.

millij avatar Oct 24 '20 10:10 millij