--- title: Coveo Export To Excel slug: '3057' canonical_url: https://docs.coveo.com/en/3057/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Coveo Export To Excel > **Legacy feature** > > The Coveo Hive Framework is now in maintenance mode and is no longer recommended for new implementations. > > To build new search experiences, use one of Coveo's more modern, lightweight, and responsive libraries. > To get started, see the [Build search](https://docs.coveo.com/en/2473/) article. -- ![Export Menu Option | Coveo for Sitecore 5](c4sc-v5/export-menu-option.png) Implements the [Coveo JavaScript Search Framework](https://docs.coveo.com/en/187/) [ExportToExcel](https://coveo.github.io/search-ui/components/exporttoexcel.html) component which renders an **Export to Excel** item in the [Settings popup menu](https://coveo.github.io/search-ui/components/settings.html). The **Export to Excel** option allows website visitors to export their current search results to the Microsoft Excelâ„¢ format (.xlsx). -- ## Insertion location

Coveo Hive

The Coveo Export To Excel rendering is an Allowed Control in the following placeholder(s): Searchbox Options

Example insertion sequence for the Coveo Export To Excel rendering.

Coveo Hive SXA

Coveo for Sitecore SXA rendering insertion locations aren't limited by placeholder Allowed Controls. The Coveo Export To Excel rendering may therefore be inserted throughout the partial design, whether in Coveo for Sitecore or Sitecore placeholders.

To ease rendering management, group Coveo Advanced Search, Coveo Export To Excel, Coveo Preferences Panel and Coveo Share Query renderings together near your Coveo Settings Button rendering.

Example insertion sequence for the Coveo Export To Excel rendering.
## Data source options The following table lists the available data source options for this rendering. [%header,cols="33%,66%"] |=== |Option name |Description |Number of results |See the [numberOfResults](https://coveo.github.io/search-ui/components/exporttoexcel.html#options.numberofresults) component option. |Additional data attributes a|{empty} -- Allows [use of the Coveo JavaScript Search Framework **ExportToExcel** component options](https://docs.coveo.com/en/2776/) that aren't directly available in the data source. -- |=== ## Sample Generated HTML and Corresponding Output In this example, a user performs a search query in a lake cottage reservation website. **Generated HTML**: ```html
``` When a website visitor selects the **Export To Excel** option in the Settings popup menu, a Microsoft Excelâ„¢ file with the search result information is downloaded. ![Export to Excel Sample | Coveo for Sitecore 5](https://docs.coveo.com/en/assets/images/c4sc-v5/excel-export-sample.png)