Format
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[[["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-08-21 UTC."],[[["\u003cp\u003eThe generated report file can be formatted as a CSV or an Excel file.\u003c/p\u003e\n"],["\u003cp\u003eIf the format is unspecified or unknown, the default value will be used.\u003c/p\u003e\n"]]],["The core content outlines the possible formats for a generated report file. The available formats are represented by enums: `FORMAT_UNSPECIFIED`, which is the default when the format is unknown; `CSV`, representing a comma-separated values file; and `XLSX`, which indicates an Excel file format. These enums define the output file type options available for the report.\n"],null,["# Format of the generated report file.\n\n| Enums ||\n|----------------------|---------------------------------------------------------------------------|\n| `FORMAT_UNSPECIFIED` | Default value when format is not specified or is unknown in this version. |\n| `CSV` | CSV. |\n| `XLSX` | Excel. |"]]