Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
models/src
IRichData
Interface IRichData
A complex object type. This allows for more complex data types to be stored in a cell.
interface
IRichData
{
type
:
string
;
fromJSON
(
)
:
any
;
toJSON
(
)
:
any
;
}
Index
Properties
type
Methods
fromJSON
toJSON
Properties
Readonly
type
type
:
string
Methods
fromJSON
fromJSON
(
)
:
any
Returns
any
toJSON
toJSON
(
)
:
any
Returns
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
type
fromJSON
toJSON
SheetXL - v0.1.84
Loading...
A complex object type. This allows for more complex data types to be stored in a cell.