Versions in this module Expand all Collapse all v0 v0.0.5 Aug 2, 2025 Changes in this version type NumberStyle + Text string v0.0.4 Aug 2, 2025 v0.0.3 Jun 18, 2025 v0.0.2 Jun 15, 2025 v0.0.1 Jun 15, 2025 Changes in this version + func MakeFlatOds(spreadsheet Spreadsheet) string + func MakeOds(spreadsheet Spreadsheet) *bytes.Buffer + type AutomaticStyles struct + NumberStyles []interface{} + Styles []Style + XMLName xml.Name + type Body struct + Spreadsheet Spreadsheet + XMLName xml.Name + type Cell struct + CalcExtType string + Currency string + DateValue string + Formula string + Range string + StyleName string + Text string + TimeValue string + Value string + ValueType string + XMLName xml.Name + func MakeCell(value, valueType string) Cell + func MakeRangeCell(value, valueType, rangeName string) Cell + type CellData struct + Range string + Value string + ValueType string + type CurrencyStyle struct + Country string + CurrencySymbol CurrencySymbol + Language string + Name string + Number NumberFormat + StyleMap *StyleMap + TextProperties *TextProperties + Texts []TextElement + Volatile string + XMLName xml.Name + type CurrencySymbol struct + Country string + Language string + Symbol string + type DateStyle struct + Name string + Parts []interface{} + XMLName xml.Name + type FileEntry struct + FullPath string + MediaType string + Version string + type FlatOds struct + AutomaticStyles AutomaticStyles + Body Body + OfficeMimetype string + OfficeVersion string + XMLNSCalcext string + XMLNSFo string + XMLNSNumber string + XMLNSOffice string + XMLNSStyle string + XMLNSTable string + XMLNSText string + XMLName xml.Name + type Manifest struct + Entries []FileEntry + Version string + XMLNS string + XMLName xml.Name + type Map struct + ApplyStyleName string + Condition string + XMLName xml.Name + type NamedExpressions struct + NamedRanges []NamedRange + type NamedRange struct + BaseCellAddress string + CellRangeAddress string + Name string + type NumberElement struct + Country string + DecimalPlaces string + Grouping string + Language string + MinDecimalPlaces string + MinIntegerDigits string + XMLName xml.Name + type NumberElementDateDay struct + Style string + XMLName xml.Name + type NumberElementDateMonth struct + Style string + XMLName xml.Name + type NumberElementDateYear struct + Style string + XMLName xml.Name + type NumberFormat struct + DecimalPlaces int + Grouping bool + MinDecimalPlaces int + MinIntegerDigits int + type NumberStyle struct + Country string + Language string + Map *Map + Name string + NumberElements []NumberElement + TextProperties *TextProperties + Volatile string + XMLName xml.Name + type OfficeDocumentContent struct + AutomaticStyles AutomaticStyles + Body Body + OfficeVersion string + XMLNSCalcext string + XMLNSFo string + XMLNSNumber string + XMLNSOffice string + XMLNSStyle string + XMLNSTable string + XMLNSText string + XMLName xml.Name + type OfficeDocumentStyles struct + AutomaticStyles AutomaticStyles + OfficeVersion string + XMLNSCalcext string + XMLNSFo string + XMLNSNumber string + XMLNSOffice string + XMLNSStyle string + XMLNSSvg string + XMLNSTable string + XMLNSText string + XMLName xml.Name + type Row struct + Cells []Cell + XMLName xml.Name + type Spreadsheet struct + NamedExpressions NamedExpressions + Tables []Table + XMLName xml.Name + func MakeSpreadsheet(cells [][]Cell) Spreadsheet + type Style struct + DataStyleName string + Family string + Name string + ParentStyleName string + XMLName xml.Name + type StyleMap struct + ApplyStyleName string + Condition string + type Styles struct + Items []interface{} + XMLName xml.Name + type Table struct + Name string + Rows []Row + XMLName xml.Name + type TextElement struct + Content string + type TextProperties struct + Color string + XMLName xml.Name