Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataRow ¶
type DataRow struct {
Data []KeyValue
}
DataRow represents the information about excel row
type Excel ¶
type Excel interface { ReadSample() (*Data, error) ReadSheet(sheetName string) (*Sheet, error) ReadRow(sheetName string, exec func(row DataRow) error) error }
Excel represents the functionalities required to read and write Excel files
Click to show internal directories.
Click to hide internal directories.