|
@@ -22,7 +22,7 @@ type ISheet struct {
|
|
|
ChWidth int `json:"ch_width"`
|
|
|
RhHeight int `json:"rh_height"`
|
|
|
LuckySheetSelectionRange []int `json:"luckysheet_selection_range"`
|
|
|
- ZoomRatio int `json:"zoomRatio"`
|
|
|
+ ZoomRatio float64 `json:"zoomRatio"`
|
|
|
CellData []ISheetCellData `json:"celldata"`
|
|
|
}
|
|
|
type ISheetData struct {
|