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
↓ 5 callers
Function
Resolve
Resolve looks through built-in number formats and return related if there is any
internal/number_format/types.go:46
↓ 5 callers
Method
Right
(right float64)
format/styles/fill.go:88
↓ 5 callers
Method
Scheme
(scheme primitives.FontSchemeType)
format/styles/font.go:88
↓ 5 callers
Method
SetUint
SetUint sets an unsigned integer value
cell.go:181
↓ 5 callers
Method
Split
Split splits cells in range
range.go:156
↓ 5 callers
Method
TextRotation
(angle int)
format/styles/alignment.go:28
↓ 5 callers
Function
ToFloat
ToFloat tries to convert string into float64 type
internal/number_format/convert/convert.go:35
↓ 5 callers
Function
ToInt
ToInt tries to convert string into int type
internal/number_format/convert/convert.go:23
↓ 5 callers
Method
Top
(top float64)
format/styles/fill.go:95
↓ 5 callers
Method
addString
addString adds a new string and return index for it
shared_strings.go:57
↓ 5 callers
Method
fromInt
(value int)
format/conditional/rule/value.go:36
↓ 5 callers
Method
fromUInt
(value uint)
format/conditional/rule/value.go:40
↓ 5 callers
Method
initIfRequired
(r *Info)
format/conditional/rule/icon_set.go:20
↓ 5 callers
Function
newRange
newRange create and returns Range for requested 0-based indexes
range.go:28
↓ 5 callers
Method
setDate
setDate is a general setter for date types
cell.go:220
↓ 5 callers
Method
setDimension
(cols, rows int, resize bool)
sheet_readwrite.go:19
↓ 4 callers
Method
Cells
Cells returns iterator for all cells in range
range.go:51
↓ 4 callers
Method
ContainsRef
ContainsRef checks if celRef is inside of bounds
internal/ml/primitives/bounds.go:43
↓ 4 callers
Method
Date
Date try to convert and return current raw value as time.Time
cell.go:74
↓ 4 callers
Method
Hidden
(s *Info)
format/styles/protection.go:12
↓ 4 callers
Function
IsEmail
IsEmail check if the str is an email
internal/validator/validator.go:64
↓ 4 callers
Function
NumberFormat
NumberFormat is option to update Info with provided custom format of number, but respecting built-in number formats
format/styles/number.go:12
↓ 4 callers
Method
Range
Range returns a range for indexes
sheet_info.go:190
↓ 4 callers
Function
RefFromCellRefs
RefFromCellRefs returns Ref for from/to CellRefs
internal/ml/primitives/ref.go:39
↓ 4 callers
Method
SetFloat
SetFloat sets a float value
cell.go:194
↓ 4 callers
Function
Styles
Styles sets style format to requested DirectStyleID or styles.Info
types/hyperlink/hyperlink.go:121
↓ 4 callers
Function
ToDate
ToDate tries to convert string into time.Time type
internal/number_format/convert/convert.go:40
↓ 4 callers
Method
addText
addText adds a new StringItem and return index for it
shared_strings.go:62
↓ 4 callers
Function
checkCellTypedValues
(sheet Sheet, rowIdx int, t *testing.T)
cell_test.go:30
↓ 4 callers
Function
checkCellValues
(sheet Sheet, rowIdx int, t *testing.T)
cell_test.go:20
↓ 4 callers
Method
get
get returns string item stored at index
shared_strings.go:46
↓ 4 callers
Method
initIfRequired
(r *Info)
format/conditional/rule/databar.go:21
↓ 4 callers
Method
resolveStyleID
(st interface{})
sheet_info.go:293
↓ 4 callers
Method
setValue
(r *Info, value string, formula string, t primitives.ConditionType, operator primitives.ConditionOperatorType,
format/conditional/rule/text.go:32
↓ 3 callers
Method
CopyTo
CopyTo copies row cells into another row with rIdx index. N.B.: Merged cells are not supported
row.go:54
↓ 3 callers
Method
Equals
Equals checks if bounds is same as other bounds
internal/ml/primitives/bounds.go:58
↓ 3 callers
Function
IsMailTo
IsMailTo check if the str is an mailto format
internal/validator/validator.go:69
↓ 3 callers
Function
IsURL
IsURL check if the str is an URL
internal/validator/validator.go:53
↓ 3 callers
Method
Min
(value string, settings ...interface{})
format/conditional/rule/databar.go:60
↓ 3 callers
Method
SetBool
SetBool sets a bool value
cell.go:207
↓ 3 callers
Method
SetStyles
SetStyles sets style format to requested DirectStyleID or styles.Info
cell.go:318
↓ 3 callers
Method
ToCellRefs
ToCellRefs returns from/to CellRef of Ref
internal/ml/primitives/ref.go:15
↓ 3 callers
Method
ToRefList
ToRefList returns refs. Alias of String() method
internal/ml/primitives/bounds_list.go:27
↓ 3 callers
Function
ToTarget
* 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 callers
Method
addStyle
adds a style. Style can be Direct or Named. Depends on settings.
style_sheet.go:288
↓ 3 callers
Method
addTypedStylesIfRequired
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 callers
Method
attachRelationshipsIfRequired
()
sheet_info.go:253
↓ 3 callers
Method
emptyDataRow
(indexRef int)
sheet_writestream.go:67
↓ 3 callers
Function
fromRule
go:linkname fromRule github.com/plandem/xlsx/format/conditional/rule.fromRule
format/conditional/conditional.go:19
↓ 3 callers
Method
initIfRequired
()
filters.go:22
↓ 3 callers
Method
initIfRequired
()
comments.go:33
↓ 3 callers
Method
loadRow
(start *xml.StartElement)
sheet_readstream.go:87
↓ 3 callers
Function
newSharedStrings
(f interface{}, doc *Spreadsheet)
shared_strings.go:23
↓ 3 callers
Method
resolveDimension
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 callers
Method
setValue
(r *Info, idx int, value string, settings []interface{})
format/conditional/rule/color_scale3.go:54
↓ 2 callers
Method
Add
Add adds a new comment info for bounds
comments.go:94
↓ 2 callers
Function
AddRule
AddRule adds another rule to conditional formatting
format/conditional/conditional.go:91
↓ 2 callers
Function
BoundsListFromRefs
BoundsListFromRefs returns BoundsList for provided refs
internal/ml/primitives/bounds_list.go:16
↓ 2 callers
Method
Charset
(charset FontCharsetType)
format/styles/font.go:94
↓ 2 callers
Method
Cols
Cols returns iterator for all cols of sheet
sheet.go:40
↓ 2 callers
Method
CopyToRef
CopyToRef copies range cells into another range starting with ref. N.B.: Merged cells are not supported
range.go:91
↓ 2 callers
Method
Default
(s *Info)
format/styles/font.go:24
↓ 2 callers
Method
DeleteCol
DeleteCol deletes a col at 0-based index
sheet.go:58
↓ 2 callers
Method
DeleteRow
DeleteRow deletes a row at 0-based index
sheet.go:54
↓ 2 callers
Function
Display
Display adds a display information for hyperlink
types/hyperlink/hyperlink.go:135
↓ 2 callers
Function
Hidden
Hidden sets flag indicating if the affected column are hidden on this worksheet.
types/options/column/col.go:59
↓ 2 callers
Function
Hidden
Hidden sets flag indicating if the affected row are hidden on this worksheet.
types/options/row/row.go:59
↓ 2 callers
Function
IsFilePath
IsFilePath check is a str is Win or Unix file
internal/validator/validator.go:48
↓ 2 callers
Function
IsWinPath
IsWinPath check is a str is Win file
internal/validator/validator.go:29
↓ 2 callers
Function
New
New create and returns option set for column
types/options/column/col.go:22
↓ 2 callers
Function
New
New create and returns option set for row
types/options/row/row.go:22
↓ 2 callers
Function
New
New create and returns option set for comment
types/comment/comment.go:28
↓ 2 callers
Function
OptionalIndex
OptionalIndex is helper alias for ml.OptionalIndex from core package
internal/ml/primitives/helpers.go:17
↓ 2 callers
Function
OutlineLevel
OutlineLevel sets outline level of affected column. Range is 0 to 7.
types/options/column/col.go:36
↓ 2 callers
Function
OutlineLevel
OutlineLevel set outlining level of the row, when outlining is on.
types/options/row/row.go:36
↓ 2 callers
Function
Phonetic
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 callers
Function
Phonetic
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 callers
Function
RefFromIndexes
RefFromIndexes returns Ref for a CellRef of 0-based indexes
internal/ml/primitives/ref.go:48
↓ 2 callers
Method
Reset
Reset resets current current cell information
cell.go:298
↓ 2 callers
Method
SetActive
SetActive sets the sheet as active
sheet.go:84
↓ 2 callers
Method
SetComment
SetComment sets comment for cell, where comment can be string or comment.Info
cell.go:361
↓ 2 callers
Method
SetDateTime
SetDateTime sets a time value with number format for datetime
cell.go:233
↓ 2 callers
Method
SetHyperlink
SetHyperlink sets hyperlink for cell, where link can be string or hyperlink.Info
cell.go:334
↓ 2 callers
Method
SetInlineText
SetInlineText sets inline rich text
cell.go:150
↓ 2 callers
Method
SetValueWithFormat
SetValueWithFormat is helper function that internally works as SetValue and SetStyles with NumberFormat
cell.go:323
↓ 2 callers
Method
String
String return textual version of BoundsList
internal/ml/primitives/bounds_list.go:32
↓ 2 callers
Method
Styles
Styles returns DirectStyleID of default format for row
row.go:42
↓ 2 callers
Function
Text
Text sets rich text of comment
types/comment/comment.go:128
↓ 2 callers
Method
ToBoundsList
ToBoundsList returns related bounds of RefList
internal/ml/primitives/ref_list.go:23
↓ 2 callers
Method
ToRef
ToRef returns reference of bounds. Alias of String() method
internal/ml/primitives/bounds.go:74
↓ 2 callers
Method
ToRefs
ToRefs returns refs of RefList
internal/ml/primitives/ref_list.go:16
↓ 2 callers
Function
Tooltip
Tooltip adds a tooltip information for hyperlink
types/hyperlink/hyperlink.go:128
↓ 2 callers
Method
addDefaults
()
comments.go:86
↓ 2 callers
Function
addExistingStyles
(xl *Spreadsheet, t *testing.T)
style_sheet_test.go:123
↓ 2 callers
Method
afterCreate
afterCreate initializes a new sheet
sheet_readwrite.go:370
↓ 2 callers
Method
afterOpen
afterOpen is callback that will be called right after requesting an already existing sheet. By default, it does nothing
sheet_readwrite.go:358
↓ 2 callers
Method
attachFileIfRequired
only attach files, no content is loading
drawings_vml.go:326
↓ 2 callers
Method
buildIndexes
build author and comment indexes
comments.go:72
↓ 2 callers
Function
checkStyles
(xl *Spreadsheet, t *testing.T)
style_sheet_test.go:149
↓ 2 callers
Method
ensureNotStream
()
range.go:82
← previous
next →
101–200 of 811, ranked by callers