excel

package
v0.0.0-...-69147f8 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: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Accent1

type Accent1 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Accent2

type Accent2 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Accent3

type Accent3 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Accent4

type Accent4 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Accent5

type Accent5 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Accent6

type Accent6 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Alignment

type Alignment struct {
	Vertical string `xml:"vertical,attr"`
}

type BgColor

type BgColor struct {
	Auto string `xml:"auto,attr"`
}

type BgFillStyleLst

type BgFillStyleLst struct {
	SolidFill SolidFill  `xml:"solidFill"`
	GradFill  []GradFill `xml:"gradFill"`
}

type BodyPr

type BodyPr struct {
	Vert             string `xml:"vert,attr"`
	LIns             string `xml:"lIns,attr"`
	RIns             string `xml:"rIns,attr"`
	BIns             string `xml:"bIns,attr"`
	TIns             string `xml:"tIns,attr"`
	SpcCol           string `xml:"spcCol,attr"`
	Rot              string `xml:"rot,attr"`
	SpcFirstLastPara string `xml:"spcFirstLastPara,attr"`
	VertOverflow     string `xml:"vertOverflow,attr"`
	HorzOverflow     string `xml:"horzOverflow,attr"`
	RtlCol           string `xml:"rtlCol,attr"`
	Anchor           string `xml:"anchor,attr"`
	Upright          string `xml:"upright,attr"`
	Wrap             string `xml:"wrap,attr"`
	NumCol           string `xml:"numCol,attr"`
}

type BookViews

type BookViews struct {
	WorkbookView WorkbookView `xml:"workbookView"`
}

type Border

type Border struct {
	Left   Left   `xml:"left"`
	Right  Right  `xml:"right"`
	Top    Top    `xml:"top"`
	Bottom Bottom `xml:"bottom"`
}

type Borders

type Borders struct {
	Count  string   `xml:"count,attr"`
	Border []Border `xml:"border"`
}

type Bottom

type Bottom struct {
	Style string `xml:"style,attr"`
	Color Color  `xml:"color"`
}

type C

type C struct {
	S string `xml:"s,attr"`
	V string `xml:"v"`
	R string `xml:"r,attr"`
	T string `xml:"t,attr"`
}

type CellStyle

type CellStyle struct {
	Name      string `xml:"name,attr"`
	XfId      string `xml:"xfId,attr"`
	BuiltinId string `xml:"builtinId,attr"`
}

type CellStyleXfs

type CellStyleXfs struct {
	Count string `xml:"count,attr"`
	Xf    Xf     `xml:"xf"`
}

type CellStyles

type CellStyles struct {
	Count     string    `xml:"count,attr"`
	CellStyle CellStyle `xml:"cellStyle"`
}

type CellXfs

type CellXfs struct {
	Xf    []Xf   `xml:"xf"`
	Count string `xml:"count,attr"`
}

type ClrScheme

type ClrScheme struct {
	Lt2      Lt2      `xml:"lt2"`
	Accent2  Accent2  `xml:"accent2"`
	Accent4  Accent4  `xml:"accent4"`
	Accent6  Accent6  `xml:"accent6"`
	Hlink    Hlink    `xml:"hlink"`
	Name     string   `xml:"name,attr"`
	Dk1      Dk1      `xml:"dk1"`
	Lt1      Lt1      `xml:"lt1"`
	Accent5  Accent5  `xml:"accent5"`
	FolHlink FolHlink `xml:"folHlink"`
	Dk2      Dk2      `xml:"dk2"`
	Accent1  Accent1  `xml:"accent1"`
	Accent3  Accent3  `xml:"accent3"`
}

type Col

type Col struct {
	Min         string `xml:"min,attr"`
	Max         string `xml:"max,attr"`
	Width       string `xml:"width,attr"`
	Style       string `xml:"style,attr"`
	CustomWidth string `xml:"customWidth,attr"`
}

type Color

type Color struct {
	Indexed string `xml:"indexed,attr"`
}

type Colors

