excel

package
v0.0.0-...-c70c6bf Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

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

func NewData

func NewData(rows [][]string) *Data

func (*Data) HasNext

func (d *Data) HasNext() bool

func (*Data) Len

func (d *Data) Len() int

func (*Data) Next

func (d *Data) Next()

func (*Data) Reset

func (d *Data) Reset()

func (*Data) Row

func (d *Data) Row() Row

type Excel

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

func New

func New() *Excel

func (*Excel) Close

func (e *Excel) Close()

func (*Excel) Open

func (e *Excel) Open(filename string) bool

func (*Excel) Rows

func (e *Excel) Rows(s string) [][]string

type Row

type Row map[string]string

Jump to

Keyboard shortcuts

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