MCPcopy Create free account

hub / github.com/plandem/xlsx / functions

Functions811 in github.com/plandem/xlsx

↓ 1 callersMethodfromBool
(value bool)
format/conditional/rule/value.go:48
↓ 1 callersFunctionfromConditionalFormat
go:linkname fromConditionalFormat github.com/plandem/xlsx/format/conditional.from
conditional.go:19
↓ 1 callersFunctionfromHyperlinkInfo
go:linkname fromHyperlinkInfo github.com/plandem/xlsx/types/hyperlink.from
hyperlinks.go:22
↓ 1 callersMethodinitIfRequired
()
conditional.go:30
↓ 1 callersMethodinitIfRequired
load all content if required or add minimal required
drawings_vml.go:236
↓ 1 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/unique.go:20
↓ 1 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/blanks.go:20
↓ 1 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/time_period.go:20
↓ 1 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/text.go:24
↓ 1 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/no_blanks.go:20
↓ 1 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/formula.go:21
↓ 1 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/no_errors.go:20
↓ 1 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/duplicate.go:20
↓ 1 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/errors.go:20
↓ 1 callersMethodmode
some private methods used objects that use Sheet implementation and have no access to internal information
sheet_info.go:128
↓ 1 callersFunctionnewColIterator
(sheet Sheet)
col_iterator.go:25
↓ 1 callersFunctionnewColumns
newColumns creates an object that implements columns functionality (don't miss with Col)
columns.go:16
↓ 1 callersFunctionnewComments
newComments creates an object that implements comments functionality
comments.go:27
↓ 1 callersFunctionnewDrawingsVML
(sheet *sheetInfo)
drawings_vml.go:50
↓ 1 callersFunctionnewFilters
newFilters creates an object that implements filters functionality
filters.go:18
↓ 1 callersFunctionnewRangeFromRef
newRangeFromRef create and returns Range for requested ref
range.go:20
↓ 1 callersFunctionnewRangeIterator
(r *Range)
range_iterator.go:25
↓ 1 callersFunctionnewSheetIterator
(xl *Spreadsheet)
sheet_iterator.go:25
↓ 1 callersFunctionnewSpreadsheet
newSpreadsheet creates an object that implements XLSX functionality
spreadsheet.go:28
↓ 1 callersMethodnextShapeID
()
drawings_vml.go:125
↓ 1 callersMethodpack
()
internal/ml/columns.go:17
↓ 1 callersMethodreadSpreadsheet
readSpreadsheet reads required information from XLSX
spreadsheet.go:184
↓ 1 callersMethodremoveComment
Remove removes comment info for bounds
drawings_vml.go:217
↓ 1 callersMethodresolveDirectStyle
resolveDirectStyle returns resolved Info for DirectStyleID
style_sheet.go:214
↓ 1 callersMethodresolveNumberFormat
resolveNumberFormat returns resolved NumberFormat code for styleID
style_sheet.go:193
↓ 1 callersMethodsetGeneral
setGeneral sets the value as general type
cell.go:119
↓ 1 callersMethodsetValue
(r *Info, idx int, value string, settings []interface{})
format/conditional/rule/icon_set.go:83
↓ 1 callersMethodshrinkIfRequired
shrinkIfRequired shrinks grid to minimal size and set actual dimension. Called right before packing sheet data.
sheet_readwrite.go:317
↓ 1 callersFunctiontoHyperlinkInfo
go:linkname toHyperlinkInfo github.com/plandem/xlsx/types/hyperlink.to
hyperlinks.go:25
MethodAbove
(s *styles.Info)
format/conditional/rule/average.go:30
MethodAdd
Add adds a conditional formatting with attaching additional refs if required
conditional.go:39
MethodAdd
Add adds a new hyperlink info for provided bounds, where link can be string or Info
hyperlinks.go:38
MethodAdd
Merge adds a merged cells info for bounds
merged_cells.go:37
MethodAddConditional
AddConditional adds a new conditional formatting with additional refs if required
sheet_info.go:220
MethodAddConditional
(conditional *conditional.Info, refs ...types.Ref)
sheet_readstream.go:313
MethodAddConditional
(conditional *conditional.Info, refs ...types.Ref)
sheet_writestream.go:233
MethodAddFilter
AddFilter adds a filter to column with index
sheet_info.go:235
MethodAddFilter
AddFilter adds a custom filter to column with 0-based colIndex
sheet.go:74
MethodAddFilter
(colIndex int, settings ...interface{})
sheet_readstream.go:325
MethodAddFilter
(colIndex int, settings ...interface{})
sheet_writestream.go:245
MethodAfterMarshalXML
(content []byte)
sheet_info.go:285
MethodAutoFilter
AutoFilter adds auto filter in provided Ref range
sheet_info.go:230
MethodAutoFilter
AutoFilter adds auto filter in provided Ref range with additional settings if required
sheet.go:72
MethodAutoFilter
(ref types.Ref, settings ...interface{})
sheet_readstream.go:321
MethodAutoFilter
(ref types.Ref, settings ...interface{})
sheet_writestream.go:241
MethodBackground
(rgb string)
format/styles/fill.go:53
MethodBarOnly
(r *Info)
format/conditional/rule/databar.go:79
MethodBeforeMarshalXML
()
sheet_info.go:277
MethodBeforeMarshalXML
BeforeMarshalXML shrinks data to optimize output and returns related ML information for marshaling
sheet_readwrite.go:342
MethodBeginsWith
(s string, settings ...interface{})
format/conditional/rule/text.go:62
MethodBelow
(s *styles.Info)
format/conditional/rule/average.go:45
MethodBold
(s *Info)
format/styles/font.go:32
MethodBounds
Bounds returns bounds of range
range.go:36
MethodCell
Cell returns a cell for 0-based indexes
sheet_readwrite.go:45
MethodCell
Cell returns cell of row at col with colIndex
row.go:20
MethodCell
Cell returns cell of col at row with rowIndex
col.go:20
MethodCell
(colIndex, rowIndex int)
sheet_readstream.go:27
MethodCell
(colIndex, rowIndex int)
sheet_writestream.go:48
MethodCellByRef
CellByRef returns a cell for ref
sheet_info.go:184
MethodClear
Clear clears each cell value in range
range.go:46
MethodClose
Close frees allocated by sheet resources
sheet_info.go:245
MethodClose
Close frees allocated by sheet resources
sheet_readstream.go:117
MethodCol
not allowed methods for stream reading mode
sheet_readstream.go:257
MethodCol
not allowed methods for stream reading mode
sheet_writestream.go:177
MethodColor
(rgb string)
format/styles/fill.go:25
MethodColor
(rgb string)
format/styles/fill.go:46
MethodColor
(rgb string)
format/styles/border.go:54
MethodColor
(rgb string)
format/styles/border.go:70
MethodColor
(rgb string)
format/styles/border.go:82
MethodColor
(rgb string)
format/styles/border.go:94
MethodColor
(rgb string)
format/styles/border.go:106
MethodColor
(rgb string)
format/styles/border.go:118
MethodColor
(rgb string)
format/styles/border.go:130
MethodColor
(rgb string)
format/styles/border.go:142
MethodCols
Cols returns iterator for all cols of sheet
sheet_readwrite.go:185
MethodCols
()
sheet_readstream.go:261
MethodCols
()
sheet_writestream.go:181
MethodComment
Comment returns text of comment if there is any comment or empty string
cell.go:366
MethodCondense
(s *Info)
format/styles/font.go:56
MethodContains
(s string, settings ...interface{})
format/conditional/rule/text.go:50
MethodCopyTo
CopyTo copies col cells into another col with cIdx index. N.B.: Merged cells are not supported
col.go:53
FunctionDefault
Default returns default ID and code of number format for type
internal/number_format/types.go:84
MethodDefault
(r *Info)
format/conditional/rule/color_scale3.go:50
MethodDefault
(r *Info)
format/conditional/rule/top.go:32
MethodDefault
(r *Info)
format/conditional/rule/color_scale2.go:45
MethodDefault
(r *Info)
format/conditional/rule/icon_set.go:36
MethodDefault
(r *Info)
format/conditional/rule/bottom.go:33
MethodDefault
(r *Info)
format/conditional/rule/databar.go:44
MethodDeleteCol
DeleteCol deletes a col at 0-based index
sheet_readwrite.go:167
MethodDeleteCol
(index int)
sheet_readstream.go:277
MethodDeleteCol
(index int)
sheet_writestream.go:197
MethodDeleteConditional
DeleteConditional deletes a conditional formatting from refs
sheet_info.go:225
MethodDeleteConditional
DeleteConditional deletes conditional formatting for refs
sheet.go:70
MethodDeleteConditional
(refs ...types.Ref)
sheet_readstream.go:317
MethodDeleteConditional
(refs ...types.Ref)
sheet_writestream.go:237
← previousnext →301–400 of 811, ranked by callers