[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IO.OpenXml.ExportContext

ExportContext Class

Represents the export context.

Inheritance
ExportContext
Namespace: GrapeCity.Spreadsheet.IO.OpenXml
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public class ExportContext
Public Class ExportContext

Constructors

Name Description
ExportContext(UnitConverter, Func<string>)

Initializes a new instance of the ExportContext class.

Properties

Name Description
ExportedSheets

Gets or sets the exported sheets. null to export all sheets.

Options

Gets or sets the export options.

UnitConverter

Gets the unit converter which converts measurement values.

Worksheet

Gets or sets the context worksheet.

Methods

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.