|
@@ -137,8 +137,8 @@ type MixCellShowStyle struct {
|
|
Nt string `description:"变换类型:number 小数点位数改变,percent百分比," json:"nt"`
|
|
Nt string `description:"变换类型:number 小数点位数改变,percent百分比," json:"nt"`
|
|
GlObj interface{} `description:"公式对象:1:数值,2:百分比,3:文本" json:"glObj"`
|
|
GlObj interface{} `description:"公式对象:1:数值,2:百分比,3:文本" json:"glObj"`
|
|
Width float64 `description:"单元格宽度" json:"width"`
|
|
Width float64 `description:"单元格宽度" json:"width"`
|
|
- Decimal *int `description:"小数点位数"`
|
|
|
|
- Last string `description:"起始操作:nt|decimal"`
|
|
|
|
|
|
+ Decimal *int `description:"小数点位数" json:"decimal"`
|
|
|
|
+ Last string `description:"起始操作:nt|decimal" json:"last"`
|
|
Color string `description:"颜色值,#RRG" json:"color"`
|
|
Color string `description:"颜色值,#RRG" json:"color"`
|
|
BackgroundColor string `description:"背景颜色值,#RRG" json:"background-color"`
|
|
BackgroundColor string `description:"背景颜色值,#RRG" json:"background-color"`
|
|
Align string `description:"对齐方式:left|center|right" json:"align"`
|
|
Align string `description:"对齐方式:left|center|right" json:"align"`
|