Class ProtoHostBuilderExtensions

Namespace
ProtoTest.Sheets
Assembly
ProtoTest.Sheets.dll
public static class ProtoHostBuilderExtensions
Inheritance
ProtoHostBuilderExtensions
Inherited Members

Methods

AddSheets(IProtoHostBuilder, Action<SheetsOptions>?)

Adds the spreadsheet capability: open generated workbooks and assert on sheets, cells and ranges. Any producer works - SpreadsheetGear, ClosedXML, EPPlus, Aspose or raw OpenXML - because the file is read as OpenXML, the format itself.

public static IProtoHostBuilder AddSheets(this IProtoHostBuilder builder, Action<SheetsOptions>? configure = null)

Parameters

builder IProtoHostBuilder
configure Action<SheetsOptions>

Returns

IProtoHostBuilder