Documentation
¶
Overview ¶
Package excel handles all Excel file operations
Package excel handles Excel file creation and management.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileFromScratch ¶ added in v0.14.0
NewFileFromScratch creates a new *excelize.File with all the sheets and initial structure that was previously provided by template.xlsx. It replaces the embedded binary so the project no longer requires template.xlsx at build time.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client handles Excel file operations
func (*Client) SetFileForTest ¶
SetFileForTest sets the Excel file for testing purposes only
Click to show internal directories.
Click to hide internal directories.