# Packages
No description provided by the author
# Functions
takes an excel cell and converts it to a reflect.Value of a given type (supplied as a reflect.Type) used internally, but exposed as it may have uses elsewhere.
copies data from a to b between different structs where the field names are identical eg.
No description provided by the author
get the first row of a worksheet, whixch is assumed to be the column heading names.
No description provided by the author
No description provided by the author
allows calling function to keep file open calling function needs to import "github.com/tealeg/xlsx/v3" and pass a pointer to an xlsx.File eg.: wb, err := xlsx.OpenFile(fileName).
allows calling function to keep sheet open calling function needs to close the sheet calling function needs to import "github.com/tealeg/xlsx/v3" and pass a pointer to an xlsx.Sheet eg.: sh, ok := wb.Sheet[sheetName].