ooxml

package
v0.0.0-...-38b871a Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseCellName

func ParseCellName(s string) (col, row int, err error)

Types

type Cell

type Cell struct {
	R     string `xml:"r,attr"`
	Type  string `xml:"t,attr"`
	Value string `xml:"v"`
}

type Row

type Row struct {
	Num   int    `xml:"r,attr"`
	Cells []Cell `xml:"c"`
}

type SharedStrings

type SharedStrings struct {
	Strings []string `xml:"si>t"`
}

type Sheet

type Sheet struct {
	Name string `xml:"name,attr"`
	ID   int    `xml:"sheetId,attr"`
}

type SheetData

type SheetData struct {
	Rows []Row `xml:"row"`
}

type SheetView

type SheetView struct {
	TabSelected int `xml:"tabSelected,attr"`
}

type Workbook

type Workbook struct {
	Sheets []Sheet `xml:"sheets>sheet"`
}

Jump to

Keyboard shortcuts

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