type Colors struct {
	IndexedColors IndexedColors `xml:"indexedColors"`
}

type Cols

type Cols struct {
	Col []Col `xml:"col"`
}

type CoreProperties

type CoreProperties struct {
	Dc      string `xml:"dc,attr"`
	Dcterms string `xml:"dcterms,attr"`
	Xsi     string `xml:"xsi,attr"`
	Cp      string `xml:"cp,attr"`
}

type Cs

type Cs struct {
	Typeface string `xml:"typeface,attr"`
}

type DefPPr

type DefPPr struct {
	DefTabSz     string `xml:"defTabSz,attr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
	DefRPr       DefRPr `xml:"defRPr"`
	Indent       string `xml:"indent,attr"`
	Algn         string `xml:"algn,attr"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	SpcBef       SpcBef `xml:"spcBef"`
	MarL         string `xml:"marL,attr"`
	MarR         string `xml:"marR,attr"`
	Rtl          string `xml:"rtl,attr"`
	SpcAft       SpcAft `xml:"spcAft"`
	HangingPunct string `xml:"hangingPunct,attr"`
	LnSpc        LnSpc  `xml:"lnSpc"`
}

type DefRPr

type DefRPr struct {
	Cap        string    `xml:"cap,attr"`
	I          string    `xml:"i,attr"`
	Strike     string    `xml:"strike,attr"`
	Kumimoji   string    `xml:"kumimoji,attr"`
	B          string    `xml:"b,attr"`
	Baseline   string    `xml:"baseline,attr"`
	U          string    `xml:"u,attr"`
	NormalizeH string    `xml:"normalizeH,attr"`
	SolidFill  SolidFill `xml:"solidFill"`
	Spc        string    `xml:"spc,attr"`
	Sz         string    `xml:"sz,attr"`
	Latin      Latin     `xml:"latin"`
	Ea         Ea        `xml:"ea"`
	Sym        Sym       `xml:"sym"`
	Cs         Cs        `xml:"cs"`
}

type Default

type Default struct {
	Extension   string `xml:"Extension,attr"`
	ContentType string `xml:"ContentType,attr"`
}

type Dimension

type Dimension struct {
	Ref string `xml:"ref,attr"`
}

type Dk1

type Dk1 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Dk2

type Dk2 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Dxfs

type Dxfs struct {
	Count string `xml:"count,attr"`
}

type Ea

type Ea struct {
	Typeface string `xml:"typeface,attr"`
}

type EffectRef

type EffectRef struct {
	Idx string `xml:"idx,attr"`
}

type FgColor

type FgColor struct {
	Indexed string `xml:"indexed,attr"`
}

type Fill

type Fill struct {
	PatternFill PatternFill `xml:"patternFill"`
}

type FillRef

type FillRef struct {
	Idx string `xml:"idx,attr"`
}

type FillStyleLst

type FillStyleLst struct {
	SolidFill SolidFill  `xml:"solidFill"`
	GradFill  []GradFill `xml:"gradFill"`
}

type FillToRect

type FillToRect struct {
	L string `xml:"l,attr"`
	T string `xml:"t,attr"`
	R string `xml:"r,attr"`
	B string `xml:"b,attr"`
}

type Fills

type Fills struct {
	Count string `xml:"count,attr"`
	Fill  []Fill `xml:"fill"`
}

type FmtScheme

type FmtScheme struct {
	FillStyleLst   FillStyleLst   `xml:"fillStyleLst"`
	LnStyleLst     LnStyleLst     `xml:"lnStyleLst"`
	BgFillStyleLst BgFillStyleLst `xml:"bgFillStyleLst"`
	Name           string         `xml:"name,attr"`
}
type FolHlink struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Font

type Font struct {
	Sz    Sz    `xml:"sz"`
	Color Color `xml:"color"`
	Name  Name  `xml:"name"`
}

type FontRef

type FontRef struct {
	Idx string `xml:"idx,attr"`
}

type FontScheme

