[]
Saves asynchronous the worksheet to a file.
public Task SaveAsync(string fileName, FileFormat format = FileFormat.OpenXml)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file to save. |
FileFormat | format | C1.Excel.C1XLBook.FileFormat value that specifies the type of file to save. |
Type | Description |
---|---|
Task |
Saves asynchronous the worksheet into a stream.
public Task SaveAsync(Stream stream, FileFormat format = FileFormat.OpenXml)
Type | Name | Description |
---|---|---|
Stream | stream | Stream where the worksheet is saved. |
FileFormat | format | C1.Excel.C1XLBook.FileFormat value that specifies the format to save the worksheet in. |
Type | Description |
---|---|
Task |