Documentation
¶
Index ¶
- func AdvanceCol(current string, step int) (string, error)
- func AdvanceRow(current string, step int) (string, error)
- func Cr2s(c, r int) string
- func S2cr(s string) (int, int)
- func WriteRow2Excel(x *excelize.File, sheet string, row []interface{}, c, r int)
- func WriteStringRow2Excel(x *excelize.File, sheet string, row []string, c, r int)
- type ExcelModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteRow2Excel ¶
func WriteStringRow2Excel ¶
Types ¶
type ExcelModel ¶
type ExcelModel struct {
// contains filtered or unexported fields
}
func NewExcelModel ¶
func NewExcelModel(h []string, l int) *ExcelModel
func (*ExcelModel) AddRow ¶
func (e *ExcelModel) AddRow(row map[string]interface{}) error
func (*ExcelModel) Write2File ¶
func (e *ExcelModel) Write2File(f *excelize.File, sheetName, topLeft string) (string, error)
Click to show internal directories.
Click to hide internal directories.