Documentation ¶
Index ¶
- type SheetsService
- func (s *SheetsService) AddCsvToSheet(ctx context.Context, spreadSheetId, sheetTitle, a1Range string, ...) error
- func (s *SheetsService) CreateNewSheet(ctx context.Context, spreadSheetId, sheetTitle string) (int64, error)
- func (s *SheetsService) ReadCsv(r io.Reader, sep rune) (*sheets.ValueRange, error)
- func (s *SheetsService) RetrieveSpreadsheet(ctx context.Context, spreadsheetId string) (*sheets.Spreadsheet, error)
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
}
func NewSheetsService ¶
func NewSheetsService(ctx context.Context) (*SheetsService, error)
func (*SheetsService) AddCsvToSheet ¶ added in v1.1.0
func (s *SheetsService) AddCsvToSheet(ctx context.Context, spreadSheetId, sheetTitle, a1Range string, valueRange *sheets.ValueRange) error
func (*SheetsService) CreateNewSheet ¶ added in v1.1.0
func (*SheetsService) ReadCsv ¶ added in v1.1.0
func (s *SheetsService) ReadCsv(r io.Reader, sep rune) (*sheets.ValueRange, error)
func (*SheetsService) RetrieveSpreadsheet ¶ added in v1.1.0
func (s *SheetsService) RetrieveSpreadsheet(ctx context.Context, spreadsheetId string) (*sheets.Spreadsheet, error)
Click to show internal directories.
Click to hide internal directories.