|
@@ -110,13 +110,13 @@ type LuckySheetData struct {
|
|
|
ChWidth int64 `json:"ch_width" description:"工作表区域的宽度"`
|
|
|
Config LuckySheetDataConfig `json:"config" description:""`
|
|
|
//Index int `json:"index" description:"工作表索引"`
|
|
|
- RhHeight float64 `json:"rh_height" description:"工作表区域的高度"`
|
|
|
- ScrollLeft float64 `json:"scrollLeft" description:"左右滚动条位置"`
|
|
|
- ScrollTop float64 `json:"scrollTop" description:"上下滚动条位置"`
|
|
|
- Status int64 `json:"status" description:"激活状态"`
|
|
|
- VisibleDataColumn []int64 `json:"visibledatacolumn" description:"所有列的位置信息,递增的列位置数据,初始化无需设置"`
|
|
|
- VisibleDataRow []int64 `json:"visibledatarow" description:"所有行的位置信息,递增的行位置数据,初始化无需设置"`
|
|
|
- ZoomRatio float64 `json:"zoomRatio" description:"sheet缩放比例"`
|
|
|
+ RhHeight float64 `json:"rh_height" description:"工作表区域的高度"`
|
|
|
+ ScrollLeft float64 `json:"scrollLeft" description:"左右滚动条位置"`
|
|
|
+ ScrollTop float64 `json:"scrollTop" description:"上下滚动条位置"`
|
|
|
+ Status interface{} `json:"status" description:"激活状态"`
|
|
|
+ VisibleDataColumn []int64 `json:"visibledatacolumn" description:"所有列的位置信息,递增的列位置数据,初始化无需设置"`
|
|
|
+ VisibleDataRow []int64 `json:"visibledatarow" description:"所有行的位置信息,递增的行位置数据,初始化无需设置"`
|
|
|
+ ZoomRatio float64 `json:"zoomRatio" description:"sheet缩放比例"`
|
|
|
}
|
|
|
|
|
|
// LuckySheetDataConfig sheet表单的配置
|
|
@@ -842,10 +842,10 @@ var LuckyFontFamilyMap = map[int]string{
|
|
|
2: "Tahoma",
|
|
|
3: "Verdana",
|
|
|
4: "微软雅黑",
|
|
|
- 5: "宋体", //宋体(Song)、
|
|
|
- 6: "黑体", // 黑体(ST Heiti)
|
|
|
- 7: "楷体", //楷体(ST Kaiti),
|
|
|
- 8: "仿宋", //仿宋(ST FangSong),
|
|
|
+ 5: "宋体", //宋体(Song)、
|
|
|
+ 6: "黑体", // 黑体(ST Heiti)
|
|
|
+ 7: "楷体", //楷体(ST Kaiti),
|
|
|
+ 8: "仿宋", //仿宋(ST FangSong),
|
|
|
9: "新宋体", //新宋体(ST Song),
|
|
|
10: "华文新魏",
|
|
|
11: "华文行楷",
|