Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问Android是否能使用 #24

Open
ContentPane opened this issue Mar 14, 2019 · 3 comments
Open

请问Android是否能使用 #24

ContentPane opened this issue Mar 14, 2019 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@ContentPane
Copy link

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

@hellokaton hellokaton self-assigned this Mar 15, 2019
@hellokaton hellokaton added the question Further information is requested label Mar 15, 2019
@hellokaton
Copy link
Owner

@Rianney 把你的代码发一下

@ContentPane
Copy link
Author

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

@caoyanglee
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants