XlsxOptions
Contents
[
Hide
]XlsxOptions class
Allows to specify additional options when rendering project pages to XLSX.
The XlsxOptions type exposes the following members:
Constructors
Name | Description |
---|---|
XlsxOptions() | Initializes a new instance of the XlsxOptions class that can be used to save project in XLSX 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. |
resource_view | Gets or sets a list of the resource view columns to render (ResourceViewColumn). |
assignment_view | Gets or sets a list of the assignments view columns to render (AssignmentViewColumn). |
encoding | Gets or sets the encoding of the resulting XLSX file. The default value is . |
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