Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
// contains filtered or unexported fields
}
func NewDocument ¶
func (*Document) ParseSheet ¶
func (d *Document) ParseSheet(name string, parser SheetHandler)
type FormatCodeType ¶
type FormatCodeType string
func (FormatCodeType) IsTime ¶
func (f FormatCodeType) IsTime() bool
type Relationships ¶
type Relationships map[string]relation
func NewRelationships ¶
func NewRelationships(f *zip.File) Relationships
type SharedStrings ¶
type SharedStrings []string
func NewSharedStrings ¶
func NewSharedStrings(f *zip.File) SharedStrings
type Sheet ¶
type Sheet struct {
// contains filtered or unexported fields
}
func (*Sheet) Parse ¶
func (s *Sheet) Parse(handler SheetHandler)
type SheetHandler ¶
type SheetHandler interface {
ReadRow(rowCount int, columns []interface{})
}
SheetHandler will receive string / int64 / float64 / time.Time
type Styles ¶
type Styles struct {
// contains filtered or unexported fields
}
func (*Styles) CellTypeFromStyle ¶
func (s *Styles) CellTypeFromStyle(c cellXf) FormatCodeType
Click to show internal directories.
Click to hide internal directories.