zwxi 7 月之前
父節點
當前提交
c8330b59f9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      services/data/excel/custom_analysis.go

+ 1 - 0
services/data/excel/custom_analysis.go

@@ -411,6 +411,7 @@ type LuckySheet struct {
 	DefaultRowHeight int                  `json:"defaultRowHeight"`
 	CellData         []LuckySheetCellData `json:"celldata"`
 	CalcChain        []interface{}        `json:"calcChain"`
+	Frozen           interface{}          `json:"frozen"`
 	//DataVerification struct {
 	//} `json:"dataVerification"`
 	//Hyperlink struct {