Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EncName = "utf-8"
View Source
var ErrTooManyRows = errors.New("too many rows")
Functions ¶
Types ¶
type Style ¶
type Style struct {
// Format is the number format
Format string
// FontBold is true if the font is bold
FontBold bool
}
Style is a style for a column/row/cell.
Click to show internal directories.
Click to hide internal directories.