Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spreadsheet ¶
type Spreadsheet interface { Create(title string) (spreadsheet *bo_spreadsheet.Spreadsheet, err error) Resolve(id string) (spreadsheet *bo_spreadsheet.Spreadsheet, err error) }
func New ¶
func New(ctx goog_context.Context) Spreadsheet
Click to show internal directories.
Click to hide internal directories.