OBJECT
XlsxOptions
link GraphQL Schema definition
- type XlsxOptions implements ForeignCurrencyOption {
- # When true, monetary values are also rendered in each record's foreign currency
- # alongside the base-currency amounts.
- : Boolean
- # Level of detail of the generated XLSX export: a "simplified" layout or the
- # "full" report.
- : ReportXlsxType
- }