Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Export Set properties

Multiple properties control export set behavior.

PropertyDescription
glide.excel.local_based_currencyFor Excel files, option to format currency values to match the localization of the instance. For example, say you've activated the I18N: French Canada Translations plugin on your instance, and you're exporting a currency value of 6300. If this property is set to true, the value will be correctly formatted as 6,300 €. If this property is set to false, the value will be formatted as € 6,300. For more information on localization, see . - Type: true \| false - Default: false - Location: Add a system property
glide.export.excel.duration.readable_string

For Excel files, option to format duration fields in days, hours, minutes, and sometimes, seconds.

When false, duration fields are given in seconds. For example, the Actual elapsed time field might have a value of 191,760 seconds.

When true, duration fields are formatted in days, hours, and minutes. For example, the Actual elapsed time field mentioned previously would have a value of 2 Days, 5 Hours, and 16 Minutes.

In some situations, duration fields include seconds, even when this property is true. This happens when the duration is less than one minute, or when the system property glide.ui.duration.seconds.enabled is true.

glide.export.xlsx.zip64_modeFor XLSX files, controls the compression mode. When true, XSLX files are generated using the Zip64 algorithm. - Type: true \| false - Default: false - Location: Add a system property
glide.scheduled_export.stop_on_parent_errorWhen true, if a parent scheduled export set encounters an error, scheduled child export sets don't run.- Type: true \| false - Default: false - Location: Add a system property
glide.scheduled_export.min_rows_for_parallel_export

Minimum number of rows required for parallel export. The default value is 50000.

If an export has fewer rows than this threshold, the system uses standard export processing.

Note: To add this property and customize the threshold, navigate to All > System Properties > All Properties.