CsvOptions
Contents
[
Hide
]CsvOptions class
Allows to specify additional options when saving project to CSV.
The CsvOptions type exposes the following members:
Constructors
Name | Description |
---|---|
CsvOptions() | Initializes a new instance of the CsvOptions class which can be used to save project in CSV format. |
Properties
Name | Description |
---|---|
save_format | Gets or sets the format in which the document will be saved if this save options object is used. |
data_category | Gets or sets a data category to be saved. |
encoding | Gets or sets an encoding to save CSV with. |
include_headers | Gets or sets a value indicating whether to include headers or not (default value is TRUE). |
text_delimiter | Gets or sets a text delimiter. |
view | Gets or sets a list of the view columns (GanttChartColumn) to save to XLSX format. If not set then default columns are saved. |
See Also
- namespace aspose.tasks.saving
- assembly Aspose.Tasks