goxlsx

package
v1.2.124 Latest Latest
Warning

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

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

README

go xlxs

基于这个库封装
go get github.com/xuri/excelize/v2

  • 目前只支持写一个sheet

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type XlsxRead added in v1.2.122

type XlsxRead struct {
	// contains filtered or unexported fields
}

type XlsxWrite added in v1.2.116

type XlsxWrite struct {
	// contains filtered or unexported fields
}

func New added in v1.2.116

func New() *XlsxWrite

func (*XlsxWrite) AppendData added in v1.2.116

func (x *XlsxWrite) AppendData(data []interface{}) *XlsxWrite

func (*XlsxWrite) AppendRows added in v1.2.116

func (x *XlsxWrite) AppendRows(data [][]interface{}) *XlsxWrite

func (*XlsxWrite) Output added in v1.2.116

func (x *XlsxWrite) Output(w http.ResponseWriter, filename string) (err error)

func (*XlsxWrite) OutputForGin added in v1.2.117

func (x *XlsxWrite) OutputForGin(ctx *gin.Context, filename string) (err error)

func (*XlsxWrite) Save2File added in v1.2.116

func (x *XlsxWrite) Save2File(filename string) (err error)

func (*XlsxWrite) SetSheetName added in v1.2.116

func (x *XlsxWrite) SetSheetName(sheetName string) *XlsxWrite

func (*XlsxWrite) SetTitles added in v1.2.116

func (x *XlsxWrite) SetTitles(titles []string) *XlsxWrite

Jump to

Keyboard shortcuts

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