[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.Load

Load Method

Load(Workbook)

Load the Workbook instance.

Declaration
public FlexSheetBuilder Load(Workbook workbook)
Parameters
Type Name Description
Workbook workbook

The Workbook instance

Returns
Type Description
FlexSheetBuilder

Current FlexSheet builder

Load(string)

Load the xlsx file with file path.

Declaration
public FlexSheetBuilder Load(string filePath)
Parameters
Type Name Description
string filePath

The path of xlsx file

Returns
Type Description
FlexSheetBuilder

Current FlexSheet builder

Load(Stream)

Load the xlsx file with FileStream.

Declaration
public FlexSheetBuilder Load(Stream fileStream)
Parameters
Type Name Description
Stream fileStream

The file stream of xlsx file

Returns
Type Description
FlexSheetBuilder

Current FlexSheet builder