ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / FlexSheetHelper Class / Load Method / Load(String) Method
The path of xlsx file

In This Topic
    Load(String) Method
    In This Topic
    Load data from the xlsx file.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Load( _
       ByVal filePath As String _
    ) As FlexSheetLoadResponse
    public static FlexSheetLoadResponse Load( 
       string filePath
    )

    Parameters

    filePath
    The path of xlsx file

    Return Value

    The response data
    See Also