Web API Core | ComponentOne
C1.Web.Api.Excel Namespace / ExcelRequest Class / WorkbookFile Property

In This Topic
    WorkbookFile Property
    In This Topic
    Gets or sets the Excel file which is posted from client side.
    Syntax
    'Declaration
     
    
    Public Property WorkbookFile As FormFile
    public FormFile WorkbookFile {get; set;}
    See Also