> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Atoti Excel Add-in Starter

## Introduction

The Atoti Excel Add-in Starter automatically sets up an Atoti Server application to enable the use of the [Atoti Excel Add-in](../user_guide/querying/front_ends/excel_add-in).

## Installation

To use the starter, add the following dependency to your `pom.xml`.

```xml theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
<dependency>
  <groupId>com.activeviam.springboot</groupId>
  <artifactId>excel-addin-starter</artifactId>
  <version>${project.version}</version>
</dependency>
```
