Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnPrediction ¶
type StringItem ¶
type StringItem struct {
Text string `xml:"t"`
}
type TablePrediction ¶
type TablePrediction struct {
TableName string
Columns []ColumnPrediction
}
type Worksheet ¶
type Worksheet struct {
Sheet Sheet `xml:"sheetData"`
SS *sharedStrings
}
func (*Worksheet) PredictTable ¶
func (ws *Worksheet) PredictTable() (*TablePrediction, error)
Click to show internal directories.
Click to hide internal directories.