XlsxOptions

XlsxOptions class

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

The XlsxOptions type exposes the following members:

Constructors

NameDescription
XlsxOptions()Initializes a new instance of the XlsxOptions class that can be used to save project in XLSX format.

Properties

NameDescription
save_formatGets or sets the format in which the document will be saved if this save options object is used.
resource_viewGets or sets a list of the resource view columns to render (ResourceViewColumn).
assignment_viewGets or sets a list of the assignments view columns to render (AssignmentViewColumn).
encodingGets or sets the encoding of the resulting XLSX file. The default value is .
viewGets or sets a list of the view columns (GanttChartColumn) to save to XLSX format.
If not set then default columns are saved.

See Also