Documentation
¶
Index ¶
- Variables
- func ConverExcelToDB(db *sql.DB, driverName, tableName, excelFileName, sheets string, ...)
- func Convert(c *Columns, sheet *xlsx.Sheet, db *sql.DB, dataStartRow int, ...) (err error)
- func GetUpdateSql(driverName, tableName string, fieldNames []string, values []string, ...) (sql string, updateSetSql string, whereSql string)
- func ParseValue(val string) (result string, processed bool)
- func Substr(str string, start int, length int) string
- type Columns
- type OtherTable
- type Row
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NeedNotUpdateFieldSet *set.StringSet
)
Functions ¶
func ConverExcelToDB ¶
func GetUpdateSql ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.