xlsx

package module
v0.0.0-...-1b758a2 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

README

xlsx

Build Status codecov codebeat badge apache 2.0 license

Read or write Microsoft Excel™ (XLSX) file

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Path          string
	SharedStrings *excel.Sst
	Sheet         map[string]*excel.Worksheet
	SheetCount    int
	Styles        *excel.StyleSheet
	WorkBook      *excel.Workbook
	WorkBookRels  *excel.Relationships
	XLSX          map[string][]byte
	// contains filtered or unexported fields
}

func OpenFile

func OpenFile(filename string) (*File, error)

func (*File) GetRows

func (f *File) GetRows(sheet string) ([][]string, error)

func (*File) GetSheetIndex

func (f *File) GetSheetIndex(name string) (int, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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