|
@@ -43,8 +43,6 @@ import org.springblade.core.tool.api.R;
|
|
|
import org.springblade.core.tool.constant.BladeConstant;
|
|
|
import org.springblade.core.tool.utils.*;
|
|
|
import org.springblade.manager.bean.TableInfo;
|
|
|
-import org.springblade.manager.dto.ExcelTabBatchUploadDTO;
|
|
|
-import org.springblade.manager.dto.ExcelTabFileDTO;
|
|
|
import org.springblade.manager.entity.*;
|
|
|
import org.springblade.manager.enums.ExecuteType;
|
|
|
import org.springblade.manager.mapper.ExcelTabMapper;
|
|
@@ -292,16 +290,21 @@ public class ExcelTabController extends BladeController {
|
|
|
public R putFileAttach(@RequestParam("file") MultipartFile file, Long nodeId) {
|
|
|
String file_path = FileUtils.getSysLocalFileUrl();
|
|
|
ExcelTab detail = excelTabService.getById(nodeId);
|
|
|
- // 上传excel文件
|
|
|
- R<BladeFile> bladeFile = iossClient.addFileInfo(file);
|
|
|
- BladeFile bladeFile1 = bladeFile.getData();
|
|
|
+
|
|
|
String filecode = SnowFlakeUtil.getId() + "";
|
|
|
String thmlUrl = file_path + filecode + ".html";
|
|
|
String thmlUrl2 = file_path + filecode + "123.html";
|
|
|
- // 解析excel
|
|
|
+ String exceUrl = file_path + filecode + "123.xlsx";
|
|
|
+
|
|
|
+ // 解析原始excel
|
|
|
Workbook wb = new Workbook();
|
|
|
wb.loadFromMHtml(file.getInputStream());
|
|
|
- //
|
|
|
+
|
|
|
+ // 操作
|
|
|
+ Workbook wb2 = new Workbook();
|
|
|
+ wb2.loadFromMHtml(file.getInputStream());
|
|
|
+ Worksheet sheet2 = wb2.getWorksheets().get(0);
|
|
|
+
|
|
|
HTMLOptions options = new HTMLOptions();
|
|
|
options.setImageEmbedded(true);
|
|
|
//获取工作表
|
|
@@ -309,13 +312,14 @@ public class ExcelTabController extends BladeController {
|
|
|
sheet.saveToHtml(thmlUrl, options);
|
|
|
|
|
|
CellRange[] mergedCells = sheet.getMergedCells();
|
|
|
+ CellRange[] mergedCells3 = sheet2.getMergedCells();
|
|
|
Map<String, Map<String, Integer>> xyList = new HashMap<>();
|
|
|
int j = 0;
|
|
|
for (int i = 0; i < mergedCells.length; i++) {
|
|
|
Map<String, Integer> dataMap = new HashMap<>();
|
|
|
CellRange mergedCell = mergedCells[i];
|
|
|
j = j + 1;
|
|
|
- mergedCell.getComment().getRichText().setText(j + "");
|
|
|
+ mergedCells3[i].getComment().getRichText().setText(j + "");
|
|
|
mergedCell.setValue(j + "");
|
|
|
dataMap.put("x1", mergedCell.getRow());
|
|
|
dataMap.put("x2", mergedCell.getLastRow());
|
|
@@ -325,12 +329,13 @@ public class ExcelTabController extends BladeController {
|
|
|
}
|
|
|
|
|
|
CellRange[] mergedCells2 = sheet.getCells();
|
|
|
+ CellRange[] mergedCells4 = sheet2.getCells();
|
|
|
for (int i = 0; i < mergedCells2.length; i++) {
|
|
|
CellRange mergedCell = mergedCells2[i];
|
|
|
String data = mergedCell.getComment().getRichText().getText();
|
|
|
if (StringUtils.isEmpty(data)) {
|
|
|
j = j + 1;
|
|
|
- mergedCell.getComment().getRichText().setText(j + "");
|
|
|
+ mergedCells4[i].getComment().getRichText().setText(j + "");
|
|
|
mergedCell.setValue(j + "");
|
|
|
Map<String, Integer> dataMap = new HashMap<>();
|
|
|
dataMap.put("x1", mergedCell.getRow());
|
|
@@ -377,11 +382,16 @@ public class ExcelTabController extends BladeController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ // 上传excel文件
|
|
|
+ wb2.saveToFile(exceUrl,FileFormat.Version2013);
|
|
|
+
|
|
|
+ BladeFile bladeFile = newIOSSClient.uploadFile(file.getOriginalFilename(),exceUrl);
|
|
|
+
|
|
|
File writeFile = new File(thmlUrl);
|
|
|
FileUtil.writeToFile(writeFile, doc1.html(), Boolean.parseBoolean("UTF-8"));
|
|
|
|
|
|
detail.setExtension(file.getOriginalFilename());
|
|
|
- detail.setFileUrl(bladeFile1.getLink());
|
|
|
+ detail.setFileUrl(bladeFile.getLink());
|
|
|
detail.setFileType(3); // 表示为清表信息 1 表示祖节点 2 表示为节点信息 3 表示清表
|
|
|
detail.setHtmlUrl(thmlUrl);
|
|
|
excelTabService.saveOrUpdate(detail);
|
|
@@ -725,6 +735,16 @@ public class ExcelTabController extends BladeController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ // 远程搜索配置2-设计强度搜索
|
|
|
+ Elements hc2 = doc.select("hc-form-select-search2");
|
|
|
+ if (hc2.size() >= 1) {
|
|
|
+ for (int i = 0; i < hc2.size(); i++) {
|
|
|
+ Element datax = hc2.get(i);
|
|
|
+ datax.removeAttr("contractId");
|
|
|
+ datax.attr("contractId", wbsTreeContract.getContractId());
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
// 标题解决
|
|
|
ProjectInfo projectInfo = projectInfoService.getById(wbsTreeContract.getProjectId());
|
|
|
//判断是否是水利水电表,水利水电项目名14,表名12 。 其他表都是18
|
|
@@ -919,6 +939,316 @@ public class ExcelTabController extends BladeController {
|
|
|
File file1 = ResourceUtil.getFile(thmlUrl);
|
|
|
String htmlString = IoUtil.readToString(new FileInputStream(file1));
|
|
|
|
|
|
+ /*
|
|
|
+ 解析
|
|
|
+ 1 解析样式
|
|
|
+ 2 计算坐标
|
|
|
+ 3 计算区域位置
|
|
|
+ */
|
|
|
+ // 样式集合
|
|
|
+ Document doc = Jsoup.parse(htmlString);
|
|
|
+ // 解析 style
|
|
|
+ Map<String, String> styleMap = getHtmlStyle(doc);
|
|
|
+ //解析
|
|
|
+ Element table = doc.select("table").first();
|
|
|
+ Elements trs = table.select("tr");
|
|
|
+ // 获取图片信息
|
|
|
+ Elements imgs = doc.select("img");
|
|
|
+ // 获取总行列数
|
|
|
+ int maxCol = doc.select("Col").size();
|
|
|
+ String[] rowData = new String[trs.size() + 5]; //本来加一的 害怕出现特殊情况 故意 加 5
|
|
|
+
|
|
|
+ // 行的状态
|
|
|
+ boolean index_state = false;
|
|
|
+ // 区域划分表示
|
|
|
+ int xy_type = 1;
|
|
|
+
|
|
|
+ // 解析 excel元素集合
|
|
|
+ List<ExctabCell> colTitle = new ArrayList<>();
|
|
|
+
|
|
|
+// 标题集合信息
|
|
|
+ List<Map<String, String>> zikey = new ArrayList<>();
|
|
|
+ for (int i = 0; i <= trs.size() - 1; i++) {
|
|
|
+ Element tr = trs.get(i);
|
|
|
+ Elements tds = tr.select("td");
|
|
|
+ String xyInof = getTrInfo(tds, styleMap, index_state, xy_type, maxCol, i, zikey);
|
|
|
+ xy_type = Integer.parseInt(xyInof.split(",")[0]);
|
|
|
+ tr.attr("xy_type", xyInof);
|
|
|
+ index_state = Boolean.parseBoolean(xyInof.split(",")[1]);
|
|
|
+
|
|
|
+ boolean istrue = Boolean.parseBoolean(xyInof.split(",")[3]);
|
|
|
+
|
|
|
+ // 计算单元格坐标
|
|
|
+ for (int j = 0; j < tds.size(); j++) {
|
|
|
+ {
|
|
|
+ Element data = tds.get(j);
|
|
|
+ int colspan = data.attr("COLSPAN").equals("") ? 0 : Integer.parseInt(data.attr("COLSPAN"));
|
|
|
+ int rowspan = data.attr("ROWSPAN").equals("") ? 0 : Integer.parseInt(data.attr("ROWSPAN"));
|
|
|
+ String keyId = data.attr("class");
|
|
|
+ if (StringUtils.isNotEmpty(keyId)) {
|
|
|
+ data.removeAttr("class");
|
|
|
+ }
|
|
|
+
|
|
|
+ // 计算
|
|
|
+ int x1 = Integer.parseInt(data.attr("x1"));
|
|
|
+ int x2 = Integer.parseInt(data.attr("x2"));;
|
|
|
+ int y1 = Integer.parseInt(data.attr("y1"));;
|
|
|
+ int y2 = Integer.parseInt(data.attr("y2"));;
|
|
|
+
|
|
|
+ String textInfo = data.text().trim().replaceAll(" ", "");
|
|
|
+ System.out.println("-------=="+textInfo);
|
|
|
+
|
|
|
+ data.text(textInfo.replaceAll(" ", ""));
|
|
|
+ if (textInfo.indexOf("□") < 0 && !textInfo.isEmpty() && !(textInfo.equals("/") && textInfo.length() < 2) && !(textInfo.indexOf("年") >= 0 && textInfo.indexOf("月") >= 0 && textInfo.indexOf("日") >= 0) && !textInfo.equals("—") && !textInfo.equals("-")) { // 标题区域
|
|
|
+ Map<String, String> dataInfo = new HashMap<String, String>();
|
|
|
+ dataInfo.put("name", textInfo);
|
|
|
+ dataInfo.put("x1", x1 + "");
|
|
|
+ dataInfo.put("x2", x2 + "");
|
|
|
+ dataInfo.put("y1", y1 + "");
|
|
|
+ dataInfo.put("y2", y2 + "");
|
|
|
+ dataInfo.put("xytype", xy_type + "");
|
|
|
+ if (textInfo.indexOf("/") < 0 || (textInfo.indexOf("/") >= 0 && textInfo.length() > 1)) { // 带/为分割数据
|
|
|
+ zikey.add(dataInfo);
|
|
|
+ }
|
|
|
+ } else { //空行
|
|
|
+
|
|
|
+ List<Map<String, String>> left = new ArrayList<>();
|
|
|
+ List<Map<String, String>> top = new ArrayList<>();
|
|
|
+ for (int k = 0; k < zikey.size(); k++) {
|
|
|
+ String name = zikey.get(k).get("name");
|
|
|
+ int xx1 = Integer.parseInt(zikey.get(k).get("x1"));
|
|
|
+ int xx2 = Integer.parseInt(zikey.get(k).get("x2"));
|
|
|
+ int yy1 = Integer.parseInt(zikey.get(k).get("y1"));
|
|
|
+ int yy2 = Integer.parseInt(zikey.get(k).get("y2"));
|
|
|
+ int xytype2 = Integer.parseInt(zikey.get(k).get("xytype"));
|
|
|
+
|
|
|
+ // 左匹配
|
|
|
+ if (yy1 <= y1 && yy2 >= y2 && xx2 < x1 && xytype2 == xy_type) {
|
|
|
+ left.add(zikey.get(k));
|
|
|
+ }
|
|
|
+
|
|
|
+ //向 上 匹配
|
|
|
+ if (index_state) {
|
|
|
+ if (xx1 <= x1 && xx2 >= x2 && yy2 < y1 && xytype2 == xy_type) {
|
|
|
+ top.add(zikey.get(k));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ String inputText = "";
|
|
|
+ // 特征值赛选 规则
|
|
|
+ for (int k = 0; k < left.size(); k++) { // 左计算
|
|
|
+ String name = left.get(k).get("name");
|
|
|
+ int xx2 = Integer.parseInt(left.get(k).get("x2"));
|
|
|
+ int yy2 = Integer.parseInt(left.get(k).get("y2"));
|
|
|
+
|
|
|
+ if (!StringUtil.isNumeric(name) && name.length() <= 20) { // 数字不匹配
|
|
|
+ if (index_state) { // 正向规则匹配
|
|
|
+ if (istrue) { // 是否空格等于值
|
|
|
+ if (x1 - xx2 <= 1 && y1 == yy2) {
|
|
|
+ inputText = name;
|
|
|
+ } else {
|
|
|
+ inputText += name + "_";
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ inputText += name + "_";
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ if (x1 - xx2 <= 1 && y1 == yy2) {
|
|
|
+ inputText = name;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 特征值赛选 规则
|
|
|
+ if (top != null && top.size() >= 1) {
|
|
|
+ for (int k = 0; k < top.size(); k++) { // 向上计算
|
|
|
+ String name = top.get(k).get("name");
|
|
|
+ if (!StringUtil.isNumeric(name) && name.length() <= 20) {
|
|
|
+ inputText += name + "_";
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ if (inputText != null && inputText != "" && inputText.indexOf("_") >= 0) {
|
|
|
+ inputText = inputText.substring(0, inputText.lastIndexOf("_"));
|
|
|
+ }
|
|
|
+
|
|
|
+ // 质检表特殊处理匹配
|
|
|
+ String parm = i + "," + j + "," + x1 + "," + x2 + "," + y1 + "," + y2 + ",$event";
|
|
|
+ // 设置文本信息
|
|
|
+ ExctabCell exctabCell = new ExctabCell();
|
|
|
+ if ((textInfo.indexOf("年") >= 0 && textInfo.indexOf("月") >= 0 && textInfo.indexOf("日") >= 0) || inputText.indexOf("日期") >= 0) {
|
|
|
+ if (inputText.indexOf("日期") >= 0) {
|
|
|
+ data.empty().append("<el-date-picker type='date' @keyDowns='dateKeydown()' format='YYYY年MM月DD日' value-format='YYYY年MM月DD日' @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + i + " tdIndex=" + j + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " style='width:100%;height:100%;' placeholder='" + inputText + "'> </el-date-picker>");
|
|
|
+ } else if (textInfo.indexOf("年") >= 0 && textInfo.indexOf("月") >= 0 && textInfo.indexOf("日") >= 0) {
|
|
|
+ if (inputText.indexOf("专业监理工程师") >= 0) {
|
|
|
+ inputText = "专业监理工程师_年月日";
|
|
|
+ } else if (inputText.indexOf("质检工程师") >= 0) {
|
|
|
+ inputText = "质检工程师_年月日";
|
|
|
+ } else {
|
|
|
+ inputText = "年月日";
|
|
|
+ }
|
|
|
+ }
|
|
|
+ data.empty().append("<el-date-picker @keyDowns='dateKeydown()' type='date' format='YYYY年MM月DD日' value-format='YYYY年MM月DD日' @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + i + " tdIndex=" + j + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " style='width:100%;height:100%;' placeholder='年月日'> </el-date-picker>");
|
|
|
+ exctabCell.setTextInfo(inputText);
|
|
|
+ exctabCell.setExctabId(excelId);
|
|
|
+ exctabCell.setIsDeleted(0);
|
|
|
+ exctabCell.setXys(i + "_" + j);
|
|
|
+ colTitle.add(exctabCell);
|
|
|
+ data.attr("title", inputText);
|
|
|
+
|
|
|
+ } else if (textInfo.indexOf("□") >= 0) { //多选框
|
|
|
+ exctabCell.setTextInfo(inputText);
|
|
|
+ exctabCell.setExctabId(excelId);
|
|
|
+ exctabCell.setIsDeleted(0);
|
|
|
+ exctabCell.setXys(i + "_" + j);
|
|
|
+ colTitle.add(exctabCell);
|
|
|
+ data.attr("title", inputText);
|
|
|
+ // 添加多选框
|
|
|
+
|
|
|
+ String[] cheText = textInfo.split("□");
|
|
|
+ JSONArray objs = new JSONArray();
|
|
|
+ if (cheText != null && cheText.length >= 1) {
|
|
|
+ int key = 1;
|
|
|
+ for (String keyval : cheText) {
|
|
|
+ JSONObject jsonObject = new JSONObject();
|
|
|
+ if (StringUtils.isNotEmpty(keyval)) {
|
|
|
+ jsonObject.put("key", key);
|
|
|
+ jsonObject.put("name", keyval);
|
|
|
+ objs.add(jsonObject);
|
|
|
+ keyId += 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ JSONObject jsonObject = new JSONObject();
|
|
|
+ jsonObject.put("key", "1");
|
|
|
+ jsonObject.put("name", "");
|
|
|
+ objs.add(jsonObject);
|
|
|
+ }
|
|
|
+
|
|
|
+ String checkbox = "<hc-form-checkbox-group @keydown.shift.up='keyupShiftUp' @keydown.shift.down='keyupShiftDown' @keydown.shift.left='keyupShiftLeft' @keydown.shift.right='keyupShiftRight' :objs='" + objs + "' @change='checkboxGroupChange' @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + i + " tdIndex=" + j + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " placeholder=''> </hc-form-checkbox-group>";
|
|
|
+ data.empty().append(checkbox);
|
|
|
+ } else {
|
|
|
+ if (index_state) { // 区域内
|
|
|
+ if (rowspan >= 1) {
|
|
|
+ data.empty().append("<el-input type='textarea' @keydown.shift.up='keyupShiftUp' @keydown.shift.down='keyupShiftDown' @keydown.shift.left='keyupShiftLeft' @keydown.shift.right='keyupShiftRight' @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + i + " tdIndex=" + j + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " style='width:100%;height:100%;' :rows=" + rowspan * 2 + " placeholder=''> </el-input>");
|
|
|
+ } else {
|
|
|
+ data.empty().append("<el-input type='text' @keydown.shift.up='keyupShiftUp' @keydown.shift.down='keyupShiftDown' @keydown.shift.left='keyupShiftLeft' @keydown.shift.right='keyupShiftRight' @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + i + " tdIndex=" + j + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " style='width:100%;height:100%;' placeholder=''> </el-input>");
|
|
|
+ }
|
|
|
+ } else { // 区域外
|
|
|
+ if (j == 0) {
|
|
|
+ if (colspan == maxCol && i >= 1) {
|
|
|
+ if (rowspan >= 1) {
|
|
|
+ data.empty().append("<el-input @keydown.shift.up='keyupShiftUp' @keydown.shift.down='keyupShiftDown' @keydown.shift.left='keyupShiftLeft' @keydown.shift.right='keyupShiftRight' type='textarea' @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + i + " tdIndex=" + j + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " style='width:100%;height:100%;' :rows=" + rowspan * 2 + " placeholder=''> </el-input>");
|
|
|
+ } else {
|
|
|
+ data.empty().append("<el-input @keydown.shift.up='keyupShiftUp' @keydown.shift.down='keyupShiftDown' @keydown.shift.left='keyupShiftLeft' @keydown.shift.right='keyupShiftRight' type='text' @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + i + " tdIndex=" + j + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " style='width:100%;height:100%;' placeholder=''> </el-input>");
|
|
|
+ }
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ Element bforData = tds.get(j - 1);
|
|
|
+ if (!bforData.text().isEmpty() || bforData.html().indexOf("hc-form-checkbox-group") >= 0) {
|
|
|
+ if (rowspan >= 1) {
|
|
|
+ data.empty().append("<el-input @keydown.shift.up='keyupShiftUp' @keydown.shift.down='keyupShiftDown' @keydown.shift.left='keyupShiftLeft' @keydown.shift.right='keyupShiftRight' type='textarea' @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + i + " tdIndex=" + j + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " style='width:100%;height:100%;' :rows=" + rowspan * 2 + " placeholder=''> </el-input>");
|
|
|
+ } else {
|
|
|
+ data.empty().append("<el-input @keydown.shift.up='keyupShiftUp' @keydown.shift.down='keyupShiftDown' @keydown.shift.left='keyupShiftLeft' @keydown.shift.right='keyupShiftRight' type='text' @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + i + " tdIndex=" + j + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " style='width:100%;height:100%;' placeholder=''> </el-input>");
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ if (!inputText.equals("")) {
|
|
|
+ exctabCell.setExctabId(excelId);
|
|
|
+ exctabCell.setTextInfo(inputText);
|
|
|
+ if (inputText.contains("日期") || inputText.contains("年") || inputText.contains("月") || inputText.contains("日")) {
|
|
|
+ //日期
|
|
|
+ exctabCell.setTextElementType(4);
|
|
|
+ } else if (inputText.indexOf("签字") >= 0) {
|
|
|
+ exctabCell.setTextElementType(6);
|
|
|
+ } else {
|
|
|
+ //字符串
|
|
|
+ exctabCell.setTextElementType(1);
|
|
|
+ }
|
|
|
+ exctabCell.setIsDeleted(0);
|
|
|
+ exctabCell.setXys(i + "_" + j);
|
|
|
+ colTitle.add(exctabCell);
|
|
|
+ }
|
|
|
+ data.attr("title", inputText);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 去掉重复的数
|
|
|
+ Map<String, String> groupMap2 = colTitle.stream()
|
|
|
+ .collect(Collectors.groupingBy(ExctabCell::getTextInfo, Collectors.mapping(ExctabCell::getXys, Collectors.joining(","))));
|
|
|
+ exctabCellService.DeletExcelByTableId(excelId + "");
|
|
|
+
|
|
|
+ List<ExctabCell> colTitle2 = new ArrayList<>();
|
|
|
+ for (String title : groupMap2.keySet()) {
|
|
|
+ ExctabCell exctabCell = new ExctabCell();
|
|
|
+ exctabCell.setExctabId(excelId);
|
|
|
+ exctabCell.setIsDeleted(0);
|
|
|
+ exctabCell.setTextInfo(title);
|
|
|
+ exctabCell.setCreateTime(new Date());
|
|
|
+
|
|
|
+ if (title.contains("日期") || title.contains("年") || title.contains("月") || title.contains("日")) {
|
|
|
+ //日期
|
|
|
+ exctabCell.setTextElementType(4);
|
|
|
+ } else {
|
|
|
+ //字符串
|
|
|
+ exctabCell.setTextElementType(1);
|
|
|
+ }
|
|
|
+ exctabCell.setXys(groupMap2.get(title));
|
|
|
+ colTitle2.add(exctabCell);
|
|
|
+ }
|
|
|
+ exctabCellService.saveBatch(colTitle2);
|
|
|
+
|
|
|
+ //对excel 的图片进行操作
|
|
|
+ ExcelTab exceltab = excelTabService.getById(excelId);
|
|
|
+ if(exceltab!=null){
|
|
|
+ // 获取excle 的数据
|
|
|
+ String fileUrl = exceltab.getFileUrl();
|
|
|
+ InputStream ossInputStream = CommonUtil.getOSSInputStream(fileUrl);
|
|
|
+ Workbook wb = new Workbook();
|
|
|
+ wb.loadFromMHtml(ossInputStream);
|
|
|
+ Worksheet sheet = wb.getWorksheets().get(0);
|
|
|
+ PicturesCollection pictures = sheet.getPictures();
|
|
|
+ if(pictures!=null && pictures.size()>=1){
|
|
|
+ for (int i=0 ; i<pictures.size() ; i++){
|
|
|
+ ExcelPicture pic = pictures.get(i);
|
|
|
+ int x = pic.getLeftColumn();
|
|
|
+ int y = pic.getBottomRow();
|
|
|
+ Elements select = doc.select("el-input[x1=" + x + "][y1=" + y + "]");
|
|
|
+
|
|
|
+ if(select!=null && select.size()>=1){
|
|
|
+ Element element = select.get(0);
|
|
|
+ Element elementP = element.parent();
|
|
|
+ element.remove();
|
|
|
+ Element imgele = imgs.get(i);
|
|
|
+ imgele.removeAttr("class");
|
|
|
+ elementP.append(imgele.toString());
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ossInputStream.close();
|
|
|
+ }
|
|
|
+ // 移除图片
|
|
|
+ imgs.remove();
|
|
|
+ // 保存
|
|
|
+ File writefile = new File(thmlUrl);
|
|
|
+ FileUtil.writeToFile(writefile, doc.html(), Boolean.parseBoolean("UTF-8"));
|
|
|
+ }
|
|
|
+
|
|
|
+ // 上传解析 html
|
|
|
+ public void expailHtmlInfo1111111(String thmlUrl, Long excelId) throws Exception {
|
|
|
+
|
|
|
+ // 读取
|
|
|
+ File file1 = ResourceUtil.getFile(thmlUrl);
|
|
|
+ String htmlString = IoUtil.readToString(new FileInputStream(file1));
|
|
|
+
|
|
|
/*
|
|
|
解析
|
|
|
1 解析样式
|
|
@@ -3152,7 +3482,7 @@ public class ExcelTabController extends BladeController {
|
|
|
@ApiOperation(value = "onlyOffice保存回调", notes = "onlyOffice保存回调")
|
|
|
@ApiOperationSupport(order = 35)
|
|
|
@ResponseBody
|
|
|
- public ExcelEditCallback saveWord(@RequestBody ExcelEditCallback callback) {
|
|
|
+ public ExcelEditCallback callbackSave(@RequestBody ExcelEditCallback callback) {
|
|
|
return excelTabService.callbackSave(callback);
|
|
|
}
|
|
|
|
|
@@ -3265,43 +3595,43 @@ public class ExcelTabController extends BladeController {
|
|
|
|
|
|
@PostMapping("/batchUploadExcelTab")
|
|
|
@ApiOperationSupport(order = 39)
|
|
|
- @ApiOperation(value = "批量上传清表", notes = "传入ExcelTabBatchUploadDTO")
|
|
|
- public R<Object> batchUploadExcelTab(@RequestBody ExcelTabBatchUploadDTO dto) throws IOException {
|
|
|
- if (ObjectUtil.isEmpty(dto.getId())) {
|
|
|
+ @ApiOperation(value = "批量上传清表", notes = "传入id、fileList")
|
|
|
+ public R<Object> batchUploadExcelTab(@RequestParam Long id, @RequestPart("file") MultipartFile[] file) throws IOException {
|
|
|
+ if (ObjectUtil.isEmpty(id)) {
|
|
|
throw new ServiceException("获取节点信息失败");
|
|
|
}
|
|
|
- if (ObjectUtil.isEmpty(dto.getFileList()) || dto.getFileList().size() <= 0) {
|
|
|
+ if (file.length <= 0) {
|
|
|
throw new ServiceException("未获取到需要上传的文件信息");
|
|
|
}
|
|
|
- ExcelTab excelTabParentNode = excelTabService.getBaseMapper().selectById(dto.getId());
|
|
|
+ ExcelTab excelTabParentNode = excelTabService.getBaseMapper().selectById(id);
|
|
|
List<ExcelTab> excelTabs = excelTabService.getBaseMapper().selectList(Wrappers.<ExcelTab>lambdaQuery().select(ExcelTab::getSort).eq(ExcelTab::getParentId, excelTabParentNode.getId()));
|
|
|
Optional<Integer> maxSort = excelTabs.stream().map(ExcelTab::getSort).max(Integer::compare);
|
|
|
int maxValue = 1;
|
|
|
if (maxSort.isPresent()) {
|
|
|
maxValue = maxSort.get();
|
|
|
}
|
|
|
- for (ExcelTabFileDTO fileDTO : dto.getFileList()) {
|
|
|
- if (ObjectUtil.isEmpty(fileDTO.getFileName())) {
|
|
|
+ for (MultipartFile fileDTO : file) {
|
|
|
+ if (ObjectUtil.isEmpty(fileDTO.getOriginalFilename())) {
|
|
|
throw new ServiceException("文件名不能为空");
|
|
|
}
|
|
|
- if (!this.isExcelFormat(fileDTO.getFileName())) {
|
|
|
+ if (!this.isExcelFormat(fileDTO.getOriginalFilename())) {
|
|
|
throw new ServiceException("文件名后缀不是.xlsx或者.xls格式,请重新填写");
|
|
|
}
|
|
|
- if (!this.isExcelFile(fileDTO.getFile())) {
|
|
|
- throw new ServiceException("【" + fileDTO.getFileName() + "】文件不是excel格式文件,上传终止");
|
|
|
+ if (!this.isExcelFile(fileDTO)) {
|
|
|
+ throw new ServiceException("【" + fileDTO.getOriginalFilename() + "】文件不是excel格式文件,上传终止");
|
|
|
}
|
|
|
try {
|
|
|
- R<BladeFile> bladeFile = iossClient.addFileInfo(fileDTO.getFile());
|
|
|
+ R<BladeFile> bladeFile = iossClient.addFileInfo(fileDTO);
|
|
|
if (ObjectUtil.isNotEmpty(bladeFile.getData())) {
|
|
|
//创建节点,并上传excel文件到节点上
|
|
|
ExcelTab excelTabNode = new ExcelTab();
|
|
|
excelTabNode.setId(SnowFlakeUtil.getId());
|
|
|
excelTabNode.setParentId(excelTabParentNode.getId());
|
|
|
excelTabNode.setFileType(excelTabParentNode.getFileType());
|
|
|
- excelTabNode.setName(fileDTO.getFileName().split(".xls")[0]);
|
|
|
+ excelTabNode.setName(fileDTO.getOriginalFilename().split(".xls")[0]);
|
|
|
excelTabNode.setAlias(excelTabParentNode.getAlias() + "," + excelTabParentNode.getId());
|
|
|
excelTabNode.setFileUrl(bladeFile.getData().getLink());
|
|
|
- excelTabNode.setExtension(fileDTO.getFileName());
|
|
|
+ excelTabNode.setExtension(fileDTO.getOriginalFilename());
|
|
|
excelTabNode.setCreateTime(new Date());
|
|
|
excelTabNode.setUpdateTime(new Date());
|
|
|
excelTabNode.setCreateUser(SecureUtil.getUserId());
|
|
@@ -3315,7 +3645,7 @@ public class ExcelTabController extends BladeController {
|
|
|
excelTabService.save(excelTabNode);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- throw new ServiceException("【" + fileDTO.getFileName() + "】文件上传失败,上传终止" + e.getMessage());
|
|
|
+ throw new ServiceException("【" + fileDTO.getOriginalFilename() + "】文件上传失败,上传终止" + e.getMessage());
|
|
|
}
|
|
|
}
|
|
|
return R.success("操作成功");
|