MCPcopy Create free account

hub / github.com/plandem/xlsx / functions

Functions811 in github.com/plandem/xlsx

↓ 5 callersFunctionResolve
Resolve looks through built-in number formats and return related if there is any
internal/number_format/types.go:46
↓ 5 callersMethodRight
(right float64)
format/styles/fill.go:88
↓ 5 callersMethodScheme
(scheme primitives.FontSchemeType)
format/styles/font.go:88
↓ 5 callersMethodSetUint
SetUint sets an unsigned integer value
cell.go:181
↓ 5 callersMethodSplit
Split splits cells in range
range.go:156
↓ 5 callersMethodTextRotation
(angle int)
format/styles/alignment.go:28
↓ 5 callersFunctionToFloat
ToFloat tries to convert string into float64 type
internal/number_format/convert/convert.go:35
↓ 5 callersFunctionToInt
ToInt tries to convert string into int type
internal/number_format/convert/convert.go:23
↓ 5 callersMethodTop
(top float64)
format/styles/fill.go:95
↓ 5 callersMethodaddString
addString adds a new string and return index for it
shared_strings.go:57
↓ 5 callersMethodfromInt
(value int)
format/conditional/rule/value.go:36
↓ 5 callersMethodfromUInt
(value uint)
format/conditional/rule/value.go:40
↓ 5 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/icon_set.go:20
↓ 5 callersFunctionnewRange
newRange create and returns Range for requested 0-based indexes
range.go:28
↓ 5 callersMethodsetDate
setDate is a general setter for date types
cell.go:220
↓ 5 callersMethodsetDimension
(cols, rows int, resize bool)
sheet_readwrite.go:19
↓ 4 callersMethodCells
Cells returns iterator for all cells in range
range.go:51
↓ 4 callersMethodContainsRef
ContainsRef checks if celRef is inside of bounds
internal/ml/primitives/bounds.go:43
↓ 4 callersMethodDate
Date try to convert and return current raw value as time.Time
cell.go:74
↓ 4 callersMethodHidden
(s *Info)
format/styles/protection.go:12
↓ 4 callersFunctionIsEmail
IsEmail check if the str is an email
internal/validator/validator.go:64
↓ 4 callersFunctionNumberFormat
NumberFormat is option to update Info with provided custom format of number, but respecting built-in number formats
format/styles/number.go:12
↓ 4 callersMethodRange
Range returns a range for indexes
sheet_info.go:190
↓ 4 callersFunctionRefFromCellRefs
RefFromCellRefs returns Ref for from/to CellRefs
internal/ml/primitives/ref.go:39
↓ 4 callersMethodSetFloat
SetFloat sets a float value
cell.go:194
↓ 4 callersFunctionStyles
Styles sets style format to requested DirectStyleID or styles.Info
types/hyperlink/hyperlink.go:121
↓ 4 callersFunctionToDate
ToDate tries to convert string into time.Time type
internal/number_format/convert/convert.go:40
↓ 4 callersMethodaddText
addText adds a new StringItem and return index for it
shared_strings.go:62
↓ 4 callersFunctioncheckCellTypedValues
(sheet Sheet, rowIdx int, t *testing.T)
cell_test.go:30
↓ 4 callersFunctioncheckCellValues
(sheet Sheet, rowIdx int, t *testing.T)
cell_test.go:20
↓ 4 callersMethodget
get returns string item stored at index
shared_strings.go:46
↓ 4 callersMethodinitIfRequired
(r *Info)
format/conditional/rule/databar.go:21
↓ 4 callersMethodresolveStyleID
(st interface{})
sheet_info.go:293
↓ 4 callersMethodsetValue
(r *Info, value string, formula string, t primitives.ConditionType, operator primitives.ConditionOperatorType,
format/conditional/rule/text.go:32
↓ 3 callersMethodCopyTo
CopyTo copies row cells into another row with rIdx index. N.B.: Merged cells are not supported
row.go:54
↓ 3 callersMethodEquals
Equals checks if bounds is same as other bounds
internal/ml/primitives/bounds.go:58
↓ 3 callersFunctionIsMailTo
IsMailTo check if the str is an mailto format
internal/validator/validator.go:69
↓ 3 callersFunctionIsURL
IsURL check if the str is an URL
internal/validator/validator.go:53
↓ 3 callersMethodMin
(value string, settings ...interface{})
format/conditional/rule/databar.go:60
↓ 3 callersMethodSetBool
SetBool sets a bool value
cell.go:207
↓ 3 callersMethodSetStyles
SetStyles sets style format to requested DirectStyleID or styles.Info
cell.go:318
↓ 3 callersMethodToCellRefs
ToCellRefs returns from/to CellRef of Ref
internal/ml/primitives/ref.go:15
↓ 3 callersMethodToRefList
ToRefList returns refs. Alias of String() method
internal/ml/primitives/bounds_list.go:27
↓ 3 callersFunctionToTarget
* ToTarget is very close to HYPERLINK function of Excel https://support.office.com/en-us/article/hyperlink-function-333c7ce6-c5ae-4164-9c47-7de9b76f5
types/hyperlink/hyperlink.go:253
↓ 3 callersMethodaddStyle
adds a style. Style can be Direct or Named. Depends on settings.
style_sheet.go:288
↓ 3 callersMethodaddTypedStylesIfRequired
adds a number formats for each type of number format if required. These styles will be used by cell's typed SetXXX methods
style_sheet.go:173
↓ 3 callersMethodattachRelationshipsIfRequired
()
sheet_info.go:253
↓ 3 callersMethodemptyDataRow
(indexRef int)
sheet_writestream.go:67
↓ 3 callersFunctionfromRule
go:linkname fromRule github.com/plandem/xlsx/format/conditional/rule.fromRule
format/conditional/conditional.go:19
↓ 3 callersMethodinitIfRequired
()
filters.go:22
↓ 3 callersMethodinitIfRequired
()
comments.go:33
↓ 3 callersMethodloadRow
(start *xml.StartElement)
sheet_readstream.go:87
↓ 3 callersFunctionnewSharedStrings
(f interface{}, doc *Spreadsheet)
shared_strings.go:23
↓ 3 callersMethodresolveDimension
resolveDimension check if there is a 'dimension' information(optional) and if there is no any, then calculate it from existing data
sheet_readwrite.go:199
↓ 3 callersMethodsetValue
(r *Info, idx int, value string, settings []interface{})
format/conditional/rule/color_scale3.go:54
↓ 2 callersMethodAdd
Add adds a new comment info for bounds
comments.go:94
↓ 2 callersFunctionAddRule
AddRule adds another rule to conditional formatting
format/conditional/conditional.go:91
↓ 2 callersFunctionBoundsListFromRefs
BoundsListFromRefs returns BoundsList for provided refs
internal/ml/primitives/bounds_list.go:16
↓ 2 callersMethodCharset
(charset FontCharsetType)
format/styles/font.go:94
↓ 2 callersMethodCols
Cols returns iterator for all cols of sheet
sheet.go:40
↓ 2 callersMethodCopyToRef
CopyToRef copies range cells into another range starting with ref. N.B.: Merged cells are not supported
range.go:91
↓ 2 callersMethodDefault
(s *Info)
format/styles/font.go:24
↓ 2 callersMethodDeleteCol
DeleteCol deletes a col at 0-based index
sheet.go:58
↓ 2 callersMethodDeleteRow
DeleteRow deletes a row at 0-based index
sheet.go:54
↓ 2 callersFunctionDisplay
Display adds a display information for hyperlink
types/hyperlink/hyperlink.go:135
↓ 2 callersFunctionHidden
Hidden sets flag indicating if the affected column are hidden on this worksheet.
types/options/column/col.go:59
↓ 2 callersFunctionHidden
Hidden sets flag indicating if the affected row are hidden on this worksheet.
types/options/row/row.go:59
↓ 2 callersFunctionIsFilePath
IsFilePath check is a str is Win or Unix file
internal/validator/validator.go:48
↓ 2 callersFunctionIsWinPath
IsWinPath check is a str is Win file
internal/validator/validator.go:29
↓ 2 callersFunctionNew
New create and returns option set for column
types/options/column/col.go:22
↓ 2 callersFunctionNew
New create and returns option set for row
types/options/row/row.go:22
↓ 2 callersFunctionNew
New create and returns option set for comment
types/comment/comment.go:28
↓ 2 callersFunctionOptionalIndex
OptionalIndex is helper alias for ml.OptionalIndex from core package
internal/ml/primitives/helpers.go:17
↓ 2 callersFunctionOutlineLevel
OutlineLevel sets outline level of affected column. Range is 0 to 7.
types/options/column/col.go:36
↓ 2 callersFunctionOutlineLevel
OutlineLevel set outlining level of the row, when outlining is on.
types/options/row/row.go:36
↓ 2 callersFunctionPhonetic
Phonetic sets flag indicating if the phonetic information should be displayed by default for the affected column of the worksheet.
types/options/column/col.go:52
↓ 2 callersFunctionPhonetic
Phonetic sets flag indicating if the phonetic information should be displayed by default for the affected row of the worksheet.
types/options/row/row.go:52
↓ 2 callersFunctionRefFromIndexes
RefFromIndexes returns Ref for a CellRef of 0-based indexes
internal/ml/primitives/ref.go:48
↓ 2 callersMethodReset
Reset resets current current cell information
cell.go:298
↓ 2 callersMethodSetActive
SetActive sets the sheet as active
sheet.go:84
↓ 2 callersMethodSetComment
SetComment sets comment for cell, where comment can be string or comment.Info
cell.go:361
↓ 2 callersMethodSetDateTime
SetDateTime sets a time value with number format for datetime
cell.go:233
↓ 2 callersMethodSetHyperlink
SetHyperlink sets hyperlink for cell, where link can be string or hyperlink.Info
cell.go:334
↓ 2 callersMethodSetInlineText
SetInlineText sets inline rich text
cell.go:150
↓ 2 callersMethodSetValueWithFormat
SetValueWithFormat is helper function that internally works as SetValue and SetStyles with NumberFormat
cell.go:323
↓ 2 callersMethodString
String return textual version of BoundsList
internal/ml/primitives/bounds_list.go:32
↓ 2 callersMethodStyles
Styles returns DirectStyleID of default format for row
row.go:42
↓ 2 callersFunctionText
Text sets rich text of comment
types/comment/comment.go:128
↓ 2 callersMethodToBoundsList
ToBoundsList returns related bounds of RefList
internal/ml/primitives/ref_list.go:23
↓ 2 callersMethodToRef
ToRef returns reference of bounds. Alias of String() method
internal/ml/primitives/bounds.go:74
↓ 2 callersMethodToRefs
ToRefs returns refs of RefList
internal/ml/primitives/ref_list.go:16
↓ 2 callersFunctionTooltip
Tooltip adds a tooltip information for hyperlink
types/hyperlink/hyperlink.go:128
↓ 2 callersMethodaddDefaults
()
comments.go:86
↓ 2 callersFunctionaddExistingStyles
(xl *Spreadsheet, t *testing.T)
style_sheet_test.go:123
↓ 2 callersMethodafterCreate
afterCreate initializes a new sheet
sheet_readwrite.go:370
↓ 2 callersMethodafterOpen
afterOpen is callback that will be called right after requesting an already existing sheet. By default, it does nothing
sheet_readwrite.go:358
↓ 2 callersMethodattachFileIfRequired
only attach files, no content is loading
drawings_vml.go:326
↓ 2 callersMethodbuildIndexes
build author and comment indexes
comments.go:72
↓ 2 callersFunctioncheckStyles
(xl *Spreadsheet, t *testing.T)
style_sheet_test.go:149
↓ 2 callersMethodensureNotStream
()
range.go:82
← previousnext →101–200 of 811, ranked by callers