[]
Represents the settings for exporting data to a XLSX Data format.
public class XlsxDataExportSettings : BaseExportSettings
| Name | Description |
|---|---|
| XlsxDataExportSettings() |
| Name | Description |
|---|---|
| AllowImages | Gets or sets a value indicating whether to render images are allowed in the XLSX file. |
| Author | Gets or sets the name of the author that appears in the Author field of the Properties dialog in the XLSX file. |
| AutoRowsHeight | Gets or sets a value indicating whether to automatically adjust the row height. |
| 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. |
| 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. |