Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plandem/xlsx
/ types & classes
Types & classes
201 in github.com/plandem/xlsx
⨍
Functions
811
◇
Types & classes
201
↓ 14 callers
TypeAlias
CellRef
CellRef is a type to encode XSD ST_CellRef, an A1 style reference to the location of this cell
internal/ml/primitives/cell_ref.go:16
↓ 13 callers
TypeAlias
Ref
Ref is a type to encode XSD ST_Ref, a reference that identifies a cell or a range of cells. E.g.: N28 or B5:N10
internal/ml/primitives/ref.go:12
↓ 7 callers
TypeAlias
RefList
RefList is a type to encode XSD ST_Sqref, a reference that identifies list of cells or ranges of cells. E.g.: "N28 B5:N10 C10"
internal/ml/primitives/ref_list.go:13
↓ 6 callers
Struct
NumberFormat
NumberFormat is a direct mapping of XSD CT_NumFmt
internal/ml/style_sheet.go:39
↓ 5 callers
TypeAlias
Formula
Formula is a direct mapping of XSD ST_Formula
internal/ml/worksheet.go:14
↓ 4 callers
TypeAlias
NamedStyleID
NamedStyleID is helper alias type for ID of CT_CellStyle to make it easier to read/understand markup files
internal/ml/style_sheet.go:20
↓ 3 callers
TypeAlias
FontFamilyType
FontFamilyType is a type to encode XSD ST_FontFamily
internal/ml/primitives/font_family.go:13
↓ 3 callers
TypeAlias
Text
Text is textual type that can have leading/trailing whitespace or newlines that must be preserved
internal/ml/primitives/text.go:16
↓ 2 callers
TypeAlias
FontCharsetType
FontCharsetType is a type to encode charset of font
internal/ml/primitives/font_charset.go:13
↓ 2 callers
TypeAlias
NamedStyle
NamedStyle is helper alias type for cellStyleXfs->xf of XSD CT_Xf to make it easier to read/understand markup files
internal/ml/style_sheet.go:152
↓ 2 callers
TypeAlias
VisibilityType
VisibilityType is a type to encode XSD ST_Visibility and ST_SheetState
internal/ml/primitives/visibility.go:12
↓ 1 callers
TypeAlias
BorderStyleType
BorderStyleType is a type to encode XSD BorderStyleType
internal/ml/primitives/border_style.go:12
↓ 1 callers
TypeAlias
CellFormulaType
CellFormulaType is a type to encode XSD ST_CellFormulaType
internal/ml/primitives/cell_formula_type.go:12
↓ 1 callers
TypeAlias
ConditionOperatorType
ConditionOperatorType is a direct mapping of XSD ST_ConditionalFormattingOperator
internal/ml/primitives/condition_operator.go:12
↓ 1 callers
TypeAlias
ConditionType
ConditionType is a direct mapping of XSD ST_CfType
internal/ml/primitives/condition_type.go:12
↓ 1 callers
TypeAlias
ConditionValueType
ConditionValueType is a direct mapping of XSD ST_CfvoType
internal/ml/primitives/condition_value_type.go:10
↓ 1 callers
TypeAlias
DirectStyleID
DirectStyleID is helper alias type for ID of CT_Xf to make it easier to read/understand markup files
internal/ml/style_sheet.go:14
↓ 1 callers
Struct
Font
Font is a direct mapping of XSD CT_Font
internal/ml/style_sheet.go:45
↓ 1 callers
TypeAlias
FontEffectType
FontEffectType is a type to encode XSD ST_VerticalAlignRun
internal/ml/primitives/font_effect.go:13
↓ 1 callers
TypeAlias
FontSchemeType
FontSchemeType is a type to encode XSD ST_FontScheme
internal/ml/primitives/font_scheme.go:13
↓ 1 callers
TypeAlias
HAlignType
HAlignType is a type to encode XSD ST_HorizontalAlignment
internal/ml/primitives/align_h.go:12
↓ 1 callers
TypeAlias
IconSetType
IconSetType is a direct mapping of XSD ST_CfvoType
internal/ml/primitives/icon_set_type.go:12
↓ 1 callers
TypeAlias
ObjectsType
ObjectsType is a type to encode XSD ST_Objects
internal/ml/primitives/objects.go:10
↓ 1 callers
TypeAlias
PatternType
PatternType is a type to encode XSD ST_PatternType
internal/ml/primitives/pattern_type.go:12
↓ 1 callers
Struct
RichFont
RichFont is a direct mapping of XSD CT_RPrElt N.B.: it's weird, but CT_RPrElt is clone CT_Font, except different tag for 'Name' field
internal/ml/shared_strings.go:38
↓ 1 callers
TypeAlias
TimePeriodType
TimePeriodType is a direct mapping of XSD ST_TimePeriod
internal/ml/primitives/time_period.go:12
↓ 1 callers
TypeAlias
UnderlineType
UnderlineType is a type to encode XSD CT_UnderlineProperty
internal/ml/primitives/font_underline.go:13
↓ 1 callers
TypeAlias
UpdateLinksType
UpdateLinksType is a type to encode XSD ST_UpdateLinks
internal/ml/primitives/update_links.go:10
↓ 1 callers
TypeAlias
VAlignType
VAlignType is a type to encode XSD ST_VerticalAlignment
internal/ml/primitives/align_v.go:12
Struct
AutoFilter
AutoFilter is direct mapping of XSD CT_AutoFilter
internal/ml/worksheet.go:238
Struct
BookView
BookView is a direct mapping of XSD CT_BookView
internal/ml/workbook.go:71
Struct
BookViewList
BookViewList is a direct mapping of XSD CT_BookViews
internal/ml/marshal.go:78
Struct
Border
Border is a direct mapping of XSD CT_Border
internal/ml/style_sheet.go:102
Struct
BorderList
BorderList is a direct mapping of XSD CT_Borders
internal/ml/marshal.go:37
Struct
BorderSegment
BorderSegment is a direct mapping of XSD CT_BorderPr
internal/ml/style_sheet.go:116
Struct
Bounds
Bounds is implementation of Ref
internal/ml/primitives/bounds.go:13
TypeAlias
BoundsList
BoundsList is implementation of RefList
internal/ml/primitives/bounds_list.go:13
Struct
Cell
Cell is a higher level object that wraps ml.Cell with functionality
cell.go:22
Struct
Cell
Cell is a direct mapping of XSD CT_Cell
internal/ml/worksheet.go:104
Struct
CellAlignment
CellAlignment is a direct mapping of XSD CT_CellAlignment
internal/ml/style_sheet.go:178
Struct
CellFormula
CellFormula is a direct mapping of XSD CT_CellFormula
internal/ml/worksheet.go:118
Struct
CellProtection
CellProtection is a direct mapping of XSD CT_CellProtection
internal/ml/style_sheet.go:172
TypeAlias
CellType
CellType is a type to encode XSD ST_CellType
internal/ml/primitives/cell_type.go:12
Struct
ClientData
ClientData is direct mapping for CT_ClientData, that used for Excel specific settings of Shape
internal/ml/comments.go:52
Struct
Col
Col is a higher level object that wraps ml.Col with functionality. Inherits functionality of Range
col.go:14
Struct
Col
Col is a direct mapping of XSD CT_Col
internal/ml/worksheet.go:72
Interface
ColIterator
ColIterator is a interface for iterating cols inside of sheet
col_iterator.go:8
Struct
ColList
ColList is a direct mapping of XSD CT_Cols
internal/ml/columns.go:13
Struct
Color
Color is a direct mapping of XSD CT_Color
internal/ml/style_sheet.go:63
Struct
ColorScale
ColorScale is a direct mapping of XSD CT_ColorScale
internal/ml/worksheet.go:214
Struct
Comment
Comment is a direct mapping of XSD CT_Comment
internal/ml/comments.go:25
Struct
CommentOptions
CommentOptions is a direct mapping of CT_CommentPr
internal/ml/comments.go:35
Struct
Comments
Comments is a direct mapping of XSD CT_Comments
internal/ml/comments.go:17
Struct
ConditionValue
ConditionValue is a direct mapping of XSD CT_Cfvo
internal/ml/worksheet.go:206
Struct
ConditionalFormatting
ConditionalFormatting is a direct mapping of XSD CT_ConditionalFormatting
internal/ml/worksheet.go:176
Struct
ConditionalRule
ConditionalRule is a direct mapping of XSD CT_CfRule
internal/ml/worksheet.go:184
Struct
DataBar
DataBar is a direct mapping of XSD CT_DataBar
internal/ml/worksheet.go:220
Struct
DiffStyle
DiffStyle is a direct mapping of XSD CT_Dxf
internal/ml/style_sheet.go:161
TypeAlias
DiffStyleID
DiffStyleID is helper alias type for ID of CT_Dxf to make it easier to read/understand markup files
internal/ml/style_sheet.go:17
Struct
DiffStyleList
DiffStyleList is a direct mapping of XSD CT_Dxfs
internal/ml/marshal.go:13
Struct
DirectStyle
DirectStyle is helper alias type for cellXfs->xf of XSD CT_Xf to make it easier to read/understand markup files
internal/ml/style_sheet.go:155
Struct
DirectStyleList
DirectStyleList is a direct mapping of XSD CT_CellXfs
internal/ml/marshal.go:25
Struct
Element
internal/ml/primitives/font_charset_test.go:18
Struct
Element
internal/ml/primitives/font_effect_test.go:16
Struct
Element
internal/ml/primitives/font_scheme_test.go:17
Struct
Element
internal/ml/primitives/font_family_test.go:18
Struct
Element
internal/ml/primitives/font_underline_test.go:17
Struct
Entity
internal/ml/primitives/cell_type_test.go:17
Struct
Entity
internal/ml/primitives/gradient_type_test.go:17
Struct
Entity
internal/ml/primitives/bounds_list_test.go:15
Struct
Entity
internal/ml/primitives/bounds_test.go:15
Struct
Entity
internal/ml/primitives/border_style_test.go:17
Struct
Entity
internal/ml/primitives/objects_test.go:16
Struct
Entity
internal/ml/primitives/condition_operator_test.go:16
Struct
Entity
internal/ml/primitives/update_links_test.go:16
Struct
Entity
internal/ml/primitives/cell_formula_type_test.go:16
Struct
Entity
internal/ml/primitives/condition_type_test.go:16
Struct
Entity
internal/ml/primitives/pattern_type_test.go:17
Struct
Entity
internal/ml/primitives/icon_set_type_test.go:17
Struct
Entity
internal/ml/primitives/text_test.go:15
Struct
Entity
internal/ml/primitives/time_period_test.go:17
Struct
Entity
internal/ml/primitives/align_v_test.go:17
Struct
Entity
internal/ml/primitives/condition_value_type_test.go:17
Struct
Entity
internal/ml/primitives/visibility_test.go:17
Struct
Entity
internal/ml/primitives/align_h_test.go:17
Struct
ExternalReference
ExternalReference is a direct mapping of XSD CT_ExternalReference
internal/ml/workbook.go:97
Struct
ExternalReferenceList
ExternalReferenceList is a direct mapping of XSD CT_ExternalReferences
internal/ml/marshal.go:83
Struct
FileVersion
FileVersion is a direct mapping of XSD CT_FileVersion
internal/ml/workbook.go:40
Struct
Fill
Fill is a direct mapping of XSD CT_Fill
internal/ml/style_sheet.go:72
Struct
FillList
FillList is a direct mapping of XSD CT_Fills
internal/ml/marshal.go:49
Struct
FilterColumn
FilterColumn is direct mapping of XSD CT_FilterColumn
internal/ml/worksheet.go:246
Struct
FontList
FontList is a direct mapping of XSD CT_Fonts
internal/ml/marshal.go:43
TypeAlias
GUID
GUID is a direct mapping of XSD ST_Guid
internal/ml/comments.go:14
Struct
GradientFill
GradientFill is a direct mapping of XSD CT_GradientFill
internal/ml/style_sheet.go:85
Struct
GradientStop
GradientStop is a direct mapping of XSD CT_GradientStop
internal/ml/style_sheet.go:96
TypeAlias
GradientType
GradientType is a type to encode XSD ST_GradientType
internal/ml/primitives/gradient_type.go:12
Struct
Hyperlink
Hyperlink is a direct mapping of XSD CT_Hyperlink
internal/ml/worksheet.go:167
Struct
HyperlinkList
HyperlinkList is a direct mapping of XSD CT_Hyperlinks
internal/ml/marshal.go:61
Struct
IconSet
IconSet is a direct mapping of XSD ST_IconSetType
internal/ml/worksheet.go:229
Struct
Info
Info hold advanced settings of column. N.B.: You should NOT mutate any value directly.
types/options/column/col.go:9
next →
1–100 of 201, ranked by callers