Name | Description | |
---|---|---|
FileFormat | Indicates whether to use Biff or OpenXml format for the output file. OpenXml is default. | |
MultiSheet | Indicates whether to generate single-sheet or multisheet document. true is default. | |
OpenXmlStandard | Open XML conformance level. Strict by default. | |
PageSettings | Returns a ExcelRenderingExtensionPageSettings object for initializing Excel file print setting. | |
Pagination | Force paginated or galley report layout mode. true is default. | |
Security | Returns a ExcelRenderingExtensionSecurity object for initializing document security. | |
SheetName | Sets or returns a value indicating the name of sheet. Sheet is default. | |
UseCompression | Gets or sets the value indicating should compression be used on exporting with Xlsx file format. True by default. | |
UseDefaultPalette | Sets or returns whether export document with Excel default palette. |