|
@@ -700,8 +700,7 @@ public class ExcelTabController extends BladeController {
|
|
|
return R.fail("请上传清表!");
|
|
|
}
|
|
|
|
|
|
-// File file1 = ResourceUtil.getFile(wbsTreePrivate.getHtmlUrl());
|
|
|
- File file1 = ResourceUtil.getFile("D:\\develop\\1625742323381960704.html");
|
|
|
+ File file1 = ResourceUtil.getFile(wbsTreePrivate.getHtmlUrl());
|
|
|
FileInputStream fileInputStream = new FileInputStream(file1);
|
|
|
String htmlString = IoUtil.readToString(fileInputStream);
|
|
|
// 解析 style
|