Versions in this module Expand all Collapse all v0 v0.1.0 Mar 17, 2019 Changes in this version + const KeyCredentialData + const KeyCredentialFilePath + const KeySheetId + type SpreadsheetConn struct + func (c *SpreadsheetConn) Close() error + func (c *SpreadsheetConn) GetRows(ctx context.Context, sheetName string) ([]*driver.Row, error) + func (c *SpreadsheetConn) GetSchema(ctx context.Context, sheetName string) (*driver.Schema, error) + func (c *SpreadsheetConn) SetRows(ctx context.Context, sheetName string, rows []*driver.Row) error + func (c *SpreadsheetConn) SetSchema(ctx context.Context, sheetName string, schema *driver.Schema) error + type SpreadsheetService interface + ClearValues func(context.Context, string, ...string) error + GetValues func(context.Context, string, ...string) ([]*sheets.ValueRange, error) + Ping func(context.Context, string) error + SetValues func(context.Context, string, ...*sheets.ValueRange) error