文章目录
在项目个目录下创建libs文件夹,放入jar包
打开File —> Project Structure
点击Libraries,点击“+”,选择Java
选择jar包,点击OK
修改pom文件
<dependency><groupId>com.asposegroupId><artifactId>aspose-cellsartifactId><scope>systemscope><systemPath>${project.basedir}/libs/aspose-cells-18.6.jarsystemPath><version>1.0.0version>dependency><plugins><plugin><configuration><fork>truefork><includeSystemScope>trueincludeSystemScope>configuration>plugin>plugins>
来源地址:https://blog.csdn.net/weixin_49832841/article/details/129839540