yeeExcel

package
v0.0.0-...-89bd919 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateExcel

func CreateExcel(firstRow []string, otherRows [][]string, path string) error

创建excel 第一个参数 是excel表格第一行的数据数组,一般为解释性type 第二个参数 是excel中真正的数据 第三个参数 存储文件的路径

func ReadExcel

func ReadExcel(filePath string) ([]string, [][]string, error)

传入excel的文件地址 第一个参数 是excel表格第一行的数据数组,一般为解释性type 第二个参数 是excel中真正的数据 第三个参数 为二维数组形式返回是否错误

Types

This section is empty.

Jump to

Keyboard shortcuts

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