[]
        
(Showing Draft Content)

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

Load Method

Load(Workbook)

Load the Workbook instance.

Declaration
public FlexSheetBuilder Load(Workbook workbook)
Public Function Load(workbook As Workbook) As FlexSheetBuilder
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)
Public Function Load(filePath As String) As FlexSheetBuilder
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)
Public Function Load(fileStream As Stream) As FlexSheetBuilder
Parameters
Type Name Description
Stream fileStream

The file stream of xlsx file

Returns
Type Description
FlexSheetBuilder

Current FlexSheet builder