excel-plus
excel-plus copied to clipboard
❇️ Improve the productivity of the Excel operation library. https://hellokaton.github.io/excel-plus/#/
Bumps poi from 4.0.1 to 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...
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...