Ver código fonte

fix:合并单元格信息也返回

Roc 2 anos atrás
pai
commit
2e928b48c1
1 arquivos alterados com 1 adições e 0 exclusões
  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 单元格值格式:文本、时间等