export

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

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
}

func NewExport

func NewExport(log *log.Logger) *Export

func (*Export) PdfBuild

func (pkg *Export) PdfBuild(pdf []byte) (outputPath string, err error)

func (*Export) PdfDownload

func (pkg *Export) PdfDownload(url string) (pdf []byte, err error)

func (*Export) PdfMerge

func (pkg *Export) PdfMerge(outputPath string, pdfPaths []string) (err error)

func (*Export) XlsExport

func (pkg *Export) XlsExport(xlsxGenerate XlsxGenerate) (filePath string, err error)

func (*Export) XlsxGetCell

func (pkg *Export) XlsxGetCell(numCol int, idxCol int) (cellName string)

type SheetXlsxGenerate

type SheetXlsxGenerate struct {
	SheetName   string
	Title       []string
	Description []string
	TableHead   []string
	TableBody   [][]string
}

type XlsxGenerate

type XlsxGenerate struct {
	FileName string
	Sheets   []SheetXlsxGenerate
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL