poi-object-mapper
poi-object-mapper copied to clipboard
how to read sheet by name?
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)
We don't have support for this yet. I will take it up and make it part of the coming release.