Documentation
¶
Index ¶
- type Export
- func (pkg *Export) PdfBuild(pdf []byte) (outputPath string, err error)
- func (pkg *Export) PdfDownload(url string) (pdf []byte, err error)
- func (pkg *Export) PdfMerge(outputPath string, pdfPaths []string) (err error)
- func (pkg *Export) XlsExport(xlsxGenerate XlsxGenerate) (filePath string, err error)
- func (pkg *Export) XlsxGetCell(numCol int, idxCol int) (cellName string)
- type SheetXlsxGenerate
- type XlsxGenerate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Export ¶
type Export struct {
// contains filtered or unexported fields
}
type SheetXlsxGenerate ¶
type XlsxGenerate ¶
type XlsxGenerate struct {
FileName string
Sheets []SheetXlsxGenerate
}
Click to show internal directories.
Click to hide internal directories.