ContentPane

Results 1 comments of ContentPane

`File file = new File(path); List entities = Reader.create(ScoreEntity.class) .from(file) .start(1) .asList();` `public class ScoreEntity { @ExcelColumn(index = 0) private String className; @ExcelColumn(index = 1) private String studentNumber; @ExcelColumn(index =...