Explorar o código

fix:混合表单元格对齐

zqbao hai 6 meses
pai
achega
76b23f0f06
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      services/excel/lucky_sheet.go

+ 3 - 0
services/excel/lucky_sheet.go

@@ -1225,10 +1225,13 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq, hide
 					switch styleConfig.Align {
 					case "center":
 						tmp.HorizontalType = 0
+						tmp.Ht = 0
 					case "left":
 						tmp.HorizontalType = 1
+						tmp.Ht = 1
 					case "right":
 						tmp.HorizontalType = 2
+						tmp.Ht = 2
 					}
 					tmp.Monitor = cell.ShowFormatValue
 					tmpShowValue, err := strconv.ParseFloat(cell.Value, 64)