type FontScheme struct {
	Name      string    `xml:"name,attr"`
	MajorFont MajorFont `xml:"majorFont"`
	MinorFont MinorFont `xml:"minorFont"`
}

type Fonts

type Fonts struct {
	Count string `xml:"count,attr"`
	Font  []Font `xml:"font"`
}

type GradFill

type GradFill struct {
	GsLst        GsLst  `xml:"gsLst"`
	Path         Path   `xml:"path"`
	RotWithShape string `xml:"rotWithShape,attr"`
	Lin          Lin    `xml:"lin"`
}

type Gs

type Gs struct {
	Pos       string    `xml:"pos,attr"`
	SchemeClr SchemeClr `xml:"schemeClr"`
}

type GsLst

type GsLst struct {
	Gs []Gs `xml:"gs"`
}

type HeaderFooter

type HeaderFooter struct {
	OddFooter string `xml:"oddFooter"`
}
type Hlink struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type IndexedColors

type IndexedColors struct {
	RgbColor []RgbColor `xml:"rgbColor"`
}

type Latin

type Latin struct {
	Typeface string `xml:"typeface,attr"`
}

type Left

type Left struct {
	Style string `xml:"style,attr"`
	Color Color  `xml:"color"`
}

type Lin

type Lin struct {
	Ang    string `xml:"ang,attr"`
	Scaled string `xml:"scaled,attr"`
}

type Ln

type Ln struct {
	W         string    `xml:"w,attr"`
	Cap       string    `xml:"cap,attr"`
	SolidFill SolidFill `xml:"solidFill"`
	PrstDash  PrstDash  `xml:"prstDash"`
	Miter     Miter     `xml:"miter"`
	Cmpd      string    `xml:"cmpd,attr"`
	Algn      string    `xml:"algn,attr"`
}

type LnDef

type LnDef struct {
	BodyPr   BodyPr   `xml:"bodyPr"`
	LstStyle LstStyle `xml:"lstStyle"`
	Style    Style    `xml:"style"`
	SpPr     SpPr     `xml:"spPr"`
}

type LnRef

type LnRef struct {
	Idx string `xml:"idx,attr"`
}

type LnSpc

type LnSpc struct {
	SpcPct SpcPct `xml:"spcPct"`
}

type LnStyleLst

type LnStyleLst struct {
	Ln []Ln `xml:"ln"`
}

type LstStyle

type LstStyle struct {
	DefPPr  DefPPr  `xml:"defPPr"`
	Lvl8pPr Lvl8pPr `xml:"lvl8pPr"`
	Lvl7pPr Lvl7pPr `xml:"lvl7pPr"`
	Lvl9pPr Lvl9pPr `xml:"lvl9pPr"`
	Lvl1pPr Lvl1pPr `xml:"lvl1pPr"`
	Lvl2pPr Lvl2pPr `xml:"lvl2pPr"`
	Lvl3pPr Lvl3pPr `xml:"lvl3pPr"`
	Lvl4pPr Lvl4pPr `xml:"lvl4pPr"`
	Lvl5pPr Lvl5pPr `xml:"lvl5pPr"`
	Lvl6pPr Lvl6pPr `xml:"lvl6pPr"`
}

type Lt1

type Lt1 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Lt2

type Lt2 struct {
	SrgbClr SrgbClr `xml:"srgbClr"`
}

type Lvl1pPr

type Lvl1pPr struct {
	LnSpc        LnSpc  `xml:"lnSpc"`
	SpcAft       SpcAft `xml:"spcAft"`
	MarL         string `xml:"marL,attr"`
	MarR         string `xml:"marR,attr"`
	Indent       string `xml:"indent,attr"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	HangingPunct string `xml:"hangingPunct,attr"`
	SpcBef       SpcBef `xml:"spcBef"`
	DefRPr       DefRPr `xml:"defRPr"`
	Algn         string `xml:"algn,attr"`
	DefTabSz     string `xml:"defTabSz,attr"`
	Rtl          string `xml:"rtl,attr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
}

type Lvl2pPr

