Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Spreadsheeter ¶
type Spreadsheeter interface {
Spreadsheets() *Spreadsheets
}
func NewSpreadsheeter ¶
func NewSpreadsheeter(getter kv.Getter) Spreadsheeter
type Spreadsheets ¶
type Spreadsheets struct { Self string // contains filtered or unexported fields }
func (*Spreadsheets) CreateTable ¶
func (s *Spreadsheets) CreateTable() error
func (*Spreadsheets) FillTable ¶
func (s *Spreadsheets) FillTable(data [][]any) error
Click to show internal directories.
Click to hide internal directories.