Documentation
¶
Index ¶
- type Service
- type Sheet
- func (s *Sheet) Append(notation string, values [][]string) error
- func (s *Sheet) AppendAny(notation string, values [][]any, option string) error
- func (s *Sheet) Clear(notation string) error
- func (s *Sheet) Get(notation string) ([][]string, error)
- func (s *Sheet) GetAny(notation string) ([][]any, error)
- func (s *Sheet) InsertRows(start int, rows [][]string) error
- func (s *Sheet) Update(notation string, values [][]string) error
- func (s *Sheet) UpdateAny(notation string, values [][]any, option string) error
- type Spreadsheet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
Service *sheets.Service
}
func (*Service) Spreadsheet ¶
func (s *Service) Spreadsheet(id string) (*Spreadsheet, error)
type Sheet ¶
type Sheet struct { Service *sheets.Service Spreadsheet *sheets.Spreadsheet Sheet *sheets.Sheet }
type Spreadsheet ¶
type Spreadsheet struct { Service *sheets.Service Spreadsheet *sheets.Spreadsheet }
Click to show internal directories.
Click to hide internal directories.