Class CsvOptions
Namespace: Aspose.Tasks.Saving
Assembly: Aspose.Tasks.dll (25.4.0)
Allows to specify additional options when saving project to CSV.
public class CsvOptions : SimpleSaveOptions
Inheritance
object ← SimpleSaveOptions ← CsvOptions
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
Encoding
Gets or sets an encoding to save CSV with.
public Encoding Encoding { get; set; }
Property Value
IncludeHeaders
Gets or sets a value indicating whether to include headers or not (default value is TRUE).
public bool IncludeHeaders { get; set; }
Property Value
TextDelimiter
Gets or sets a text delimiter.
public CsvTextDelimiter TextDelimiter { get; set; }
Property Value
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; }