Class CsvOptions

Class CsvOptions

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

Allows to specify additional options when saving project to CSV.

public class CsvOptions : SimpleSaveOptions

Inheritance

objectSimpleSaveOptionsCsvOptions

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

CsvOptions()

Initializes a new instance of the Aspose.Tasks.Saving.CsvOptions class which can be used to save project in CSV format.

public CsvOptions()

Properties

DataCategory

Gets or sets a data category to be saved.

public DataCategory DataCategory { get; set; }

Property Value

DataCategory

Encoding

Gets or sets an encoding to save CSV with.

public Encoding Encoding { get; set; }

Property Value

Encoding

IncludeHeaders

Gets or sets a value indicating whether to include headers or not (default value is TRUE).

public bool IncludeHeaders { get; set; }

Property Value

bool

TextDelimiter

Gets or sets a text delimiter.

public CsvTextDelimiter TextDelimiter { get; set; }

Property Value

CsvTextDelimiter

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