Documentation ¶
Index ¶
Constants ¶
View Source
const SheetName = "Sheet1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Excel ¶
type Excel struct { Filepath string ColNames []string Rows [][]any // contains filtered or unexported fields }
func NewSingleSheetExcel ¶
func (*Excel) AddCellsRow ¶
func (e *Excel) AddCellsRow(row []excelize.Cell)
func (*Excel) AddStrsRow ¶
func (*Excel) HeadInsertCellsRow ¶
func (e *Excel) HeadInsertCellsRow(row []excelize.Cell)
Click to show internal directories.
Click to hide internal directories.