[]
Saves async the workbook to a file.
public Task SaveBiffAsync(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | Name of the file to save. |
| Type | Description |
|---|---|
| Task | The task of represents an asynchronous operation. |
Saves the worksheet into a stream.
public Task SaveBiffAsync(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream where the worksheet is saved. |
| Type | Description |
|---|---|
| Task | The task of represents an asynchronous operation. |