[]
Creates the workbook.
public Workbook()
Creates the workbook.
public Workbook(WorkbookOptions options)
| Type | Name | Description |
|---|---|---|
| WorkbookOptions | options | The workbook options. |
Creates the workbook.
public Workbook(string licenseKey)
| Type | Name | Description |
|---|---|---|
| string | licenseKey | The license key. |
Creates the workbook.
public Workbook(string licenseKey, WorkbookOptions options)
| Type | Name | Description |
|---|---|---|
| string | licenseKey | The license key. |
| WorkbookOptions | options | The workbook options. |