[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["`ReportService.ExportFormat` defines the file format for generated reports."],["Options include TSV, TSV_EXCEL, CSV_DUMP, XML, and XLSX."],["CSV_DUMP is for automated processing and has specific formatting for currency and dates."],["XLSX format creates reports compatible with Excel 2007 and later."]]],["The `ReportService` offers the `getReportDownloadURL()` function, using `ReportDownloadOptions`. It provides several `ExportFormat` options for generating reports. Available formats include `TSV` (Tab Separated Values), `TSV_EXCEL` (for Excel), `CSV_DUMP` (Comma Separated Values for automated processing), `XML`, and `XLSX` (for Excel 2007+). The `CSV_DUMP` output has specific formatting for column headers, monetary amounts, dates, and date/times, and it lacks pretty printing and total rows.\n"]]