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
DeleteFilter
DeleteFilter deletes a filter from column with index
sheet_info.go:240
Method
DeleteFilter
DeleteFilter deletes a filter from column with 0-based colIndex
sheet.go:76
Method
DeleteFilter
(colIndex int)
sheet_readstream.go:329
Method
DeleteFilter
(colIndex int)
sheet_writestream.go:249
Method
DeleteRow
DeleteRow deletes a row at 0-based index
sheet_readwrite.go:119
Method
DeleteRow
(index int)
sheet_readstream.go:273
Method
DeleteRow
(index int)
sheet_writestream.go:193
Method
DiagonalDown
(s *Info)
format/styles/border.go:37
Method
DiagonalUp
(s *Info)
format/styles/border.go:33
Method
Dimension
Dimension returns total number of cols and rows in sheet
sheet_info.go:173
Method
Dimension
Dimension returns total number of cols and rows in bounds
internal/ml/primitives/bounds.go:67
Method
EndsWith
(s string, settings ...interface{})
format/conditional/rule/text.go:68
Method
EqualOrAbove
(s *styles.Info)
format/conditional/rule/average.go:37
Method
EqualOrBelow
(s *styles.Info)
format/conditional/rule/average.go:53
Function
Example
()
docs/src/code/demo_test.go:10
Function
Example_access
Demonstrates how to access differ information
example_test.go:58
Function
Example_append
Demonstrates how to append cols/rows/sheets.
example_test.go:362
Function
Example_comments
()
docs/src/code/comments_test.go:9
Function
Example_copy
Demonstrates how to copy information in sheet
example_test.go:509
Function
Example_delete
Demonstrates how to delete information
example_test.go:439
Function
Example_files
Demonstrates how to create/open/save XLSX files
example_test.go:21
Function
Example_formatting
Demonstrates how to add style formatting
example_test.go:285
Function
Example_gettersAndSetters
Demonstrates how to get/set value for cell
example_test.go:582
Function
Example_hyperlinks
()
docs/src/code/hyperlinks_test.go:9
Function
Example_insert
Demonstrates how to insert cols/rows
example_test.go:400
Function
Example_iterate
Demonstrates how to iterate
example_test.go:108
Function
Example_mergedCells
()
docs/src/code/merged_cells_test.go:8
Function
Example_options
Demonstrates how to set options of rows/cols/sheets
example_test.go:322
Function
Example_readStream
()
docs/src/code/stream_read_test.go:8
Function
Example_richText
()
docs/src/code/rich_text_test.go:9
Function
Example_streams
Demonstrates how to open sheet in streaming mode
example_test.go:481
Function
Example_stylesFont
()
docs/src/code/styles_font_test.go:7
Function
Example_update
Demonstrates how to update information
example_test.go:233
Function
Example_walk
Demonstrate walk cells using callback
example_test.go:189
Function
Example_writeStream
()
docs/src/code/stream_write_test.go:8
Method
Expression
(formula string, settings ...interface{})
format/conditional/rule/formula.go:31
Method
Extend
(s *Info)
format/styles/font.go:60
Function
Format
Format tries to format value into required format code
internal/number_format/types.go:96
Method
Get
Get returns a resolved hyperlink info for provided ref or nil if there is no any hyperlink
hyperlinks.go:119
Method
Greater
(value interface{}, s *styles.Info)
format/conditional/rule/value.go:139
Method
GreaterOrEqual
(value interface{}, s *styles.Info)
format/conditional/rule/value.go:151
Method
HasFormula
HasFormula returns true if cell has formula
cell.go:308
Method
HasNext
HasNext returns true if there are cells to iterate or false in other case
range_iterator.go:13
Method
HasNext
HasNext returns true if there are cells to iterate or false in other case
range_iterator.go:47
Method
HasNext
HasNext returns true if there are cols to iterate or false in other case
col_iterator.go:41
Method
HasNext
HasNext returns true if there are rows to iterate or false in other case
row_iterator.go:13
Method
HasNext
HasNext returns true if there are rows to iterate or false in other case
row_iterator.go:41
Method
HasNext
HasNext returns true if there are sheets to iterate or false in other case
sheet_iterator.go:13
Method
HasNext
HasNext returns true if there are sheets to iterate or false in other case
sheet_iterator.go:40
Method
Hash
Hash builds hash code for all required values of CellAlignment to use as unique index
internal/ml/hash.go:14
Method
Hash
Hash builds hash code for all required values of Color to use as unique index
internal/ml/hash.go:34
Method
Hash
Hash builds hash code for all required values of Font to use as unique index
internal/ml/hash.go:170
Method
Hash
Hash builds hash code for all required values of NumberFormat to use as unique index
internal/ml/hash.go:195
Method
Hash
Hash builds hash code for all required values of CellProtection to use as unique index
internal/ml/hash.go:208
Method
Hash
Hash builds hash code for all required values of StringItem to use as unique index
internal/ml/hash.go:221
Method
Hash
Hash builds hash code for all required values of NamedStyle to use as unique index
internal/ml/hash.go:253
Method
Hash
Hash builds hash code for all required values of DirectStyle to use as unique index
internal/ml/hash.go:279
Method
Hash
Hash builds hash code for all required values of DiffStyle to use as unique index
internal/ml/hash.go:290
Method
Hash
Hash builds hash code for all required values of Text to use as unique index
internal/ml/primitives/text.go:19
Method
Hash
Hash builds hash code for all required values of Bounds to use as unique index
internal/ml/primitives/bounds.go:92
Method
Hyperlink
Hyperlink returns resolved hyperlink.Info if there is any hyperlink or nil otherwise
cell.go:329
Method
IconsOnly
(r *Info)
format/conditional/rule/icon_set.go:78
Method
InsertCol
InsertCol inserts a col at 0-based index and returns it. Using to insert a col between other cols.
sheet_readwrite.go:145
Method
InsertCol
(index int)
sheet_readstream.go:265
Method
InsertCol
(index int)
sheet_writestream.go:185
Method
InsertRow
InsertRow inserts a row at 0-based index and returns it. Using to insert a row between other rows.
sheet_readwrite.go:99
Method
InsertRow
(index int)
sheet_readstream.go:269
Method
InsertRow
(index int)
sheet_writestream.go:189
Method
IsValid
IsValid validates document and return error if there is any error. Using right before saving.
spreadsheet.go:175
Method
Italic
(s *Info)
format/styles/font.go:36
Method
JustifyLastLine
(s *Info)
format/styles/alignment.go:50
Method
Last7Days
(s *styles.Info)
format/conditional/rule/time_period.go:55
Method
LastMonth
(s *styles.Info)
format/conditional/rule/time_period.go:85
Method
LastWeek
(s *styles.Info)
format/conditional/rule/time_period.go:67
Method
Less
(value interface{}, s *styles.Info)
format/conditional/rule/value.go:145
Method
LessOrEqual
(value interface{}, s *styles.Info)
format/conditional/rule/value.go:157
Method
Locked
(s *Info)
format/styles/protection.go:16
Method
MarshalXML
MarshalXML marshal DiffStyleList
internal/ml/marshal.go:88
Method
MarshalXML
MarshalXML marshal NamedStyleInfoList
internal/ml/marshal.go:97
Method
MarshalXML
MarshalXML marshal DirectStyleList
internal/ml/marshal.go:106
Method
MarshalXML
MarshalXML marshal NamedStyleList
internal/ml/marshal.go:115
Method
MarshalXML
MarshalXML marshal BorderList
internal/ml/marshal.go:124
Method
MarshalXML
MarshalXML marshal FontList
internal/ml/marshal.go:133
Method
MarshalXML
MarshalXML marshal FillList
internal/ml/marshal.go:142
Method
MarshalXML
MarshalXML marshal NumberFormatList
internal/ml/marshal.go:151
Method
MarshalXML
MarshalXML marshal HyperlinkList
internal/ml/marshal.go:160
Method
MarshalXML
MarshalXML marshal MergedCellList
internal/ml/marshal.go:169
Method
MarshalXML
MarshalXML marshal SheetViewList
internal/ml/marshal.go:178
Method
MarshalXML
MarshalXML marshal BookViewList
internal/ml/marshal.go:187
Method
MarshalXML
MarshalXML marshal ExternalReferenceList
internal/ml/marshal.go:196
Method
MarshalXML
MarshalXML marshal AutoFilter
internal/ml/marshal.go:205
Method
MarshalXML
MarshalXML marshal ColList
internal/ml/columns.go:86
Method
MarshalXML
MarshalXML marshal UnderlineType
internal/ml/primitives/font_underline.go:16
Method
MarshalXML
MarshalXML marshal FontEffectType
internal/ml/primitives/font_effect.go:23
Method
MarshalXML
MarshalXML marshal FontCharsetType
internal/ml/primitives/font_charset.go:16
Method
MarshalXML
MarshalXML marshal Text
internal/ml/primitives/text.go:24
Method
MarshalXML
MarshalXML marshal FontFamilyType
internal/ml/primitives/font_family.go:16
Method
MarshalXML
MarshalXML marshal FontSchemeType
internal/ml/primitives/font_scheme.go:16
Method
MarshalXMLAttr
MarshalXMLAttr marshal HAlignType
internal/ml/primitives/align_h.go:25
Method
MarshalXMLAttr
MarshalXMLAttr marshal TimePeriodType
internal/ml/primitives/time_period.go:60
← previous
next →
401–500 of 811, ranked by callers