Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TXTWriter ¶
type TXTWriter struct {
FileName string
// contains filtered or unexported fields
}
type XLSXWriter ¶
type XLSXWriter struct {
FileName string
// contains filtered or unexported fields
}
func (*XLSXWriter) Close ¶
func (f *XLSXWriter) Close() error
func (*XLSXWriter) Init ¶
func (f *XLSXWriter) Init(options data.FileOptions) error
func (*XLSXWriter) Write ¶
func (f *XLSXWriter) Write(rec []interface{}) error
func (*XLSXWriter) WriteAll ¶
func (f *XLSXWriter) WriteAll(rec [][]interface{}) error
Click to show internal directories.
Click to hide internal directories.