XlsxExportOptionsEx Members
In This Article
#Constructors
Name | Description |
---|---|
Xlsx |
Initializes a new instance of the Xlsx |
Xlsx |
Initializes a new instance of the Xlsx |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether cell merging is enabled for band headers in the exported document. |
Allow |
Gets or sets whether to export cell images. Available in data-aware export mode for WPF Data Grid and Win |
Allow |
Gets or sets whether cell merging is enabled in the exported document. |
Allow |
Gets or sets whether the headers of the same name are exported as merged cells. Only available in data-aware export mode. |
Allow |
Gets or sets whether conditional formatting rules applied to columns are preserved in the exported document. |
Allow |
|
Allow |
Gets or sets whether the column header panel is anchored to the top of the export document and not scrolled vertically. Only available in data-aware export mode. |
Allow |
Gets or sets whether left fixed columns enabled in a grid control are fixed in the exported document. |
Allow |
Gets or sets whether data groups are exported from the source control to the output document. |
Allow |
Gets or sets whether hyperlinks are exported. |
Allow |
Gets or sets whether combo-box and lookup columns’ lookup values are exported. |
Allow |
Gets or sets whether columns’ sorting and filtering functionality is enabled in the exported document. |
Allow |
Gets or sets whether sparklines are exported. |
Apply |
Gets or sets whether cell formatting (cell appearance and borders) is applied to entire sheet columns or individual sheet cells. Formatting algorithms applied to sheet columns are faster than those applied to individual cells. Only available in data-aware export mode. |
Auto |
Gets or sets whether to set the minimum value for the Icon Set conditional formatting rule explicitly. |
Banded |
Gets or sets how bands and columns are arranged in the output worksheet (when exporting from Banded Views). |
Calc |
Gets or sets whether a formula exported as total summary excludes cells with group summary values even if group summaries are calculated at runtime as custom summaries. |
Document |
Gets or sets the export document’s culture which defines numeric and date-time data formatting settings. Only available in data-aware export mode. |
Document |
Provides access to options to be embedded as the resulting XLS or XLSX file’s Document Properties.
Inherited from Xl |
Encryption |
Provides access to the XLS and XLSX file encryption options.
Inherited from Xl |
Export |
This property is not supported by the Xlsx |
Export |
|
Export |
Specifies whether the source is exported as a single XLSX file or multiple files, and whether each page is exported as a separate worksheet.
Inherited from Xlsx |
Export |
Gets or sets the export type - WYSIWYG or Data Aware. |
Fit |
Gets or sets whether the output document should be fit to the page height when printed.
Inherited from Xl |
Fit |
Gets or sets whether the output document should be fit to the page width when printed.
Inherited from Xl |
Group |
Gets or sets data groups’ expanded state in the exported document. Only available in data-aware export mode. |
Ignore |
Specifies the document errors to be ignored in a resulting Excel file.
Inherited from Xl |
Layout |
Gets or sets whether data is exported in regular mode or as a native Excel table. |
Raw |
Enables the mode that produces simple tabular data without graphic elements, style and appearance settings.
Inherited from Xl |
Right |
Gets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts.
Inherited from Xl |
Sheet |
Gets or sets a name of the sheet in the created XLS file to which a document is exported.
Inherited from Xl |
Show |
Gets or sets whether band headers are visible in the exported document. This option is in effect when exporting from Banded Grid Views if the Xlsx |
Show |
Gets or sets whether column headers are visible in the exported document. |
Show |
Gets or sets whether worksheet gridlines are visible in the resulting XLS file.
Inherited from Xl |
Show |
Gets or sets whether group summaries are enabled in the exported document. |
Show |
Gets or sets whether a title is displayed for each print preview page of the exported document. Only available in data-aware export mode. |
Show |
Gets or sets whether total summaries are enabled in the exported document. |
Summary |
Gets or sets whether the Count summary function takes all cells into account or only non-blank cells when exporting to Excel format. |
Suppress |
Gets or sets whether the source control cells with Empty Strings are exported as Blank cells in Excel format. |
Suppress |
|
Suppress |
Gets or sets whether to suppress the exception that is raised if you export more than 16,384 columns to an XLSX file. |
Suppress |
Gets or sets whether to suppress the exception that is raised on attempting to export more than 1,048,576 rows to an XLSX file. Only available in data-aware export mode. |
Text |
Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document.
Inherited from Xl |
Unbound |
Gets or sets whether column values or column expressions are exported for unbound (calculated) columns. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the Xlsx |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
After |
Fires immediately after a row is added to the output document. |
Before |
Fires consecutively for each control row when this row is about to be exported. Allows you to skip specific rows if they do not meet your custom criteria. |
Before |
Allows you to customize a native Excel table’s settings before export. This event is in effect when the Xlsx |
Customize |
Allows you to customize a cell in the output document. Only available in data-aware export mode. |
Customize |
Allows you to customize an individual column in the exported document - change its width, formatting, collapse the group containing the column or hide the column. |
Customize |
Allows you to customize the footer in the output document. Only available in data-aware export mode. |
Customize |
Allows you to customize the header in the output document. Only available in data-aware export mode. |
Customize |
Allows you to customize the output document’s settings. Only available in data-aware export mode. |
Document |
Allows you to apply filters to the exported document’s columns. |
Export |
Fires repeatedly while the data is being exported. |
Skip |
Allows you to hide certain summary footers (or certain multi-line summary footers’ lines) from the exported document. |
See Also