XlsxOptions
Contents
[
Hide
]XlsxOptions class
Inherits: Aspose::Tasks::Saving::SimpleSaveOptions
Allows to specify additional options when rendering project pages to XLSX.
Constructors
| Name | Description |
|---|---|
| XlsxOptions | Initializes a new instance of the XlsxOptions class that can be used to save project in XLSX format. |
Methods
| Name | Description |
|---|---|
| get_AssignmentView | Gets a list of the assignments view columns to render ( AssignmentViewColumn ). |
| get_Encoding | Gets the encoding of the resulting XLSX file. The default value is System::Text::Encoding::UTF8 . |
| get_ResourceView | Gets a list of the resource view columns to render ( ResourceViewColumn ). |
| get_View | Gets a list of the view columns ( GanttChartColumn ) to save to XLSX format. If not set then default columns are saved. |
| set_AssignmentView | Sets a list of the assignments view columns to render ( AssignmentViewColumn ). |
| set_Encoding | Sets the encoding of the resulting XLSX file. The default value is System::Text::Encoding::UTF8 . |
| set_ResourceView | Sets a list of the resource view columns to render ( ResourceViewColumn ). |
| set_View | Sets a list of the view columns ( GanttChartColumn ) to save to XLSX format. If not set then default columns are saved. |