|
@@ -194,7 +194,7 @@ type LuckySheetDataValue struct {
|
|
VerticalType int ` description:"垂直对齐, 0 中间、1 上、2下"`
|
|
VerticalType int ` description:"垂直对齐, 0 中间、1 上、2下"`
|
|
Fs interface{} `json:"fs" description:"字体大小,14"`
|
|
Fs interface{} `json:"fs" description:"字体大小,14"`
|
|
Cl interface{} `json:"cl" description:"删除线, 0 常规 、 1 删除线"`
|
|
Cl interface{} `json:"cl" description:"删除线, 0 常规 、 1 删除线"`
|
|
- Ht interface{} `json:"instance" description:"水平对齐, 0 居中、1 左、2右"`
|
|
|
|
|
|
+ Ht interface{} `json:"ht" description:"水平对齐, 0 居中、1 左、2右"`
|
|
Vt interface{} `json:"vt" description:"垂直对齐, 0 中间、1 上、2下"`
|
|
Vt interface{} `json:"vt" description:"垂直对齐, 0 中间、1 上、2下"`
|
|
//TextRotate string `json:"tr" description:"竖排文字, 3"`
|
|
//TextRotate string `json:"tr" description:"竖排文字, 3"`
|
|
//RotateText string `json:"rt" description:"文字旋转角度, 介于0~180之间的整数,包含0和180"`
|
|
//RotateText string `json:"rt" description:"文字旋转角度, 介于0~180之间的整数,包含0和180"`
|
|
@@ -219,7 +219,7 @@ type LuckySheetDataCellType struct {
|
|
VerticalType int `description:"垂直对齐, 0 中间、1 上、2下"`
|
|
VerticalType int `description:"垂直对齐, 0 中间、1 上、2下"`
|
|
Fs interface{} `json:"fs" description:"字体大小,14"`
|
|
Fs interface{} `json:"fs" description:"字体大小,14"`
|
|
Cl interface{} `json:"cl" description:"删除线, 0 常规 、 1 删除线"`
|
|
Cl interface{} `json:"cl" description:"删除线, 0 常规 、 1 删除线"`
|
|
- Ht interface{} `json:"instance" description:"水平对齐, 0 居中、1 左、2右"`
|
|
|
|
|
|
+ Ht interface{} `json:"ht" description:"水平对齐, 0 居中、1 左、2右"`
|
|
Vt interface{} `json:"vt" description:"垂直对齐, 0 中间、1 上、2下"`
|
|
Vt interface{} `json:"vt" description:"垂直对齐, 0 中间、1 上、2下"`
|
|
Un interface{} `json:"un" description:""`
|
|
Un interface{} `json:"un" description:""`
|
|
Bold interface{} `json:"bl" description:"粗体,0 常规 、 1加粗 "`
|
|
Bold interface{} `json:"bl" description:"粗体,0 常规 、 1加粗 "`
|