Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSV ¶ added in v0.6.0
type CSV struct {
// contains filtered or unexported fields
}
func NewCSV ¶ added in v0.6.0
func NewCSV() *CSV
New - to initialize CSV struct object fileName: by default should be "generated-csv.csv"
func (*CSV) AppendDataRow ¶ added in v0.6.0
func (*CSV) SetFileName ¶ added in v0.6.0
type ConverterOptions ¶
type Excel ¶ added in v0.6.0
type Excel struct {
// contains filtered or unexported fields
}
func NewExcel ¶ added in v0.6.0
func NewExcel() *Excel
New - to initialize Excel struct object fileName: by default should be "generated.xlsx"
func (*Excel) AppendDataRow ¶ added in v0.6.0
func (*Excel) SetFileName ¶ added in v0.6.0
func (*Excel) SetSheetName ¶ added in v0.6.0
type PDF ¶
type PDF struct {
// contains filtered or unexported fields
}
func NewPDF ¶
func NewPDF(options ...*ConverterOptions) (*PDF, error)
func (*PDF) SetFileName ¶
func (*PDF) SetFooterHTMLTemplate ¶
func (*PDF) SetTemplate ¶
type QR ¶
type QR struct {
// contains filtered or unexported fields
}
func (*QR) SetFileName ¶
func (*QR) SetLogoImg ¶
Click to show internal directories.
Click to hide internal directories.