Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plandem/xlsx
/ functions
Functions
811 in github.com/plandem/xlsx
⨍
Functions
811
◇
Types & classes
201
Method
MarshalXMLAttr
MarshalXMLAttr marshal PatternType
internal/ml/primitives/pattern_type.go:25
Method
MarshalXMLAttr
MarshalXMLAttr marshal VAlignType
internal/ml/primitives/align_v.go:25
Method
MarshalXMLAttr
MarshalXMLAttr marshal CellType
internal/ml/primitives/cell_type.go:25
Method
MarshalXMLAttr
MarshalXMLAttr marshal GradientType
internal/ml/primitives/gradient_type.go:25
Method
MarshalXMLAttr
MarshalXMLAttr marshal ConditionOperatorType
internal/ml/primitives/condition_operator.go:64
Method
MarshalXMLAttr
MarshalXMLAttr marshal Bounds
internal/ml/primitives/bounds.go:97
Method
MarshalXMLAttr
MarshalXMLAttr marshal ObjectsType
internal/ml/primitives/objects.go:43
Method
MarshalXMLAttr
MarshalXMLAttr marshal BorderStyleType
internal/ml/primitives/border_style.go:25
Method
MarshalXMLAttr
MarshalXMLAttr marshal IconSetType
internal/ml/primitives/icon_set_type.go:25
Method
MarshalXMLAttr
MarshalXMLAttr marshal VisibilityType
internal/ml/primitives/visibility.go:25
Method
MarshalXMLAttr
MarshalXMLAttr marshal CellFormulaType
internal/ml/primitives/cell_formula_type.go:47
Method
MarshalXMLAttr
MarshalXMLAttr marshal ConditionType
internal/ml/primitives/condition_type.go:76
Method
MarshalXMLAttr
MarshalXMLAttr marshal UpdateLinksType
internal/ml/primitives/update_links.go:43
Method
MarshalXMLAttr
MarshalXMLAttr marshal ConditionValueType
internal/ml/primitives/condition_value_type.go:23
Method
MarshalXMLAttr
MarshalXMLAttr marshal BoundsList
internal/ml/primitives/bounds_list.go:53
Method
Max
(max string, settings ...interface{})
format/conditional/rule/color_scale3.go:80
Method
Max
(max string, settings ...interface{})
format/conditional/rule/color_scale2.go:69
Method
MergeCols
MergeCols merges cols between fromIndex and toIndex
sheet_info.go:205
Method
MergeCols
MergeCols merges cols between 0-based fromIndex and toIndex
sheet.go:62
Method
MergeCols
(fromIndex, toIndex int)
sheet_readstream.go:301
Method
MergeCols
(fromIndex, toIndex int)
sheet_writestream.go:221
Method
MergeRows
MergeRows merges rows between fromIndex and toIndex
sheet_info.go:200
Method
MergeRows
MergeRows merges rows between 0-based fromIndex and toIndex
sheet.go:60
Method
MergeRows
(fromIndex, toIndex int)
sheet_readstream.go:297
Method
MergeRows
(fromIndex, toIndex int)
sheet_writestream.go:217
Method
Min
(min string, settings ...interface{})
format/conditional/rule/color_scale3.go:68
Method
Min
(min string, settings ...interface{})
format/conditional/rule/color_scale2.go:63
Method
Name
Name returns name of sheet
sheet_info.go:137
Method
Name
(name string)
format/styles/font.go:18
Method
Next
Next returns next Cell in range and corresponding indexes
range_iterator.go:10
Method
Next
Next returns next Cell in range and corresponding indexes
range_iterator.go:34
Method
Next
Next returns next Col in sheet and corresponding index
col_iterator.go:35
Method
Next
Next returns next Row in sheet and corresponding index
row_iterator.go:10
Method
Next
Next returns next Row in sheet and corresponding index
row_iterator.go:35
Method
Next
Next returns next Sheet in Spreadsheet and corresponding index
sheet_iterator.go:10
Method
Next
Next returns next Sheet in Spreadsheet and corresponding index
sheet_iterator.go:34
Method
NextMonth
(s *styles.Info)
format/conditional/rule/time_period.go:91
Method
NextWeek
(s *styles.Info)
format/conditional/rule/time_period.go:73
Method
NotBetween
(from, to interface{}, s *styles.Info)
format/conditional/rule/value.go:121
Method
NotContains
(s string, settings ...interface{})
format/conditional/rule/text.go:56
Method
NotEqual
(value interface{}, s *styles.Info)
format/conditional/rule/value.go:133
Method
Outline
(s *Info)
format/styles/border.go:41
Function
Pivot
Pivot sets pivot flag of conditional formatting
format/conditional/conditional.go:77
Method
RangeByRef
RangeByRef returns a range for ref
sheet_info.go:195
Function
RefFromCellRefs
RefFromCellRefs is alias of original primitives.RefFromCellRefs to make it public
types/alias.go:30
Method
Remove
Remove deletes a conditional formatting from refs
conditional.go:91
Method
Remove
Remove removes hyperlink info for bounds
hyperlinks.go:136
Method
Remove
Remove removes comment info for bounds
comments.go:143
Method
Remove
Remove removes merged cells info for bounds
merged_cells.go:54
Method
RemoveComment
RemoveComment removes comment from cell
cell.go:372
Method
RemoveHyperlink
RemoveHyperlink removes hyperlink from cell
cell.go:356
Method
RemoveHyperlink
RemoveHyperlink removes hyperlink from cell
range.go:174
Method
Resolve
Resolve checks if requested cIdx and rIdx related to any conditionals formatting and returns it
conditional.go:96
Method
Resolve
Resolve check if requested cIdx and rIdx related to merged range and if so, then translate indexes to valid values
merged_cells.go:23
Method
ResolveStyles
ResolveStyles returns style formatting for styleID or nil if there is no any styles with such styleID
spreadsheet.go:170
Method
ReverseIcons
(r *Info)
format/conditional/rule/icon_set.go:73
Method
Rows
Rows returns iterator for all rows of sheet
sheet_readwrite.go:192
Method
Rows
()
sheet_writestream.go:172
Method
SetActive
SetActive sets the sheet as active
sheet_info.go:154
Method
SetActive
()
sheet_readstream.go:285
Method
SetActive
()
sheet_writestream.go:205
Method
SetDimension
SetDimension sets total number of cols and rows in sheet
sheet_readwrite.go:40
Method
SetDimension
(cols, rows int)
sheet_readstream.go:281
Method
SetDimension
(cols, rows int)
sheet_writestream.go:201
Method
SetHyperlink
SetHyperlink sets hyperlink for range, where link can be string or HyperlinkInfo
range.go:161
Method
SetName
(name string)
sheet_readstream.go:293
Method
SetName
(name string)
sheet_writestream.go:213
Method
SetOptions
SetOptions sets options for sheet
sheet_info.go:148
Method
SetOptions
SetOptions sets options for row
row.go:25
Method
SetOptions
SetOptions sets options for column
col.go:25
Method
SetOptions
(o *options.Info)
sheet_readstream.go:289
Method
SetOptions
(o *options.Info)
sheet_writestream.go:209
Method
Shadow
(s *Info)
format/styles/font.go:52
Method
SheetByName
SheetByName returns a sheet by name with required open mode options
spreadsheet.go:57
Method
ShrinkToFit
(s *Info)
format/styles/alignment.go:54
Method
SplitCols
SplitCols splits cols between fromIndex and toIndex
sheet_info.go:215
Method
SplitCols
SplitCols splits cols between 0-based fromIndex and toIndex
sheet.go:66
Method
SplitCols
(fromIndex, toIndex int)
sheet_readstream.go:309
Method
SplitCols
(fromIndex, toIndex int)
sheet_writestream.go:229
Method
SplitRows
SplitRows splits rows between fromIndex and toIndex
sheet_info.go:210
Method
SplitRows
SplitRows splits rows between 0-based fromIndex and toIndex
sheet.go:64
Method
SplitRows
(fromIndex, toIndex int)
sheet_readstream.go:305
Method
SplitRows
(fromIndex, toIndex int)
sheet_writestream.go:225
Method
StdDevAbove
(n int, s *styles.Info)
format/conditional/rule/average.go:62
Method
StdDevBelow
(n int, s *styles.Info)
format/conditional/rule/average.go:70
Method
StopIfTrue
(r *Info)
format/conditional/rule/base.go:13
Method
Strikeout
(s *Info)
format/styles/font.go:40
Method
String
()
internal/ml/primitives/align_h.go:20
Method
String
()
internal/ml/primitives/time_period.go:55
Method
String
()
internal/ml/primitives/pattern_type.go:20
Method
String
()
internal/ml/primitives/align_v.go:20
Method
String
()
internal/ml/primitives/cell_type.go:20
Method
String
()
internal/ml/primitives/gradient_type.go:20
Method
String
()
internal/ml/primitives/condition_operator.go:59
Method
String
()
internal/ml/primitives/objects.go:38
Method
String
()
internal/ml/primitives/border_style.go:20
Method
String
()
internal/ml/primitives/icon_set_type.go:20
Method
String
()
internal/ml/primitives/visibility.go:20
Method
String
()
internal/ml/primitives/cell_formula_type.go:42
Method
String
()
internal/ml/primitives/condition_type.go:71
← previous
next →
501–600 of 811, ranked by callers