Class XlsxOptions

Class XlsxOptions

Namespace: Aspose.Tasks.Saving
Assembly: Aspose.Tasks.dll (25.2.0)

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

public class XlsxOptions : SimpleSaveOptions

Inheritance

objectSimpleSaveOptionsXlsxOptions

Inherited Members

SimpleSaveOptions.project, SimpleSaveOptions.SaveFormat, SimpleSaveOptions.TasksComparer, SimpleSaveOptions.TasksFilter, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

XlsxOptions()

Initializes a new instance of the Aspose.Tasks.Saving.XlsxOptions class that can be used to save project in XLSX format.

public XlsxOptions()

Properties

AssignmentView

Gets or sets a list of the assignments view columns to render (Aspose.Tasks.Visualization.AssignmentViewColumn).

public ProjectView AssignmentView { get; set; }

Property Value

ProjectView

Encoding

Gets or sets the encoding of the resulting XLSX file. The default value is System.Text.Encoding.UTF8.

public Encoding Encoding { get; set; }

Property Value

Encoding

ResourceView

Gets or sets a list of the resource view columns to render (Aspose.Tasks.Visualization.ResourceViewColumn).

public ProjectView ResourceView { get; set; }

Property Value

ProjectView

View

Gets or sets a list of the view columns (Aspose.Tasks.Visualization.GanttChartColumn) to save to XLSX format. If not set then default columns are saved.

public ProjectView View { get; set; }

Property Value

ProjectView