The above endpoints now accept the `format_rows` query parameter. It is an optional boolean parameter that will default to `true` if not included in the request.
When `format_rows` is `true`, the export will have formatting applied such that the values match what they appear as in the app.
When `format_rows` is `false`, formatting is not applied and exports will behave as they did prior to 0.49.0.
The value of `format_rows` has no effect when exporting xlsx files.