# Excel Tools

| **Command Function** | **Description**                                                                                                 |
| -------------------- | --------------------------------------------------------------------------------------------------------------- |
| `XLI <go>`           | Import Data to Excel for seamlessly importing data from the terminal to an Excel spreadsheet.                   |
| `XLST <go>`          | Excel Structuring Tool for automatically structuring and organizing imported data within Excel.                 |
| `XLFM <go>`          | Excel Format Manager for applying predefined formatting styles and templates to imported data.                  |
| `XLFL <go>`          | Excel Formulas Integration for integrating terminal data with Excel formulas for dynamic calculations.          |
| `XLEV <go>`          | Excel Visualization Tools for visualizing terminal data through charts, graphs, and visual elements in Excel.   |
| `XLAB <go>`          | Excel Auto-Binding for automatically linking and updating data between the terminal and Excel.                  |
| `XLCF <go>`          | Excel Conditional Formatting Integration for applying conditional formatting based on terminal data conditions. |
| `XLPT <go>`          | Excel Pivot Table Generator for creating pivot tables directly from terminal data within Excel.                 |
| `XLEX <go>`          | Excel Exporter for exporting structured and formatted data from Excel back to the terminal.                     |
| `XLCM <go>`          | Excel Customization Module for customizing and fine-tuning the integration between the terminal and Excel.      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.satoshiterminal.io/research-suite/terminal-commands/excel-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
