[]
Describes export to XLSX (Open XML) format.
public class XlsxExportProvider : XlsExportProvider
Name | Description |
---|---|
XlsxExportProvider() |
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. |
Name | Description |
---|---|
NewExporter() | Creates a new instance of the XlsExporter class, and sets the OpenXmlDocument property on that instance to true. |