excel

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

README

导入和导出excel

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateXls

func CreateXls(filename string, titles []any, data [][]any) error

CreateXls 导出为excel文件 *.xlsx filename 导出的文件名 titles 表头信息 data 每行的数据信息

func ExcelDateToDate

func ExcelDateToDate(excelDate string) time.Time

ExcelDateToDate excel读取到的日期转换为time类型

func ReadXls

func ReadXls(filename string) ([][]string, error)

ReadXls 读取excel文件中的数据 仅读取第一个工作表

Types

This section is empty.

Jump to

Keyboard shortcuts

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