type Lvl2pPr struct {
	MarR         string `xml:"marR,attr"`
	LnSpc        LnSpc  `xml:"lnSpc"`
	SpcAft       SpcAft `xml:"spcAft"`
	MarL         string `xml:"marL,attr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	HangingPunct string `xml:"hangingPunct,attr"`
	DefRPr       DefRPr `xml:"defRPr"`
	Indent       string `xml:"indent,attr"`
	Algn         string `xml:"algn,attr"`
	DefTabSz     string `xml:"defTabSz,attr"`
	Rtl          string `xml:"rtl,attr"`
	SpcBef       SpcBef `xml:"spcBef"`
}

type Lvl3pPr

type Lvl3pPr struct {
	MarL         string `xml:"marL,attr"`
	Algn         string `xml:"algn,attr"`
	Rtl          string `xml:"rtl,attr"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	Indent       string `xml:"indent,attr"`
	SpcBef       SpcBef `xml:"spcBef"`
	DefRPr       DefRPr `xml:"defRPr"`
	MarR         string `xml:"marR,attr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
	DefTabSz     string `xml:"defTabSz,attr"`
	HangingPunct string `xml:"hangingPunct,attr"`
	LnSpc        LnSpc  `xml:"lnSpc"`
	SpcAft       SpcAft `xml:"spcAft"`
}

type Lvl4pPr

type Lvl4pPr struct {
	MarR         string `xml:"marR,attr"`
	Rtl          string `xml:"rtl,attr"`
	HangingPunct string `xml:"hangingPunct,attr"`
	SpcBef       SpcBef `xml:"spcBef"`
	Indent       string `xml:"indent,attr"`
	Algn         string `xml:"algn,attr"`
	DefTabSz     string `xml:"defTabSz,attr"`
	SpcAft       SpcAft `xml:"spcAft"`
	DefRPr       DefRPr `xml:"defRPr"`
	MarL         string `xml:"marL,attr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	LnSpc        LnSpc  `xml:"lnSpc"`
}

type Lvl5pPr

type Lvl5pPr struct {
	MarL         string `xml:"marL,attr"`
	MarR         string `xml:"marR,attr"`
	DefTabSz     string `xml:"defTabSz,attr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
	LnSpc        LnSpc  `xml:"lnSpc"`
	SpcAft       SpcAft `xml:"spcAft"`
	Indent       string `xml:"indent,attr"`
	Algn         string `xml:"algn,attr"`
	Rtl          string `xml:"rtl,attr"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	HangingPunct string `xml:"hangingPunct,attr"`
	SpcBef       SpcBef `xml:"spcBef"`
	DefRPr       DefRPr `xml:"defRPr"`
}

type Lvl6pPr

type Lvl6pPr struct {
	MarR         string `xml:"marR,attr"`
	Indent       string `xml:"indent,attr"`
	Algn         string `xml:"algn,attr"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	LnSpc        LnSpc  `xml:"lnSpc"`
	SpcAft       SpcAft `xml:"spcAft"`
	DefRPr       DefRPr `xml:"defRPr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
	HangingPunct string `xml:"hangingPunct,attr"`
	SpcBef       SpcBef `xml:"spcBef"`
	MarL         string `xml:"marL,attr"`
	DefTabSz     string `xml:"defTabSz,attr"`
	Rtl          string `xml:"rtl,attr"`
}

type Lvl7pPr

type Lvl7pPr struct {
	HangingPunct string `xml:"hangingPunct,attr"`
	LnSpc        LnSpc  `xml:"lnSpc"`
	MarL         string `xml:"marL,attr"`
	Indent       string `xml:"indent,attr"`
	DefTabSz     string `xml:"defTabSz,attr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
	SpcAft       SpcAft `xml:"spcAft"`
	DefRPr       DefRPr `xml:"defRPr"`
	MarR         string `xml:"marR,attr"`
	Rtl          string `xml:"rtl,attr"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	Algn         string `xml:"algn,attr"`
	SpcBef       SpcBef `xml:"spcBef"`
}

