Documentation ¶
Index ¶
- func Compile(globals *model.Globals) (ret error)
- func LoadDataTable(filegetter helper.FileGetter, fileName, headerType, resolveHeaderType string, ...) (ret []*model.DataTable, err error)
- func LoadHeader(sheet helper.TableSheet, tab *model.DataTable, resolveTableType string, ...) (maxCol int)
- func LoadIndexTable(globals *model.Globals, fileName string) error
- func LoadTypeTable(typeTab *model.TypeTable, indexGetter helper.FileGetter, fileName string) error
- func MergeData(inputList, outputList *model.DataTableList, symbols *model.TypeTable)
- func ParseRow(ret interface{}, tab *model.DataTable, row int, symbols *model.TypeTable) bool
- func StringToValue(str string, value interface{}, tf *model.TypeDefine, symbols *model.TypeTable) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDataTable ¶
func LoadHeader ¶
func LoadTypeTable ¶
func MergeData ¶
func MergeData(inputList, outputList *model.DataTableList, symbols *model.TypeTable)
将不同文件/Sheet/KV转换的表,按照表头类型合并数据输出
func StringToValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.