<dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>2.0.5</version> </dependency>
这代码要如何使用?
https://blog.csdn.net/weixin_39209728/article/details/85853516
在app目录的build.gradle中的dependencies加入
implementation 'com.alibaba:easyexcel:2.0.5'
也就是依赖标识符implementation ' 组织的地址 冒号 框架名称 冒号 版本号 '