# Excel Files

{% hint style="success" %}
**Excel (v2)** refers to the latest version of Kognitos procedures for working with **offline or local Excel files**.
{% endhint %}

### Overview

**Excel** procedures allow you to automate with **offline or local Excel files** in Kognitos. With these procedures, you can upload and interact with files stored on your device rather than in the cloud.

> Looking to Work with Online Excel Files?
>
> If you want to integrate with Excel files stored in the cloud, such as those in OneDrive or SharePoint — check out the [**Microsoft Excel Book (BDK)**](broken://spaces/oKZaZnDYaUIpWB1JPR1C/pages/a44CzNJdpJT0gx2DdN0G), which supports integrating with and operating on online Excel files.

### What You Can Do

With these procedures, you can automate a wide range of Excel-related tasks, including:

* **Create** new Excel files (workbooks)
* **Access and manage** worksheets
* **Extract content** from worksheets, such as text or tables
* **Add, update, or remove data** in specific rows, columns, or cells
* **Get and apply** changelogs
* **Save changes** to the Excel

### Key Terminology

Excel procedures rely on several key concepts. Here's how they are defined:

<table><thead><tr><th width="140.03125">Concept</th><th>Definition</th></tr></thead><tbody><tr><td><strong>Workbook</strong></td><td>An entire Excel file (e.g., <code>report.xlsx</code>) that contains one or more worksheets.</td></tr><tr><td><strong>Worksheet</strong></td><td>A single tab within a workbook, like "January Sales" or "Summary," where data is organized in rows and columns.</td></tr><tr><td><strong>Row</strong></td><td>A horizontal line of cells, labeled with numbers (1, 2, 3, etc.).<br>Each row represents a single record or data entry.</td></tr><tr><td><strong>Column</strong></td><td>A vertical line of cells, labeled with letters (A, B, C, etc.).<br>Columns typically represent a type of data, such as "Date" or "Amount."</td></tr><tr><td><strong>Cell</strong></td><td>The smallest unit in a worksheet, identified by a column letter and row number (e.g., A1). A cell can hold text, numbers, formulas, or be left empty.</td></tr><tr><td><strong>Table</strong></td><td>A structured block of data within a worksheet that includes headers and rows of related information.</td></tr><tr><td><strong>Changelog</strong></td><td>A list of changes made to an Excel file.</td></tr></tbody></table>


---

# 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.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2.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.
