MCPcopy Create free account

hub / github.com/plandem/xlsx / types & classes

Types & classes201 in github.com/plandem/xlsx

↓ 14 callersTypeAliasCellRef
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 callersTypeAliasRef
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 callersTypeAliasRefList
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 callersStructNumberFormat
NumberFormat is a direct mapping of XSD CT_NumFmt
internal/ml/style_sheet.go:39
↓ 5 callersTypeAliasFormula
Formula is a direct mapping of XSD ST_Formula
internal/ml/worksheet.go:14
↓ 4 callersTypeAliasNamedStyleID
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 callersTypeAliasFontFamilyType
FontFamilyType is a type to encode XSD ST_FontFamily
internal/ml/primitives/font_family.go:13
↓ 3 callersTypeAliasText
Text is textual type that can have leading/trailing whitespace or newlines that must be preserved
internal/ml/primitives/text.go:16
↓ 2 callersTypeAliasFontCharsetType
FontCharsetType is a type to encode charset of font
internal/ml/primitives/font_charset.go:13
↓ 2 callersTypeAliasNamedStyle
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 callersTypeAliasVisibilityType
VisibilityType is a type to encode XSD ST_Visibility and ST_SheetState
internal/ml/primitives/visibility.go:12
↓ 1 callersTypeAliasBorderStyleType
BorderStyleType is a type to encode XSD BorderStyleType
internal/ml/primitives/border_style.go:12
↓ 1 callersTypeAliasCellFormulaType
CellFormulaType is a type to encode XSD ST_CellFormulaType
internal/ml/primitives/cell_formula_type.go:12
↓ 1 callersTypeAliasConditionOperatorType
ConditionOperatorType is a direct mapping of XSD ST_ConditionalFormattingOperator
internal/ml/primitives/condition_operator.go:12
↓ 1 callersTypeAliasConditionType
ConditionType is a direct mapping of XSD ST_CfType
internal/ml/primitives/condition_type.go:12
↓ 1 callersTypeAliasConditionValueType
ConditionValueType is a direct mapping of XSD ST_CfvoType
internal/ml/primitives/condition_value_type.go:10
↓ 1 callersTypeAliasDirectStyleID
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 callersStructFont
Font is a direct mapping of XSD CT_Font
internal/ml/style_sheet.go:45
↓ 1 callersTypeAliasFontEffectType
FontEffectType is a type to encode XSD ST_VerticalAlignRun
internal/ml/primitives/font_effect.go:13
↓ 1 callersTypeAliasFontSchemeType
FontSchemeType is a type to encode XSD ST_FontScheme
internal/ml/primitives/font_scheme.go:13
↓ 1 callersTypeAliasHAlignType
HAlignType is a type to encode XSD ST_HorizontalAlignment
internal/ml/primitives/align_h.go:12
↓ 1 callersTypeAliasIconSetType
IconSetType is a direct mapping of XSD ST_CfvoType
internal/ml/primitives/icon_set_type.go:12
↓ 1 callersTypeAliasObjectsType
ObjectsType is a type to encode XSD ST_Objects
internal/ml/primitives/objects.go:10
↓ 1 callersTypeAliasPatternType
PatternType is a type to encode XSD ST_PatternType
internal/ml/primitives/pattern_type.go:12
↓ 1 callersStructRichFont
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 callersTypeAliasTimePeriodType
TimePeriodType is a direct mapping of XSD ST_TimePeriod
internal/ml/primitives/time_period.go:12
↓ 1 callersTypeAliasUnderlineType
UnderlineType is a type to encode XSD CT_UnderlineProperty
internal/ml/primitives/font_underline.go:13
↓ 1 callersTypeAliasUpdateLinksType
UpdateLinksType is a type to encode XSD ST_UpdateLinks
internal/ml/primitives/update_links.go:10
↓ 1 callersTypeAliasVAlignType
VAlignType is a type to encode XSD ST_VerticalAlignment
internal/ml/primitives/align_v.go:12
StructAutoFilter
AutoFilter is direct mapping of XSD CT_AutoFilter
internal/ml/worksheet.go:238
StructBookView
BookView is a direct mapping of XSD CT_BookView
internal/ml/workbook.go:71
StructBookViewList
BookViewList is a direct mapping of XSD CT_BookViews
internal/ml/marshal.go:78
StructBorder
Border is a direct mapping of XSD CT_Border
internal/ml/style_sheet.go:102
StructBorderList
BorderList is a direct mapping of XSD CT_Borders
internal/ml/marshal.go:37
StructBorderSegment
BorderSegment is a direct mapping of XSD CT_BorderPr
internal/ml/style_sheet.go:116
StructBounds
Bounds is implementation of Ref
internal/ml/primitives/bounds.go:13
TypeAliasBoundsList
BoundsList is implementation of RefList
internal/ml/primitives/bounds_list.go:13
StructCell
Cell is a higher level object that wraps ml.Cell with functionality
cell.go:22
StructCell
Cell is a direct mapping of XSD CT_Cell
internal/ml/worksheet.go:104
StructCellAlignment
CellAlignment is a direct mapping of XSD CT_CellAlignment
internal/ml/style_sheet.go:178
StructCellFormula
CellFormula is a direct mapping of XSD CT_CellFormula
internal/ml/worksheet.go:118
StructCellProtection
CellProtection is a direct mapping of XSD CT_CellProtection
internal/ml/style_sheet.go:172
TypeAliasCellType
CellType is a type to encode XSD ST_CellType
internal/ml/primitives/cell_type.go:12
StructClientData
ClientData is direct mapping for CT_ClientData, that used for Excel specific settings of Shape
internal/ml/comments.go:52
StructCol
Col is a higher level object that wraps ml.Col with functionality. Inherits functionality of Range
col.go:14
StructCol
Col is a direct mapping of XSD CT_Col
internal/ml/worksheet.go:72
InterfaceColIterator
ColIterator is a interface for iterating cols inside of sheet
col_iterator.go:8
StructColList
ColList is a direct mapping of XSD CT_Cols
internal/ml/columns.go:13
StructColor
Color is a direct mapping of XSD CT_Color
internal/ml/style_sheet.go:63
StructColorScale
ColorScale is a direct mapping of XSD CT_ColorScale
internal/ml/worksheet.go:214
StructComment
Comment is a direct mapping of XSD CT_Comment
internal/ml/comments.go:25
StructCommentOptions
CommentOptions is a direct mapping of CT_CommentPr
internal/ml/comments.go:35
StructComments
Comments is a direct mapping of XSD CT_Comments
internal/ml/comments.go:17
StructConditionValue
ConditionValue is a direct mapping of XSD CT_Cfvo
internal/ml/worksheet.go:206
StructConditionalFormatting
ConditionalFormatting is a direct mapping of XSD CT_ConditionalFormatting
internal/ml/worksheet.go:176
StructConditionalRule
ConditionalRule is a direct mapping of XSD CT_CfRule
internal/ml/worksheet.go:184
StructDataBar
DataBar is a direct mapping of XSD CT_DataBar
internal/ml/worksheet.go:220
StructDiffStyle
DiffStyle is a direct mapping of XSD CT_Dxf
internal/ml/style_sheet.go:161
TypeAliasDiffStyleID
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
StructDiffStyleList
DiffStyleList is a direct mapping of XSD CT_Dxfs
internal/ml/marshal.go:13
StructDirectStyle
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
StructDirectStyleList
DirectStyleList is a direct mapping of XSD CT_CellXfs
internal/ml/marshal.go:25
StructElement
internal/ml/primitives/font_charset_test.go:18
StructElement
internal/ml/primitives/font_effect_test.go:16
StructElement
internal/ml/primitives/font_scheme_test.go:17
StructElement
internal/ml/primitives/font_family_test.go:18
StructElement
internal/ml/primitives/font_underline_test.go:17
StructEntity
internal/ml/primitives/cell_type_test.go:17
StructEntity
internal/ml/primitives/gradient_type_test.go:17
StructEntity
internal/ml/primitives/bounds_list_test.go:15
StructEntity
internal/ml/primitives/bounds_test.go:15
StructEntity
internal/ml/primitives/border_style_test.go:17
StructEntity
internal/ml/primitives/objects_test.go:16
StructEntity
internal/ml/primitives/condition_operator_test.go:16
StructEntity
internal/ml/primitives/update_links_test.go:16
StructEntity
internal/ml/primitives/cell_formula_type_test.go:16
StructEntity
internal/ml/primitives/condition_type_test.go:16
StructEntity
internal/ml/primitives/pattern_type_test.go:17
StructEntity
internal/ml/primitives/icon_set_type_test.go:17
StructEntity
internal/ml/primitives/text_test.go:15
StructEntity
internal/ml/primitives/time_period_test.go:17
StructEntity
internal/ml/primitives/align_v_test.go:17
StructEntity
internal/ml/primitives/condition_value_type_test.go:17
StructEntity
internal/ml/primitives/visibility_test.go:17
StructEntity
internal/ml/primitives/align_h_test.go:17
StructExternalReference
ExternalReference is a direct mapping of XSD CT_ExternalReference
internal/ml/workbook.go:97
StructExternalReferenceList
ExternalReferenceList is a direct mapping of XSD CT_ExternalReferences
internal/ml/marshal.go:83
StructFileVersion
FileVersion is a direct mapping of XSD CT_FileVersion
internal/ml/workbook.go:40
StructFill
Fill is a direct mapping of XSD CT_Fill
internal/ml/style_sheet.go:72
StructFillList
FillList is a direct mapping of XSD CT_Fills
internal/ml/marshal.go:49
StructFilterColumn
FilterColumn is direct mapping of XSD CT_FilterColumn
internal/ml/worksheet.go:246
StructFontList
FontList is a direct mapping of XSD CT_Fonts
internal/ml/marshal.go:43
TypeAliasGUID
GUID is a direct mapping of XSD ST_Guid
internal/ml/comments.go:14
StructGradientFill
GradientFill is a direct mapping of XSD CT_GradientFill
internal/ml/style_sheet.go:85
StructGradientStop
GradientStop is a direct mapping of XSD CT_GradientStop
internal/ml/style_sheet.go:96
TypeAliasGradientType
GradientType is a type to encode XSD ST_GradientType
internal/ml/primitives/gradient_type.go:12
StructHyperlink
Hyperlink is a direct mapping of XSD CT_Hyperlink
internal/ml/worksheet.go:167
StructHyperlinkList
HyperlinkList is a direct mapping of XSD CT_Hyperlinks
internal/ml/marshal.go:61
StructIconSet
IconSet is a direct mapping of XSD ST_IconSetType
internal/ml/worksheet.go:229
StructInfo
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