minicel

package
v0.0.0-...-47cefaf Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cell

type Cell struct {
	Row     int
	Column  int
	Typ     CellType
	Number  int
	String  string
	Formula string
}

func (*Cell) Eval

func (c *Cell) Eval() string

func (*Cell) Value

func (c *Cell) Value() string

type CellType

type CellType int
const (
	CellTypeNone CellType = iota
	CellTypeNumber
	CellTypeString
	CellTypeFormula
)

type Minicel

type Minicel struct {
}

func NewMinicel

func NewMinicel() *Minicel

func (*Minicel) Evaluate

func (m *Minicel) Evaluate(fileName string) ([][]Cell, error)

Jump to

Keyboard shortcuts

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