New to Kendo UI for Angular? Start a free 30-day trial
Workbook
An ooxml workbook.
Name | Type | Default | Description |
---|---|---|---|
options |
|
The workbook options. | |
sheets |
|
The sheets of the workbook. Every sheet represents a page from the final Excel file. |
Constructors
Workbook
(options?: WorkbookOptions)
Parameters
options?
Methods
toDataURL | ||||
---|---|---|---|---|
Creates an Excel file that represents the current workbook and returns a Promise which will be resolved with a data URL. | ||||
|