xlsx

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 1, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(filename string) (tabextract.Source, error)

Types

type CellType

type CellType string
const (
	BlankCellType         CellType = ""
	BooleanCellType       CellType = "b"
	DateCellType          CellType = "d"
	ErrorCellType         CellType = "e"
	NumberCellType        CellType = "n"
	SharedStringCellType  CellType = "s"
	FormulaStringCellType CellType = "str"
	InlineStringCellType  CellType = "inlineStr"
)

CellTypes define data type in section 18.18.11

type Document

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

Document contains an Office Open XML document.

func (*Document) Close

func (d *Document) Close() error

func (*Document) Get

func (d *Document) Get(sheetName string) (tabextract.Collection, error)

func (*Document) List

func (d *Document) List() ([]string, error)

type Sheet

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

Jump to

Keyboard shortcuts

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