Documentation ¶ Index ¶ func ParseCsvFileData(byteFile []byte, delimiter, keyName string, localCache *cache.Cache) ([]*map[string]interface{}, error) func ParseExcelFileData(filePath string, data []byte, sheetName string, localCache *cache.Cache) ([]*map[string]interface{}, error) type Cache Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseCsvFileData ¶ func ParseCsvFileData(byteFile []byte, delimiter, keyName string, localCache *cache.Cache) ([]*map[string]interface{}, error) func ParseExcelFileData ¶ func ParseExcelFileData(filePath string, data []byte, sheetName string, localCache *cache.Cache) ([]*map[string]interface{}, error) ParseExcelFileData to read all data excel data is byte data from http client keyName is string concat sheetName is string Types ¶ type Cache ¶ type Cache struct { } Source Files ¶ View all Source files csv.goexcel.go Click to show internal directories. Click to hide internal directories.