ods

package
v0.0.0-...-0cb78da Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Document

type Document struct {
	// contains filtered or unexported fields
}

func LoadTemplate

func LoadTemplate() (*Document, error)

func (*Document) Row

func (doc *Document) Row(r int) *Row

func (*Document) SetWorksheetName

func (doc *Document) SetWorksheetName(i int, name string)

func (*Document) Write

func (doc *Document) Write(out io.Writer) error

type Row

type Row struct {
	// contains filtered or unexported fields
}

func (*Row) Duplicate

func (row *Row) Duplicate() *Row

func (*Row) InsertAfter

func (row *Row) InsertAfter(prev *Row)

func (*Row) Remove

func (row *Row) Remove() *Row

func (*Row) SetCellDate

func (row *Row) SetCellDate(c int, value time.Time)

func (*Row) SetCellString

func (row *Row) SetCellString(c int, value string)

func (*Row) SetCellTime

func (row *Row) SetCellTime(c int, value time.Time)

Jump to

Keyboard shortcuts

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