|
@@ -108,7 +108,7 @@ type LuckySheetDataBak struct {
|
|
|
|
|
|
type LuckySheetData struct {
|
|
|
Name string `json:"name" description:"工作表名称"`
|
|
|
- Index int `json:"index" description:"工作表索引"`
|
|
|
+ Index interface{} `json:"index" description:"工作表索引"`
|
|
|
Row int `json:"row" description:"行数"`
|
|
|
Column int `json:"column" description:"列数"`
|
|
|
CellData []LuckySheetCellData `json:"celldata" description:"单元格数据"`
|
|
@@ -898,10 +898,10 @@ var LuckyFontFamilyMap = map[int]string{
|
|
|
2: "Tahoma",
|
|
|
3: "Verdana",
|
|
|
4: "微软雅黑",
|
|
|
- 5: "宋体",
|
|
|
- 6: "黑体",
|
|
|
- 7: "楷体",
|
|
|
- 8: "仿宋",
|
|
|
+ 5: "宋体",
|
|
|
+ 6: "黑体",
|
|
|
+ 7: "楷体",
|
|
|
+ 8: "仿宋",
|
|
|
9: "新宋体",
|
|
|
10: "华文新魏",
|
|
|
11: "华文行楷",
|