type Lvl8pPr

type Lvl8pPr struct {
	MarR         string `xml:"marR,attr"`
	DefTabSz     string `xml:"defTabSz,attr"`
	LnSpc        LnSpc  `xml:"lnSpc"`
	SpcAft       SpcAft `xml:"spcAft"`
	MarL         string `xml:"marL,attr"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	HangingPunct string `xml:"hangingPunct,attr"`
	SpcBef       SpcBef `xml:"spcBef"`
	Rtl          string `xml:"rtl,attr"`
	Algn         string `xml:"algn,attr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
	Indent       string `xml:"indent,attr"`
	DefRPr       DefRPr `xml:"defRPr"`
}

type Lvl9pPr

type Lvl9pPr struct {
	Algn         string `xml:"algn,attr"`
	DefRPr       DefRPr `xml:"defRPr"`
	MarL         string `xml:"marL,attr"`
	MarR         string `xml:"marR,attr"`
	LnSpc        LnSpc  `xml:"lnSpc"`
	SpcBef       SpcBef `xml:"spcBef"`
	Indent       string `xml:"indent,attr"`
	DefTabSz     string `xml:"defTabSz,attr"`
	Rtl          string `xml:"rtl,attr"`
	FontAlgn     string `xml:"fontAlgn,attr"`
	SpcAft       SpcAft `xml:"spcAft"`
	LatinLnBrk   string `xml:"latinLnBrk,attr"`
	HangingPunct string `xml:"hangingPunct,attr"`
}

type MajorFont

type MajorFont struct {
	Latin Latin `xml:"latin"`
	Ea    Ea    `xml:"ea"`
	Cs    Cs    `xml:"cs"`
}

type MinorFont

type MinorFont struct {
	Latin Latin `xml:"latin"`
	Ea    Ea    `xml:"ea"`
	Cs    Cs    `xml:"cs"`
}

type Miter

type Miter struct {
	Lim string `xml:"lim,attr"`
}

type Name

type Name struct {
	Val string `xml:"val,attr"`
}

type NumFmt

type NumFmt struct {
	NumFmtId   string `xml:"numFmtId,attr"`
	FormatCode string `xml:"formatCode,attr"`
}

type NumFmts

type NumFmts struct {
	Count  string `xml:"count,attr"`
	NumFmt NumFmt `xml:"numFmt"`
}

type ObjectDefaults

type ObjectDefaults struct {
	SpDef SpDef `xml:"spDef"`
	LnDef LnDef `xml:"lnDef"`
	TxDef TxDef `xml:"txDef"`
}

type Override

type Override struct {
	PartName    string `xml:"PartName,attr"`
	ContentType string `xml:"ContentType,attr"`
}

type PageMargins

type PageMargins struct {
	Right  string `xml:"right,attr"`
	Top    string `xml:"top,attr"`
	Bottom string `xml:"bottom,attr"`
	Header string `xml:"header,attr"`
	Footer string `xml:"footer,attr"`
	Left   string `xml:"left,attr"`
}

type PageSetup

type PageSetup struct {
	FitToWidth         string `xml:"fitToWidth,attr"`
	Scale              string `xml:"scale,attr"`
	UseFirstPageNumber string `xml:"useFirstPageNumber,attr"`
	Orientation        string `xml:"orientation,attr"`
	PageOrder          string `xml:"pageOrder,attr"`
	FirstPageNumber    string `xml:"firstPageNumber,attr"`
	FitToHeight        string `xml:"fitToHeight,attr"`
}

type Path

type Path struct {
	Path       string     `xml:"path,attr"`
	FillToRect FillToRect `xml:"fillToRect"`
}

type PatternFill

type PatternFill struct {
	PatternType string  `xml:"patternType,attr"`
	BgColor     BgColor `xml:"bgColor"`
	FgColor     FgColor `xml:"fgColor"`
}

type Properties

type Properties struct {
	Xmlns string `xml:"xmlns,attr"`
	Vt    string `xml:"vt,attr"`
}

type PrstDash

