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

# Spreadsheets

> Get your Odoo data as a real .xlsx workbook — formulas, formatting and multiple sheets included.

The most common thing people ask CodeCobra for is a number, and the most common way they want it is a spreadsheet. Ask for one in plain language and you get a real `.xlsx` workbook — not a CSV dump.

## Asking for one

Describe the rows you want and how they should be arranged.

> *"All sales orders from the last 90 days with customer, salesperson, order total and margin. One sheet per region."*

> *"Inventory on hand by warehouse and product category, with a column flagging anything below reorder point."*

> *"Reconcile our bank statement against recorded payments and give me the unmatched lines."*

You can be as specific as you like about the shape — column order, sorting, subtotals, a summary sheet at the front. If you don't say, CodeCobra picks a sensible layout and you can adjust it afterwards.

## What you get

|                     |                                                                                           |
| ------------------- | ----------------------------------------------------------------------------------------- |
| **Real formulas**   | Totals and calculated columns are formulas, so they recalculate when you edit the sheet.  |
| **Formatting**      | Headers, number formats, currency, column widths — the things that make a sheet readable. |
| **Multiple sheets** | A workbook can hold a summary sheet plus the detail behind it.                            |
| **Opens anywhere**  | Standard `.xlsx`, so Excel, Google Sheets, Numbers and LibreOffice all read it.           |

## Reading it without downloading

Large workbooks preview in the browser, a page of rows at a time. That means you can sanity-check a 200,000-row export before deciding whether you actually want it on your laptop.

<Tip>If a number looks wrong, ask about it in the same chat: *"row 412 shows a negative margin — why?"* CodeCobra can go back to the source records and explain, because it still has the connection it built the sheet from.</Tip>

## Changing it

Say what you want different and CodeCobra produces a new version:

> *"Sort descending by margin and drop the internal reference column."*

The previous version stays in the file's history.
