[]
Represents the export context.
public class ExportContext
Public Class ExportContext
Name | Description |
---|---|
ExportContext(UnitConverter, Func<string>) | Initializes a new instance of the ExportContext class. |
Name | Description |
---|---|
ExportedSheets | Gets or sets the exported sheets. |
Options | Gets or sets the export options. |
UnitConverter | Gets the unit converter which converts measurement values. |
Worksheet | Gets or sets the context worksheet. |
Name | Description |
---|---|
GetCellExporter() | Gets the data converter which convert custom data to OpenXML-compatible data. |
GetDataConverter<T>() | Gets the data converter which convert custom data in extensible object to OpenXML-compatible data. |