type PrstDash struct {
	Val string `xml:"val,attr"`
}

type Relationship

type Relationship struct {
	Id     string `xml:"Id,attr"`
	Type   string `xml:"Type,attr"`
	Target string `xml:"Target,attr"`
}

type Relationships

type Relationships struct {
	Xmlns        string         `xml:"xmlns,attr"`
	Relationship []Relationship `xml:"Relationship"`
}

type RgbColor

type RgbColor struct {
	Rgb string `xml:"rgb,attr"`
}
type Right struct {
	Style string `xml:"style,attr"`
	Color Color  `xml:"color"`
}

type Row

type Row struct {
	Ht           string `xml:"ht,attr"`
	CustomHeight string `xml:"customHeight,attr"`
	C            []C    `xml:"c"`
	R            string `xml:"r,attr"`
}

type SatMod

type SatMod struct {
	Val string `xml:"val,attr"`
}

type SchemeClr

type SchemeClr struct {
	Val    string `xml:"val,attr"`
	Tint   Tint   `xml:"tint"`
	SatMod SatMod `xml:"satMod"`
	Shade  Shade  `xml:"shade"`
}

type Shade

type Shade struct {
	Val string `xml:"val,attr"`
}

type Sheet

type Sheet struct {
	Name    string `xml:"name,attr"`
	SheetId string `xml:"sheetId,attr"`
	Id      string `xml:"id,attr"`
}

type SheetData

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

type SheetFormatPr

type SheetFormatPr struct {
	DefaultColWidth  string `xml:"defaultColWidth,attr"`
	DefaultRowHeight string `xml:"defaultRowHeight,attr"`
	CustomHeight     string `xml:"customHeight,attr"`
	OutlineLevelRow  string `xml:"outlineLevelRow,attr"`
	OutlineLevelCol  string `xml:"outlineLevelCol,attr"`
}

type SheetView

type SheetView struct {
	WorkbookViewId   string `xml:"workbookViewId,attr"`
	ShowGridLines    string `xml:"showGridLines,attr"`
	DefaultGridColor string `xml:"defaultGridColor,attr"`
}

type SheetViews

type SheetViews struct {
	SheetView SheetView `xml:"sheetView"`
}

type Sheets

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

type Si

type Si struct {
	T string `xml:"t"`
}

type SolidFill

type SolidFill struct {
	SrgbClr   SrgbClr   `xml:"srgbClr"`
	SchemeClr SchemeClr `xml:"schemeClr"`
}

type SpDef

type SpDef struct {
	Style    Style    `xml:"style"`
	SpPr     SpPr     `xml:"spPr"`
	BodyPr   BodyPr   `xml:"bodyPr"`
	LstStyle LstStyle `xml:"lstStyle"`
}

type SpPr

type SpPr struct {
	Ln        Ln        `xml:"ln"`
	SolidFill SolidFill `xml:"solidFill"`
}

type SpcAft

type SpcAft struct {
	SpcPts SpcPts `xml:"spcPts"`
}

type SpcBef

type SpcBef struct {
	SpcPts SpcPts `xml:"spcPts"`
}

type SpcPct

type SpcPct struct {
	Val string `xml:"val,attr"`
}

type SpcPts

type SpcPts struct {
	Val string `xml:"val,attr"`
}

type SrgbClr

type SrgbClr struct {
	Val string `xml:"val,attr"`
}

type Sst

type Sst struct {
	UniqueCount string `xml:"uniqueCount,attr"`
	Xmlns       string `xml:"xmlns,attr"`
	Si          []Si   `xml:"si"`
}

type Style

type Style struct {
	LnRef     LnRef     `xml:"lnRef"`
	FillRef   FillRef   `xml:"fillRef"`
	EffectRef EffectRef `xml:"effectRef"`
	FontRef   FontRef   `xml:"fontRef"`
}

type StyleSheet

