Table of Contents

Class ExcelExportParameters

Namespace
The.Office
Assembly
Instagile.Office.dll
public sealed class ExcelExportParameters
Inheritance
ExcelExportParameters
Inherited Members

Properties

ColumnWidth

public double ColumnWidth { get; init; }

Property Value

double

CreateCellStyle

public Func<CellCharacteristics, ExcelStyle> CreateCellStyle { get; init; }

Property Value

Func<CellCharacteristics, ExcelStyle>

Template

Replace the built-in spreadsheet template. Does not take ownership of the stream.

public Stream? Template { get; init; }

Property Value

Stream

TemplatePath

Replace the built-in spreadsheet template. Does not take ownership of the stream.

public string? TemplatePath { get; init; }

Property Value

string

WorksheetId

Overwrite the specified worksheet, or create a new sheet if null.

public uint? WorksheetId { get; init; }

Property Value

uint?

WorksheetName

Set the name of the output worksheet.

public string WorksheetName { get; init; }

Property Value

string