Documentation ¶
Index ¶
- func AddCell(excel *excelize.File, sheetName string, column string)
- func AddRow(excel *excelize.File, sheetName string, row int)
- func GetCellValue(excel *excelize.File, sheetName string, axis string) string
- func GetSheetRows(excel *excelize.File, sheetName string) [][]string
- func LoadFile(src string) (*excelize.File, error)
- func NewFile() *excelize.File
- func SaveFile(excel *excelize.File, src string) error
- func SetCellString(excel *excelize.File, sheetName string, axis string, value string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCellValue ¶
GetCellValue 读取某列行内容
func GetSheetRows ¶
GetSheetRows 获取子表
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.