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

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 (
assignment_viewGets or sets a list of the assignments view columns to render (
encodingGets or sets the encoding of the resulting XLSX file. The default value is
viewGets or sets a list of the view columns (

See Also