zwxi 7 meses atrás
pai
commit
c8330b59f9
1 arquivos alterados com 1 adições e 0 exclusões
  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 {