xls

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrPleaseAddTagXlsToField = errors.New("please add tag xls to field")
	ErrSheetDataNotSlice      = errors.New("sheet data not slice")
	ErrorNotStruct            = errors.New("not struct")
	ErrorOutOfRangeIndex      = errors.New("out of range index")
)

Functions

This section is empty.

Types

type Reader

type Reader interface {
	Read(ctx context.Context, r io.Reader, data interface{}) error
}

func NewReader

func NewReader() Reader

type Writer

type Writer interface {
	Render(ctx context.Context, data interface{}) ([]byte, error)
}

func NewWriter

func NewWriter() Writer

Jump to

Keyboard shortcuts

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