excel

package
v0.0.0-...-8b33ff4 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const MAX_Column = 26

Variables

View Source
var (
	ColumnPrefix = [MAX_Column]rune{}
)

Functions

func GetAxisID

func GetAxisID(column int, row int) string

Types

type ExcelFile

type ExcelFile struct {
	Sheet string
	File  *excelize.File
	Row   int
}

func New

func New() *ExcelFile

func (*ExcelFile) AddRow

func (e *ExcelFile) AddRow(row []interface{}) error

func (*ExcelFile) ChangeSheet

func (e *ExcelFile) ChangeSheet(sheet string)

func (*ExcelFile) SaveAs

func (e *ExcelFile) SaveAs(path string) error

Jump to

Keyboard shortcuts

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