bo_sheet

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sheet

type Sheet struct {
	Raw         json.RawMessage
	SheetId     string `json:"sheet_id" path:"properties.sheetId"`
	Title       string `json:"title" path:"properties.title"`
	Index       int    `json:"index" path:"properties.index"`
	SheetType   string `json:"sheet_type" path:"properties.sheetType"`
	RowCount    int    `json:"row_count" path:"properties.gridProperties.rowCount"`
	ColumnCount int    `json:"column_count" path:"properties.gridProperties.columnCount"`
}

type ValueAppend

type ValueAppend struct {
	Raw            json.RawMessage
	SpreadsheetId  string `json:"spreadsheet_id" path:"spreadsheetId"`
	TableRange     string `json:"table_range" path:"tableRange"`
	UpdatedRange   string `json:"updated_range" path:"updates.updatedRange"`
	UpdatedRows    int    `json:"updated_rows" path:"updates.updatedRows"`
	UpdatedColumns int    `json:"updated_columns" path:"updates.updatedColumns"`
	UpdatedCells   int    `json:"updated_cells" path:"updates.updatedCells"`
}

type ValueRange

type ValueRange struct {
	Raw            json.RawMessage
	Range          string `path:"range" json:"range"`
	MajorDimension string `path:"majorDimension" json:"major_dimension"`
}

type ValueRows

type ValueRows struct {
	Columns []interface{}
}

type ValueUpdate

type ValueUpdate struct {
	Raw            json.RawMessage
	SpreadsheetId  string `json:"spreadsheet_id" path:"spreadsheetId"`
	UpdatedRange   string `json:"updated_range" path:"updatedRange"`
	UpdatedRows    int    `json:"updated_rows" path:"updatedRows"`
	UpdatedColumns int    `json:"updated_columns" path:"updatedColumns"`
	UpdatedCells   int    `json:"updated_cells" path:"updatedCells"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL