您好:
您用的Java 版本是否是Java8及以上
如果是的话,解决方案是同时引用安装包中的gcexcel.extension即可,下面附上maven中gcexcel.extension的地址:
- <!-- https://mvnrepository.com/artifact/com.grapecity.documents/gcexcel.extension -->
- <dependency>
- <groupId>com.grapecity.documents</groupId>
- <artifactId>gcexcel.extension</artifactId>
- <version>4.1.0</version>
- </dependency>
复制代码 |