Class ProtoHostBuilderExtensions
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
builderIProtoHostBuilderconfigureAction<SheetsOptions>