[]
        
(Showing Draft Content)

C1.Excel.C1XLBook.LoadBiffAsync

LoadBiffAsync Method

LoadBiffAsync(string, bool)

Loads async the worksheet from a BIFF8 (*.xls) file.

Declaration
public Task LoadBiffAsync(string fileName, bool fillSheets = true)
Parameters
Type Name Description
string fileName

Name of the file to save.

bool fillSheets

True to load data into the sheets (by default); False to read the sheet names only.

Returns
Type Description
Task

The task of represents an asynchronous operation.

LoadBiffAsync(Stream, bool)

Loads async the worksheet from a BIFF8 stream.

Declaration
public Task LoadBiffAsync(Stream stream, bool fillSheets = true)
Parameters
Type Name Description
Stream stream

Stream that contains the worksheet.

bool fillSheets

True to load data into the sheets (by default); False to read the sheet names only.

Returns
Type Description
Task

The task of represents an asynchronous operation.