|
@@ -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 单元格值格式:文本、时间等
|