Skip to main content

ImportFromExcelNode

Namespace: Meshmakers.Octo.MeshAdapter.Services.Pipeline.Nodes.Transform

Pipeline node that imports data from an Excel file

public class ImportFromExcelNode : IPipelineNode

Inheritance ObjectImportFromExcelNode
Implements IPipelineNode

Constructors

ImportFromExcelNode(NodeDelegate, IMeshEtlContext)

Pipeline node that imports data from an Excel file

public ImportFromExcelNode(NodeDelegate next, IMeshEtlContext etlContext)

Parameters

next NodeDelegate
Next node in the pipeline

etlContext IMeshEtlContext
The ETL context

Methods

ProcessObjectAsync(IDataContext)

public Task ProcessObjectAsync(IDataContext dataContext)

Parameters

dataContext IDataContext

Returns

Task