excel

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*excelUtilsImpl)

func WithCellStyles

func WithCellStyles(styles map[string]*excelize.Style) Option

func WithColStyle

func WithColStyle(style *excelize.Style) Option

func WithSheetName

func WithSheetName(name string) Option

type Utils

type Utils interface {
	Save(dir, filename string) error
	Read() ([]byte, error)
	Close() error
}

func New

func New(rows []any, options ...Option) (Utils, error)

Jump to

Keyboard shortcuts

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