Home
Documentation
GitHub
Preparing search index...
The search index is not available
Causl API Reference - v0.2.0
Causl API Reference
@causl/formula
Workbook
Interface Workbook
A workbook holding one or more sheets.
interface
Workbook
{
id
:
string
;
sheets
:
ReadonlyMap
<
string
,
Sheet
>
;
}
Index
Properties
id
sheets
Properties
Readonly
id
id
:
string
Readonly
sheets
sheets
:
ReadonlyMap
<
string
,
Sheet
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
sheets
Home
Documentation
GitHub
Causl API Reference - v0.2.0
Loading...
A workbook holding one or more sheets.