[]
        
(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)
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)
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)
Parameters
Type Name Description
Workbook workbook

The Workbook instance

Returns
Type Description
FlexSheetLoadResponse

The response data