# Features

| Feature                                                             | Read | Edit | Write |
| ------------------------------------------------------------------- | ---- | ---- | ----- |
| Excel-style Workbook                                                | ✓    | ✓    | ✓     |
| LibreOffice-style Workbook                                          | ✓    | ✓    | ✓     |
| Numbers-style Workbook                                              | ✓    | ✓    | ✓     |
| Encrypted Workbook (Excel 2007-2010)                                | ✓    | ✓    |       |
| Encrypted Workbook (Excel 2013-2016)                                | ✓    | ✓    |       |
| Excel Binary Workbook (.xlsb)                                       |      |      |       |
| Excel Macro-Enabled Workbook (.xlsm)                                |      |      |       |
| Excel Macro-Enabled Template (.xltm)                                |      |      |       |
| Document Properties                                                 | ✓    | ✓    | ✓     |
| Numeric Cell Values                                                 | ✓    | ✓    | ✓     |
| Inline String Cell Values                                           | ✓    | ✓    | ✓     |
| Shared String Cell Values                                           | ✓    | ✓    | ✓     |
| Shared String Text Run Formatting (e.g. varied fonts within a cell) | ✓    | ✓    | ✓     |
| Hyperlink Cell Values                                               |      |      |       |
| Formula Cell Values                                                 |      |      |       |
| Formula Evaluation                                                  |      |      |       |
| Page Margins                                                        | ✓    | ✓    | ✓     |
| Page Setup                                                          |      |      |       |
| Print Area                                                          |      |      |       |
| Comments                                                            | ✓    | ✓    |       |
| Header and Footer                                                   |      |      |       |
| Custom Views                                                        |      |      |       |
| Charts                                                              |      |      |       |
| Chartsheets                                                         |      |      |       |
| Dialogsheets                                                        |      |      |       |
| Themes                                                              | ✓    |      | ✓     |
| Cell Styles                                                         | ✓    | ✓    | ✓     |
| Cell Formats                                                        | ✓    | ✓    | ✓     |
| Formatting->Alignment (e.g. right align)                            | ✓    | ✓    | ✓     |
| Formatting->Border (e.g. red cell outline)                          | ✓    | ✓    | ✓     |
| Formatting->Fill (e.g. green cell background)                       | ✓    | ✓    | ✓     |
| Formatting->Font (e.g. blue cell text)                              | ✓    | ✓    | ✓     |
| Formatting->Number Format (e.g. show 2 decimals)                    | ✓    | ✓    | ✓     |
| Formatting->Protection (e.g. hide formulas)                         | ✓    | ✓    | ✓     |
| Column Styles                                                       |      |      |       |
| Row Styles                                                          |      |      |       |
| Sheet Styles                                                        |      |      |       |
| Conditional Formatting                                              |      |      |       |
| Tables                                                              |      |      |       |
| Table Formatting                                                    |      |      |       |
| Pivot Tables                                                        |      |      |       |
| XLSX Thumbnail                                                      | ✓    |      | ✓     |
| Custom OOXML Properties                                             |      |      |       |
| Custom OOXML Parts                                                  |      |      |       |
| Drawing                                                             |      |      |       |
| Text Box                                                            |      |      |       |
| WordArt                                                             |      |      |       |
| Embedded Content (e.g. images)                                      |      |      |       |
| Excel VBA                                                           |      |      |       |


---

# 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://xlnt-community.gitbook.io/xlnt/introduction/features.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.
