[]
        
(Showing Draft Content)

C1.C1Preview.Export.XlsxExportProvider

XlsxExportProvider Class

Describes export to XLSX (Open XML) format.

Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class XlsxExportProvider : XlsExportProvider

Constructors

Name Description
XlsxExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "xlsx".

DefaultOptionsFormClass

Gets the type of form which is used to edit export options by default. This implementation returns XlsxOptionsForm type.

FormatName

Gets a short description of the XLSX export format.

PreferredOrdinal

Specifies the preferred ordinal of the export format in "save as..." and similar dialogs. This implementation returns 20.

Methods

Name Description
NewExporter()

Creates a new instance of the XlsExporter class, and sets the OpenXmlDocument property on that instance to true.

See Also