> For the complete documentation index, see [llms.txt](https://bimil.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bimil.gitbook.io/docs/notices/notices-archive/24-11-18.md).

# 24-11-18

## Excel Link Major Update Now Available!

We’re excited to announce the release of the Excel Link 1.1.0.0 update, delivering a smoother and more accurate integration between Revit and Excel. This update focuses on refining how data appears in Excel and introduces a key enhancement for usability.

***

### What’s New in Excel Link 1.1.0.0?

<figure><img src="/files/WwjI9bcBffWaVpfgtbuz" alt=""><figcaption></figcaption></figure>

* **Smarter Data Display:**\
  Excel data now adheres to standard alignment rules, automatically adjusting numbers and text for easier readability. Additionally, long text entries are displayed in a single continuous line, making it easier to track information even if it extends beyond the cell boundaries.<br>
* **Advanced Indentation:**\
  Both custom indentations applied by users and Excel’s default cell padding (ensuring text doesn’t stick directly to cell edges) are now fully supported.<br>
* **Improved Graphics and Borders:**\
  Borders in Revit schedules now reflect cell states accurately, and dotted borders are now supported for better visual clarity.<br>
* **Work Seamlessly with Open Files:**\
  You can now use Excel Link with files that are open in Excel.\
  Note: Files with autosave enabled (e.g., in OneDrive) are not supported while open.

For more details about the update, visit our BIMIL Docs page.

***

### Download Excel Link 1.1.0.0 Now

The updated Excel Link add-in is available in BIMIL. Simply launch BIMIL to access the latest version and streamline your workflows!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bimil.gitbook.io/docs/notices/notices-archive/24-11-18.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
