README ¶ xlsx read xlsx、xls、csv file data Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func AddProcessor(name string, processor Processor) func Read(name string, sheetIndex int) ([][]string, error) func ReadBytes(content []byte, ext string, sheetIndex int) ([][]string, error) type Processor Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddProcessor ¶ func AddProcessor(name string, processor Processor) func Read ¶ func Read(name string, sheetIndex int) ([][]string, error) func ReadBytes ¶ func ReadBytes(content []byte, ext string, sheetIndex int) ([][]string, error) Types ¶ type Processor ¶ type Processor interface { Read(string, int) ([][]string, error) ReadBytes(content []byte, sheetIndex int) (data [][]string, err error) } Source Files ¶ View all Source files processor.go processor_csv.go processor_xls.go processor_xlsx.go utils.go Click to show internal directories. Click to hide internal directories.