Workbook
12 Sep 20251 minute to read
Workbook class
Methods
isLeapYear
Checks if given year is a leap year.
| Parameter | Type | Description |
|---|---|---|
| year | number |
Year value. |
Returns boolean
saveAsBlob
Returns a Promise with a Blob based on the specified BlobSaveType and optional encoding.
Returns Promise