|
@@ -181,7 +181,7 @@ type LuckySheetDataValue struct {
|
|
|
FontColor string `json:"fc" description:"字体颜色,示例值:#fff000" `
|
|
|
Bold int `json:"bl" description:"粗体,0 常规 、 1加粗 "`
|
|
|
Italic int `json:"it" description:"斜体,0 常规 、 1 斜体"`
|
|
|
- Fontsize string `json:"fs" description:"字体大小,14"`
|
|
|
+ Fontsize int `json:"fs" description:"字体大小,14"`
|
|
|
CancelLine int `json:"cl" description:"删除线, 0 常规 、 1 删除线"`
|
|
|
HorizontalType string `json:"ht" description:"水平对齐, 0 居中、1 左、2右"`
|
|
|
VerticalType string `json:"vt" description:"垂直对齐, 0 中间、1 上、2下"`
|