Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BOM = []byte("\xEF\xBB\xBF") EncodingsWithBOM = []string{"utf-8", "utf-16be", "utf-16le"} )
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Encoding string
BOM bool
Delimiter string
LineTerminator string
SheetName []string
SheetID []int
ExcludeSheetName []string
ExcludeSheetID []int
SheetPattern string
ExcludeSheetPattern string
Columns []string
MaxColumns int
Trim bool
SkipEmpty bool
Source string
Destination string
Output io.Writer
}
Click to show internal directories.
Click to hide internal directories.