Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Excel ¶
type Excel[T comparable] struct { *excelize.File FileName string Data any Headers []string HeaderMapper amap.AMap ExcelMapper map[tag.GtField]string // contains filtered or unexported fields }
func NewExcel ¶
func NewExcel[T comparable]() *Excel[T]
type Handle ¶
type Handle[T comparable] interface { ExcelHandle([]*T) error }
Click to show internal directories.
Click to hide internal directories.