**Source URL:** https://general.veevavault.dev/commercial/mdl/component-types/reportexceltemplate.md

# Reportexceltemplate

**Class: ** `metadata`

With Excel Report Templates, users can create report templates in Microsoft Excel, upload the templates to Vault, and export report data into those templates. The Reportexceltemplate component type stores these templates.

Learn more about <a href="https://platform.veevavault.help/en/lr/59850">Excel Report Templates in Vault Help</a>.

| Attribute | Metadata | Description |
| --- | --- | --- |
| label | Type: StringMax length: 60 | UI-friendly string in the Vault's base language. |
| active | Type: Boolean | Indicates whether the component is active. |
| filename | Type: StringRequiredMax length: 1500 | The name of the uploaded Excel template. |
| template_file | Type: FileRequired | A reference to the Excel template file within Vault's file system. |

### Supported Operations {#supported-operations}

| Operation | Support |
| --- | --- |
| Create | Yes |
| Recreate | Yes |
| Alter | Yes |
| Drop | Yes |
| Rename | Yes |
| Describe | Yes |
| Generate Recreate | Yes |
| Queryable | Yes |


---

**Previous:** [Report](/commercial/mdl/component-types/report)  
**Next:** [Reporttype](/commercial/mdl/component-types/reporttype)