XlsxOptions

XlsxOptions class

Inherits: Aspose::Tasks::Saving::SimpleSaveOptions

Allows to specify additional options when rendering project pages to XLSX.

Constructors

NameDescription
XlsxOptionsInitializes a new instance of the XlsxOptions class that can be used to save project in XLSX format.

Methods

NameDescription
get_AssignmentViewGets a list of the assignments view columns to render ( AssignmentViewColumn ).
get_EncodingGets the encoding of the resulting XLSX file. The default value is System::Text::Encoding::UTF8 .
get_ResourceViewGets a list of the resource view columns to render ( ResourceViewColumn ).
get_ViewGets a list of the view columns ( GanttChartColumn ) to save to XLSX format. If not set then default columns are saved.
set_AssignmentViewSets a list of the assignments view columns to render ( AssignmentViewColumn ).
set_EncodingSets the encoding of the resulting XLSX file. The default value is System::Text::Encoding::UTF8 .
set_ResourceViewSets a list of the resource view columns to render ( ResourceViewColumn ).
set_ViewSets a list of the view columns ( GanttChartColumn ) to save to XLSX format. If not set then default columns are saved.