Cycles the references touched by the cursor through the four
absolute/relative states, Excel F4 style: A1 -> $A$1 -> A$1 -> $A1 -> A1.
Returns the new text together with the new cursor start and end.
start and end are char offsets into value.
Removes the link attached to the cell. It is not an error if the cell has no link.
Optionalscope: number | nullReturns all Excel built-in named styles as a NamedStyle[].
These are always available regardless of whether the workbook uses them.
Returns the link attached to the cell or undefined if there isn't one.
Gets Settings format info
Returns completion information for a formula being edited in a cell.
formula is the raw cell input (it may start with =) and cursor is a
char offset into it.
Gets the language of the model
Returns all the links in the worksheet sorted by (row, column).
Gets the locale of the model
Returns which formatting categories the named style includes.
Returns the current workbook theme.
Gets the timezone of the model
Applies a named style to the current selection. If the style is a built-in not yet in the workbook, it is added first.
Resolves a Color value to a CSS hex string using the current workbook theme.
Accepts Color; returns "" for absent/None colors.
Attaches a link to a cell, replacing the existing one if there was one.
If label is given it becomes the content of the cell (the displayed text).
A new link also applies the link style (underline + theme hyperlink color)
to the cell. The whole operation is a single undo step.
Optionallabel: string | nullSets the language of the model
Staticfrom_
Creates a new named style.
includesselects which formatting categories the style carries.