[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.FlexSheetHelper.Load

Load Method

Load(Stream)

Load data from the FileStream instance.

Declaration
public static FlexSheetLoadResponse Load(Stream fileStream)
Public Shared Function Load(fileStream As Stream) As FlexSheetLoadResponse
Parameters
Type Name Description
Stream fileStream

the FileStream instance

Returns
Type Description
FlexSheetLoadResponse

The response data

Load(string)

Load data from the xlsx file.

Declaration
public static FlexSheetLoadResponse Load(string filePath)
Public Shared Function Load(filePath As String) As FlexSheetLoadResponse
Parameters
Type Name Description
string filePath

The path of xlsx file

Returns
Type Description
FlexSheetLoadResponse

The response data

Load(Workbook)

Load data from the Workbook instance.

Declaration
public static FlexSheetLoadResponse Load(Workbook workbook)
Public Shared Function Load(workbook As Workbook) As FlexSheetLoadResponse
Parameters
Type Name Description
Workbook workbook

The Workbook instance

Returns
Type Description
FlexSheetLoadResponse

The response data