提交 cce18bc1 authored 作者: 任建彩's avatar 任建彩

配置

上级 0717a2db
......@@ -15,18 +15,18 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<repositories>
<!--<repositories>
<repository>
<id>com.e-iceblue</id>
<url>http://repo.e-iceblue.cn/repository/maven-public/</url>
</repository>
</repositories>
</repositories>-->
<dependencies>
<dependency>
<!-- <dependency>
<groupId>e-iceblue</groupId>
<artifactId>spire.doc</artifactId>
<version>10.12.4</version>
</dependency>
</dependency>-->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
......
......@@ -58,7 +58,7 @@ public class WordController {
}
return CallBack.success(list);
}
public List<String> fileWord(String filePath){
/*public List<String> fileWord(String filePath){
String content = "";
List<String> list = new ArrayList<>();
Document doc = new Document();
......@@ -89,7 +89,7 @@ public class WordController {
}
}
return list;
}
}*/
public List<String> fileHtml(String filePath) throws IOException {
// filePath = "D:/opt/upload/rsgw/2023/03/21/28622e72956e49a4ae2b6b79ea871c6a.html";
String content = "";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论