Documentation ¶
Index ¶
- type Aide
- func (aide *Aide) CreateSheet(sheetName string) (sheet *xlsx.Sheet, err error)
- func (aide *Aide) GetSheet(sheetName string) (sheet *xlsx.Sheet, err error)
- func (aide *Aide) NewFile()
- func (aide *Aide) OpenFile(filePath string) (err error)
- func (aide *Aide) Save(filePath string) (err error)
- func (aide *Aide) WriteRow(sheet *xlsx.Sheet, data interface{})
- func (aide *Aide) WriteRows(sheet *xlsx.Sheet, data interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aide ¶
type Aide struct {
// contains filtered or unexported fields
}
Aide provides excel api wrapper.
func (*Aide) CreateSheet ¶
CreateSheet create a new sheet.
Click to show internal directories.
Click to hide internal directories.