xlsx

package
v0.0.0-...-083724c Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2025 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 Iterator

type Iterator struct {
}

type Reader

type Reader interface {
	GetSheets() []string
	GetRows(sheet string) ([][]string, error)
}

type Writer

type Writer interface {
	Sheet(name string) Writer
	Index(ind int) Writer
	WriteRow(row []any) error
	Save() error
}

type Xlsx

type Xlsx interface {
	Reader() (Reader, error)
	Writer() Writer
}

func New

func New(path string) Xlsx

Jump to

Keyboard shortcuts

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