Versions in this module Expand all Collapse all v0 v0.0.0 Feb 1, 2019 Changes in this version + type CellXML struct + InlineString InlineString + R string + T string + V string + func ParseCellXML(s string) (CellXML, error) + type ContentTypeItem struct + ContentType string + Extension string + PartName string + type ContentTypes struct + Defaults []ContentTypeItem + Overrides []ContentTypeItem + XMLName xml.Name + type InlineString struct + Str string + type Rel struct + ID string + Target string + Type string + type Rels struct + Rels []Rel + XMLName xml.Name + type Sheet struct + Name string + RelsID string + SheetID string + XMLName xml.Name + type Sheets struct + Sheets []Sheet + XMLName xml.Name + type Workbook struct + Sheets Sheets + XMLName xml.Name + func (w *Workbook) FindSheetByRelID(ID string) (sheetIndex int, sheet Sheet)