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

# Anaconda Toolbox Excel Add-in

The Anaconda Toolbox Excel add-in includes two powerful components: **[Anaconda Toolbox](#anaconda-toolbox)** and **[Anaconda Code](#anaconda-code)**. Together, they transform your spreadsheet workflows with AI-powered assistance, seamless code sharing, and the flexibility of Python.

<Tip>
  Powered by Anaconda—the same team that provides the Python libraries for Microsoft's Python in Excel.
</Tip>

<Card title="Installation Guide" icon="rocket" href="/tools/excel/install">
  Get up and running with the Anaconda Toolbox Excel add-in in minutes.
</Card>

## Anaconda Toolbox

Anaconda Toolbox makes Python accessible from your spreadsheets, even if you're not an expert. Quickly generate, save, and share code across Excel and Notebooks, create visualizations, and get help from our Anaconda Assistant, learning Python as you go.

### Key features

<CardGroup cols={2}>
  <Card title="Transform Tables into Visualizations" icon="chart-line" href="/tools/excel/toolbox/visualize">
    See your data come to life through the power of charts and interactive visualizations.
  </Card>

  <Card title="Meet Anaconda Assistant" icon="sparkles" href="/tools/excel/toolbox/assistant">
    Your AI-powered assistant for Python-centric tasks in Excel, helping you learn as you work.
  </Card>

  <Card title="Sync Your Data Anywhere" icon="cloud" href="/tools/excel/toolbox/data">
    Start in one workbook, pick up in another—your data follows you with cloud storage integration.
  </Card>

  <Card title="Run Code Again and Again" icon="code" href="/tools/excel/toolbox/snippets">
    Upload, share, and reuse your favorite snippets of code across projects.
  </Card>
</CardGroup>

## Anaconda Code

[Anaconda Code](./code) empowers you to write Python or R code and run it locally, directly within Excel. This gives you flexibility and control over the environment in your workbook, allowing you to add and remove packages as needed, all while keeping code and data securely within your workbook.

<Note>
  Anaconda Code operates independently of Microsoft's Python in Excel feature.
</Note>

### Key features

<CardGroup cols={2}>
  <Card title="Write and Execute Code" icon="play" href="/tools/excel/code#running-code">
    Write Python or R code directly in Excel cells and run it locally within your workbook environment.
  </Card>

  <Card title="Create Custom Functions" icon="function" href="/tools/excel/code#creating-user-defined-functions">
    Build user-defined functions (UDFs) that can be called from any Excel cell using standard Excel formulas.
  </Card>

  <Card title="Reference Worksheet Data" icon="table-cells" href="/tools/excel/code#using-the-ref-function">
    Connect your code to Excel data using the REF function to pull ranges directly into your Python or R scripts.
  </Card>

  <Card title="Manage Your Environment" icon="cube" href="/tools/excel/code#managing-the-environment">
    Add and remove packages or choose different Pyodide or WebR versions to customize your coding environment.
  </Card>
</CardGroup>
