Table of Contents

Interface IIoApi

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime.dll

Provides methods for get reader and writer for working with excel files.

public interface IIoApi : IDslApi

Implements

IDslApi

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IIoApi>(IIoApi)

Methods

GetExcelReader()

Get instance of IExcelReader

IExcelReader GetExcelReader()

Returns

IExcelReader

instance of IExcelReader

GetExcelWriter()

Get instance of IExcelWriter

IExcelWriter GetExcelWriter()

Returns

IExcelWriter

instance of IExcelWriter