[]
        
(Showing Draft Content)

C1.Excel.XLSheet.Load

Load Method

Load(string, bool)

Loads the Excel worksheet from a file.

Declaration
public void Load(string fileName, bool last)
Parameters
Type Name Description
string fileName

Name of the file that contains the worksheet.

bool last

True to finish loading from the workbook; False to load data into the other worksheets.

Remarks

It was previously necessary to load the workbook from the stream without filling the worksheets.

Load(Stream, bool)

Loads the Excel worksheet from a stream.

Declaration
public void Load(Stream stream, bool last)
Parameters
Type Name Description
Stream stream

Stream that contains the worksheet.

bool last

True to finish loading from the workbook; False to load data into the other worksheets.

Remarks

It was previously necessary to load the workbook from the stream without filling the worksheets.