Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
Cells []*string
}
Column represents a column of values in an xlsx spreadsheet. Cell values are represented as strings. Type and formatting information from the spreadsheet is discarded, only a string representation of the value remains.
The strings are held as pointers for the sake of memory optimization. You should not mutate these as you may be surprised by the results if other columns or cells are pointing to the same string. The data structure is intended to be used as a read-only data structure.
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func NewParserFromBytes ¶
func (Parser) SheetNames ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package privxml exists so that structs can be publicly exported for Go's build-in XML parser.
|
Package privxml exists so that structs can be publicly exported for Go's build-in XML parser. |
Click to show internal directories.
Click to hide internal directories.