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

❇️ Improve the productivity of the Excel operation library. https://hellokaton.github.io/excel-plus/#/

Results 20 excel-plus issues
Sort by recently updated
recently updated
newest added

Bumps poi from 4.0.1 to 4.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi&package-manager=maven&previous-version=4.0.1&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

val sheetName = Reader.create(ShoutListModel::class.java) .from(File(FilePathConstants.EXCEL_FILE_PATH)).sheet(0).sheetName() 这样写的话 返回为null 不知道为什么

多个sheet写入没有相关方法 isAppend的作用是什么

Writer.create().withTemplate(path) .sheet("成绩单") .withRows(all) .isAppend(true) .to(new File(filePath));

不知道能不能在一个excel文件中创建多个sheet,如果可以要怎么做呢

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

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

question