Explorar o código

Merge branch '8.3' into debug

Roc %!s(int64=2) %!d(string=hai) anos
pai
achega
0add84e411
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      services/excel/lucky_sheet.go

+ 1 - 0
services/excel/lucky_sheet.go

@@ -189,6 +189,7 @@ type LuckySheetDataValue struct {
 	TextBeak       int                       `json:"tb" description:"文本换行,	0 截断、1溢出、2 自动换行"`
 	Ps             LuckySheetDataCellComment `json:"ps" description:"批注"`
 	Function       string                    `json:"f" description:"公式"`
+	Mc             LuckySheetDataConfigMerge `json:"mc" description:"合并单元格信息"`
 }
 
 // LuckySheetDataCellType 单元格值格式:文本、时间等