excel-plus icon indicating copy to clipboard operation
excel-plus copied to clipboard

请问Android是否能使用

Open ContentPane opened this issue 6 years ago • 3 comments

Android导入运行到asList();后面代码直接return了,不运行了

ContentPane avatar Mar 14 '19 18:03 ContentPane

@Rianney 把你的代码发一下

hellokaton avatar Mar 15 '19 02:03 hellokaton

File file = new File(path); List<ScoreEntity> 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 = 2) private String studentName; @ExcelColumn(index = 3) private String courseName; @ExcelColumn(index = 4) private String scoreType; @ExcelColumn(index = 5) private String score; @ExcelColumn(index = 6) private String teacherName; @ExcelColumn(index = 7) private String termName; image

ContentPane avatar Mar 15 '19 05:03 ContentPane

Android的问题 java.lang.NoClassDefFoundError: Failed resolution of: Ljava/awt/font/FontRenderContext;

caoyanglee avatar Sep 27 '20 14:09 caoyanglee