MCPcopy Create free account

hub / github.com/plandem/xlsx / functions

Functions811 in github.com/plandem/xlsx

↓ 2 callersMethodescape
(value string)
format/conditional/rule/base.go:17
↓ 2 callersFunctionescapeLocation
(location string)
types/hyperlink/hyperlink.go:315
↓ 2 callersFunctionescapeTarget
(target string)
types/hyperlink/hyperlink.go:320
↓ 2 callersMethodexpandIfRequired
expandIfRequired expands grid to required dimension
sheet_writestream.go:23
↓ 2 callersMethodexpandOnInit
expandOnInit expands grid to required dimension and copy existing data
sheet_readwrite.go:227
↓ 2 callersMethodfromFloat
(value float64)
format/conditional/rule/value.go:44
↓ 2 callersFunctionfromStyleFormat
go:linkname fromStyleFormat github.com/plandem/xlsx/format/styles.from
style_sheet.go:20
↓ 2 callersMethodinitCommentsIfRequired
add shape type for comments if required
drawings_vml.go:294
↓ 2 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/color_scale3.go:21
↓ 2 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/top.go:21
↓ 2 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/value.go:26
↓ 2 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/color_scale2.go:21
↓ 2 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/bottom.go:21
↓ 2 callersMethodinitValues
(r *Info)
format/conditional/rule/icon_set.go:40
↓ 2 callersFunctionnewConditionals
newConditionals creates an object that implements conditional formatting functionality
conditional.go:26
↓ 2 callersFunctionnewHyperlinks
newHyperlinks creates an object that implements hyperlinks functionality
hyperlinks.go:33
↓ 2 callersFunctionnewMergedCells
newMergedCells creates an object that implements merged cells functionality
merged_cells.go:18
↓ 2 callersFunctionnewRowIterator
(sheet Sheet)
row_iterator.go:25
↓ 2 callersFunctionnewSheetInfo
newSheetInfo creates a new sheetInfo and link it with workbook
sheet_info.go:59
↓ 2 callersFunctionnewStyleSheet
(f interface{}, doc *Spreadsheet)
style_sheet.go:44
↓ 2 callersFunctionnewWorkbook
(f interface{}, doc *Spreadsheet)
workbook.go:20
↓ 2 callersMethodnextChunkID
()
drawings_vml.go:103
↓ 2 callersMethodpack
()
filters.go:103
↓ 2 callersMethodrefreshAllRefs
refreshRefs update refs for all rows/cells starting from row with 0-based index
sheet_readwrite.go:75
↓ 2 callersMethodrefreshColRefs
refreshColRefs update refs only for cells at row 0-based index rowIndex and starting 0-based index colIndex
sheet_readwrite.go:89
↓ 2 callersMethodresolveChunks
resolve chunks info of this VML drawings file
drawings_vml.go:57
↓ 2 callersMethodsaveCurrentRow
()
sheet_writestream.go:75
↓ 2 callersMethodsetValue
(r *Info, idx int, value string, settings []interface{})
format/conditional/rule/color_scale2.go:49
↓ 2 callersMethodsetValue
(r *Info, idx int, value string, settings []interface{})
format/conditional/rule/databar.go:48
↓ 2 callersFunctiontoRichFont
go:linkname toRichFont github.com/plandem/xlsx/format/styles.toRichFont
rich_text.go:20
↓ 1 callersMethodAddAuto
AddAuto adds auto filter for range
filters.go:31
↓ 1 callersMethodAddConditional
AddConditional adds conditional formatting to sheet, with additional refs if required
sheet.go:68
↓ 1 callersFunctionAuthor
Author adds author information to comment
types/comment/comment.go:51
↓ 1 callersFunctionBackground
Background sets background color for comment
types/comment/comment.go:107
↓ 1 callersMethodBetween
(from, to interface{}, s *styles.Info)
format/conditional/rule/value.go:114
↓ 1 callersMethodClear
Clear clears cell's value
cell.go:303
↓ 1 callersMethodCol
Col returns a col for 0-based index
sheet_readwrite.go:133
↓ 1 callersFunctionCollapsed
Collapsed sets flag indicating if the outlining of the affected column is in the collapsed state.
types/options/column/col.go:45
↓ 1 callersFunctionCollapsed
Collapsed sets flag indicating if the outlining of the affected row is in the collapsed state.
types/options/row/row.go:45
↓ 1 callersMethodColor
(rgb string)
format/conditional/rule/databar.go:72
↓ 1 callersMethodCopyTo
CopyTo copies range cells into another range starting indexes cIdx and rIdx N.B.: Merged cells are not supported
range.go:98
↓ 1 callersMethodDeleteSheet
DeleteSheet deletes the sheet with required 0-based index
spreadsheet.go:142
↓ 1 callersFunctionFindNamedMatches
FindNamedMatches uses FindStringSubmatch to match and transform result into map
internal/validator/validator.go:15
↓ 1 callersMethodHash
Hash builds hash code for all required values of Border to use as unique index
internal/ml/hash.go:62
↓ 1 callersFunctionHeight
Height sets the row height in point size. There is no margin padding on row height.
types/options/row/row.go:66
↓ 1 callersFunctionHeight
Height sets height of comment
types/comment/comment.go:100
↓ 1 callersMethodIsEmpty
IsEmpty return true if type was not initialized
internal/ml/primitives/bounds_list.go:48
↓ 1 callersFunctionIsUnixPath
IsUnixPath check is a str is Unix file
internal/validator/validator.go:43
↓ 1 callersMethodMid
(mid string, settings ...interface{})
format/conditional/rule/color_scale3.go:74
↓ 1 callersFunctionNamedStyle
NamedStyle is option to update Info with provided settings for NamedStyleInfo
format/styles/named_style.go:162
↓ 1 callersFunctionNew
New create and returns option set for sheet
types/options/sheet/sheet.go:21
↓ 1 callersFunctionNew
New creates and returns Info object with requested options
format/conditional/conditional.go:31
↓ 1 callersFunctionNormalize
Normalize tries resolve provided format via list of built-in formats and returns one of built-in or original format
internal/number_format/types.go:69
↓ 1 callersMethodRange
Range returns a range for indexes
sheet.go:44
↓ 1 callersFunctionRefListFromRefs
RefListFromRefs returns RefList for refs
internal/ml/primitives/ref_list.go:28
↓ 1 callersFunctionRefs
Refs sets references that will be used for this conditional formatting
format/conditional/conditional.go:82
↓ 1 callersMethodReset
Reset resets each cell data into zero state
range.go:41
↓ 1 callersMethodRow
Row returns a row for 0-based index
sheet_readwrite.go:64
↓ 1 callersMethodRow
(index int)
sheet_readstream.go:43
↓ 1 callersMethodRow
(index int)
sheet_writestream.go:97
↓ 1 callersMethodRows
()
sheet_readstream.go:112
↓ 1 callersMethodSet
Set sets new options for option set
types/options/column/col.go:29
↓ 1 callersMethodSet
Set sets new options for option set
types/options/sheet/sheet.go:28
↓ 1 callersMethodSet
Set sets new options for option set
types/options/row/row.go:29
↓ 1 callersMethodSet
Set sets new options for option set
types/comment/comment.go:44
↓ 1 callersMethodSet
Set sets new options for conditional
format/conditional/conditional.go:42
↓ 1 callersMethodSet
Set sets new options for conditional rule
format/conditional/rule/rule.go:38
↓ 1 callersMethodSetDate
SetDate sets a time value with number format for date
cell.go:238
↓ 1 callersMethodSetDeltaTime
SetDeltaTime sets a time value with number format for delta time
cell.go:248
↓ 1 callersMethodSetDimension
SetDimension sets total number of cols and rows in sheet
sheet.go:50
↓ 1 callersMethodSetName
SetName sets a name for sheet
sheet_info.go:142
↓ 1 callersMethodSetName
SetName sets a name for sheet
sheet.go:80
↓ 1 callersMethodSetStyles
SetStyles sets style format to all cells in range
range.go:76
↓ 1 callersMethodSetStyles
SetStyles sets default style for the column. Affects cells not yet allocated in the column. In other words, this style applies to new cells.
col.go:47
↓ 1 callersMethodSetTime
SetTime sets a time value with number format for time
cell.go:243
↓ 1 callersMethodSetValueWithHyperlink
SetValueWithHyperlink is helper function that internally works as SetValue and SetHyperlink
cell.go:345
↓ 1 callersFunctionShadow
Shadow sets shadow color for comment
types/comment/comment.go:114
↓ 1 callersMethodSheets
Sheets returns iterator for all sheets of Spreadsheet
spreadsheet.go:137
↓ 1 callersFunctionStroke
Stroke sets stroke color for comment
types/comment/comment.go:121
↓ 1 callersFunctionStyles
Styles sets style format to requested DirectStyleID or styles.Info
types/options/column/col.go:73
↓ 1 callersFunctionStyles
Styles sets style format to requested DirectStyleID or styles.Info
types/options/row/row.go:73
↓ 1 callersFunctionToUint
ToUint tries to convert string into int type
internal/number_format/convert/convert.go:29
↓ 1 callersMethodType
(t primitives.IconSetType)
format/conditional/rule/icon_set.go:65
↓ 1 callersFunctionVisibility
Visibility sets flag indicating if the affected column are hidden on this worksheet.
types/options/sheet/sheet.go:35
↓ 1 callersFunctionWidth
Width sets the column width in the same units used by Excel which is: the number of characters in the default font. For more details: https://support.
types/options/column/col.go:66
↓ 1 callersFunctionWidth
Width sets width of comment
types/comment/comment.go:93
↓ 1 callersMethodaddBorderIfRequired
adds a new border if required
style_sheet.go:383
↓ 1 callersMethodaddComment
(bounds types.Bounds, info *comment.Info)
drawings_vml.go:134
↓ 1 callersMethodaddDefaults
adds a default items for new created xlsx
style_sheet.go:64
↓ 1 callersMethodaddDiffStyle
adds a differential style
style_sheet.go:230
↓ 1 callersMethodaddFillIfRequired
adds a new fill if required
style_sheet.go:363
↓ 1 callersMethodaddFontIfRequired
adds a new font if required
style_sheet.go:343
↓ 1 callersMethodaddNamedStyleIfRequired
add a named style if required
style_sheet.go:259
↓ 1 callersFunctionaddNewStyles
(xl *Spreadsheet, t *testing.T)
style_sheet_test.go:15
↓ 1 callersMethodaddNumFormatIfRequired
adds a new number format if required
style_sheet.go:403
↓ 1 callersMethodattachDrawingsRID
attach LegacyDrawing info into sheet
drawings_vml.go:285
↓ 1 callersMethodbuildIndexes
build indexes for shapes
drawings_vml.go:359
↓ 1 callersMethodbuildIndexes
build indexes for all indexes
style_sheet.go:134
↓ 1 callersMethodcreateSpreadsheet
createSpreadsheet initialize a new XLSX document
spreadsheet.go:213
↓ 1 callersMethodemptyDataRow
(indexRef int)
sheet_readstream.go:121
← previousnext →201–300 of 811, ranked by callers