We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)