Documentation ¶
Index ¶
- type File
- func (f *File) AllSheetRows(allRows *[][][]string) *File
- func (f *File) AppendRow(sheetName string, row ...[]any) *File
- func (f *File) DeleteDefaultSheet() *File
- func (f *File) DoF(do func(ef *excelize.File) error) *File
- func (f *File) Done() *File
- func (f *File) Err() error
- func (f *File) SheetRows(sheetName string, sheetRows *[][]string) *File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) AllSheetRows ¶
func (*File) DeleteDefaultSheet ¶
Click to show internal directories.
Click to hide internal directories.