spreadsheet

package
v0.0.0-...-2ba808a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrBadRequest = errors.New("bad request")

Functions

This section is empty.

Types

type Client

type Client interface {
	CreateSheet(ctx context.Context, sheetName string) error
	AppendRows(ctx context.Context, sheetName, rowRange string, records [][]interface{}) error
	ClearSheet(ctx context.Context, sheetName string) error
}

Client to work with a spreadsheet

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL