Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Excel2Slice ¶
Excel2Slice 读取excel文件导入为切片
Types ¶
type Excel ¶
func (*Excel) RemoveComments ¶ added in v1.1.18
排除配置中注释行
type FileItem ¶
type FileItem struct {
Name string `json:"name" dc:"配置文件名"`
Filename string `json:"filename" dc:"文件名"`
Tabs []string `json:"tabs" dc:"页签"`
Items []string `json:"items" dc:"道具字段"`
ItemsMap []string `json:"items_map" dc:"道具字段map格式"`
Slice map[string]string `json:"slice" dc:"切片"`
Json []string `json:"json" dc:"json"`
}
Click to show internal directories.
Click to hide internal directories.