[]
Represents the settings for exporting data to a XLSX format.
public class XlsxExportSettings : BaseXlsFullExportSettings
Name | Description |
---|---|
XlsxExportSettings() |
Name | Description |
---|---|
Author | Gets or sets the name of the author that appears in the Author field of the Properties dialog in the XLSX file. |
Categories | Gets or sets the categories for a document that appear in the Categories field of the Properties dialog in the XLSX file. |
OpenXmlStandard | Gets or sets the OpenXmlStandard of the output XLSX file. |
OutputFormat | Gets or sets the output format for the XLSX file. |
Title | Gets or sets the title for a document that appears in the Title field of the Properties dialog in the XLSX file. |
UseCompression | Gets or sets a value indicating whether compression is used. |