type StyleSheet struct {
	TableStyles  TableStyles  `xml:"tableStyles"`
	Colors       Colors       `xml:"colors"`
	NumFmts      NumFmts      `xml:"numFmts"`
	Fonts        Fonts        `xml:"fonts"`
	Fills        Fills        `xml:"fills"`
	CellXfs      CellXfs      `xml:"cellXfs"`
	CellStyles   CellStyles   `xml:"cellStyles"`
	Dxfs         Dxfs         `xml:"dxfs"`
	Xmlns        string       `xml:"xmlns,attr"`
	Borders      Borders      `xml:"borders"`
	CellStyleXfs CellStyleXfs `xml:"cellStyleXfs"`
}

type Sym

type Sym struct {
	Typeface string `xml:"typeface,attr"`
}

type Sz

type Sz struct {
	Val string `xml:"val,attr"`
}

type TableStyles

type TableStyles struct {
	Count string `xml:"count,attr"`
}

type Theme

type Theme struct {
	A              string         `xml:"a,attr"`
	R              string         `xml:"r,attr"`
	Name           string         `xml:"name,attr"`
	ThemeElements  ThemeElements  `xml:"themeElements"`
	ObjectDefaults ObjectDefaults `xml:"objectDefaults"`
}

type ThemeElements

type ThemeElements struct {
	ClrScheme  ClrScheme  `xml:"clrScheme"`
	FontScheme FontScheme `xml:"fontScheme"`
	FmtScheme  FmtScheme  `xml:"fmtScheme"`
}

type Tint

type Tint struct {
	Val string `xml:"val,attr"`
}

type Top

type Top struct {
	Style string `xml:"style,attr"`
	Color Color  `xml:"color"`
}

type TxDef

type TxDef struct {
	SpPr     SpPr     `xml:"spPr"`
	BodyPr   BodyPr   `xml:"bodyPr"`
	LstStyle LstStyle `xml:"lstStyle"`
	Style    Style    `xml:"style"`
}

type Types

type Types struct {
	Xmlns    string     `xml:"xmlns,attr"`
	Default  []Default  `xml:"Default"`
	Override []Override `xml:"Override"`
}

type Workbook

type Workbook struct {
	R         string    `xml:"r,attr"`
	Xmlns     string    `xml:"xmlns,attr"`
	BookViews BookViews `xml:"bookViews"`
	Sheets    Sheets    `xml:"sheets"`
}

type WorkbookView

type WorkbookView struct {
	XWindow      string `xml:"xWindow,attr"`
	YWindow      string `xml:"yWindow,attr"`
	WindowWidth  string `xml:"windowWidth,attr"`
	WindowHeight string `xml:"windowHeight,attr"`
}

type Worksheet

type Worksheet struct {
	R             string        `xml:"r,attr"`
	Cols          Cols          `xml:"cols"`
	SheetData     SheetData     `xml:"sheetData"`
	HeaderFooter  HeaderFooter  `xml:"headerFooter"`
	Xmlns         string        `xml:"xmlns,attr"`
	Dimension     Dimension     `xml:"dimension"`
	SheetViews    SheetViews    `xml:"sheetViews"`
	SheetFormatPr SheetFormatPr `xml:"sheetFormatPr"`
	PageMargins   PageMargins   `xml:"pageMargins"`
	PageSetup     PageSetup     `xml:"pageSetup"`
}

type Xf

type Xf struct {
	ApplyFill         string    `xml:"applyFill,attr"`
	ApplyBorder       string    `xml:"applyBorder,attr"`
	ApplyAlignment    string    `xml:"applyAlignment,attr"`
	Alignment         Alignment `xml:"alignment"`
	ApplyFont         string    `xml:"applyFont,attr"`
	FontId            string    `xml:"fontId,attr"`
	ApplyNumberFormat string    `xml:"applyNumberFormat,attr"`
	ApplyProtection   string    `xml:"applyProtection,attr"`
	NumFmtId          string    `xml:"numFmtId,attr"`
	FillId            string    `xml:"fillId,attr"`
	BorderId          string    `xml:"borderId,attr"`
}

Jump to

Keyboard shortcuts

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