Documentation
¶
Index ¶
- Variables
- func ColumnsCollapse(cols [][]string, trimSpace bool) []string
- func GetCellValue(f *excelize.File, sheetName string, colIdx, rowIdx uint, ...) (string, error)
- func GetTable(f *excelize.File, sheetName string, headerRowCount uint, trimSpace bool) (*table.Table, error)
- func SetRowValues(f *excelize.File, sheetName string, rowIndex uint, rowValues []any) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrExcelizeFileCannotBeNil = errors.New("excelize.File cannot be nil")
Functions ¶
func ColumnsCollapse ¶
ColumnsCollapse converts a response from `excelize.File.GetCols()` to an `[]string` suitable for `Table.Columns`.
func GetCellValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.