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.
  • includeForeignCurrency: Boolean
  • # Level of detail of the generated XLSX export: a "simplified" layout or the
  • # "full" report.
  • type: ReportXlsxType
  • }