Documentation ¶
Index ¶
- func DetectEncoding(data []byte) (string, error)
- func ExecSqlFile(reader io.Reader, db *gorm.DB) error
- func GetFileSuffix(filename string) string
- func GetUTF8Reader(reader io.Reader, checkBytes []byte) (io.Reader, error)
- func IteratorsHandleCSVReader(reader io.Reader) (func(yield func([]string) bool), error)
- func IteratorsHandleEXCELReader(reader io.Reader) (func(yield func([]string) bool), error)
- func NewRowReader(reader io.Reader, suffix string) (func(yield func([]string) bool), error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectEncoding ¶
func GetFileSuffix ¶
func IteratorsHandleEXCELReader ¶
迭代器处理EXCEL 会跳过空行
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.