Web API Core | ComponentOne
C1.Web.Api.Excel Namespace / ExcelImporter Class
Members

In This Topic
    ExcelImporter Class
    In This Topic
    Importer that is responsible for converting an uploaded file to an Excel JSON.
    Syntax
    'Declaration
     
    
    Public Class ExcelImporter 
       Implements C1.Web.Api.IImporter(Of ImportSource,IWorkbook) 
    public class ExcelImporter : C1.Web.Api.IImporter<ImportSource,IWorkbook>  
    Inheritance Hierarchy

    System.Object
       C1.Web.Api.Excel.ExcelImporter

    See Also