Documentation
¶
Overview ¶
Package sheets provides functions to interact with Google Sheets API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SheetsService ¶
type SheetsService struct {
// contains filtered or unexported fields
}
SheetsService provides functions to interact with Google Sheets API
func NewSheetsService ¶
func NewSheetsService(apiKey string) (*SheetsService, error)
NewSheetsService creates a new SheetsService
func (*SheetsService) GetSheetData ¶
func (s *SheetsService) GetSheetData(spreadsheetID string, readRange string) ([]string, []map[string]interface{}, error)
GetSheetData retrieves data from a Google Sheet
type SheetsServiceInterface ¶
type SheetsServiceWrapper ¶
type SheetsServiceWrapper struct {
// contains filtered or unexported fields
}
func (*SheetsServiceWrapper) SpreadsheetsValuesGet ¶
func (s *SheetsServiceWrapper) SpreadsheetsValuesGet(spreadsheetId string, range_ string) (*sheets.ValueRange, error)
Click to show internal directories.
Click to hide internal directories.