Class ExcelExportParameters
public sealed class ExcelExportParameters
- Inheritance
-
ExcelExportParameters
- Inherited Members
Properties
ColumnWidth
public double ColumnWidth { get; init; }
Property Value
CreateCellStyle
public Func<CellCharacteristics, ExcelStyle> CreateCellStyle { get; init; }
Property Value
Template
Replace the built-in spreadsheet template. Does not take ownership of the stream.
public Stream? Template { get; init; }
Property Value
TemplatePath
Replace the built-in spreadsheet template. Does not take ownership of the stream.
public string? TemplatePath { get; init; }
Property Value
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; }