Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SheetClient ¶
type SheetClient struct {
// contains filtered or unexported fields
}
func NewSheetClient ¶
func NewSheetClient(spreadsheetID string) (*SheetClient, error)
func (*SheetClient) Get ¶
func (s *SheetClient) Get(range_ string) ([][]interface{}, error)
https://developers.google.com/sheets/api/guides/values#reading_a_single_range
Click to show internal directories.
Click to hide internal directories.