Parcourir la source

Merge branch 'bugfix_4647' into debug

zwxi il y a 8 mois
Parent
commit
56a2f90ff8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {