xlsx

package module
v0.0.0-...-67b925a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

README

xlsx

read xlsx、xls、csv file data

Documentation

Index

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)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL