[]
        
(Showing Draft Content)

C1.Excel.C1XLBook.SaveBiffAsync

SaveBiffAsync Method

SaveBiffAsync(string)

Saves async the workbook to a file.

Declaration
public Task SaveBiffAsync(string fileName)
Parameters
Type Name Description
string fileName

Name of the file to save.

Returns
Type Description
Task

The task of represents an asynchronous operation.

SaveBiffAsync(Stream)

Saves the worksheet into a stream.

Declaration
public Task SaveBiffAsync(Stream stream)
Parameters
Type Name Description
Stream stream

Stream where the worksheet is saved.

Returns
Type Description
Task

The task of represents an asynchronous operation.