# Excel

***

## 1.3.1

08 Apr 2026

* Fixed: ExcelRead erroneously displayed the "Named ranges is valid" and "Named ranges error message" properties in the property grid

***

## 1.3.0 <a href="#id-1_3_0" id="id-1_3_0"></a>

23 Oct 2025

* After a cell is written, all formulas across all sheets are flagged for recalculation (Microsoft Excel must still be opened for recalculation; formulas then update automatically)
* A list of column/value pairs can now be assigned to the 'Values' property of ExcelWrite.

***

## 1.2.1 <a href="#id-1_2_1" id="id-1_2_1"></a>

24 Feb 2025

* Fixed: ExcelWrite failed with \[Could not load file or assembly 'Twenty57.Linx.Sdk.UI'...] after updating the plugin

***

## 1.2.0 <a href="#id-1_2_0" id="id-1_2_0"></a>

16 Oct 2024

* Updated to .NET 8
* Removed the word "Editor" from the title of all editors
* Fixed: Could not copy/paste the ExcelRead and ExcelWrite functions

***

## 1.1.1 <a href="#id-1_1_1" id="id-1_1_1"></a>

30 Nov 2023

* Changed the NuGet package to support multiple platforms

***

## 1.1.0 <a href="#id-1_1_0" id="id-1_1_0"></a>

5 Jun 2023

* Changed the plugin from Windows-specific to be platform-independent

***

## 1.0.1 <a href="#id-1_0_1" id="id-1_0_1"></a>

16 Feb 2023

* Updated NuGet packages to fix the MissingMethodException happening in Designer due to different versions of the NJsonSchema package being referenced.

***

## 1.0.0 <a href="#id-1_0_0" id="id-1_0_0"></a>

28 Mar 2022

* First release

***


---

# 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.linx.software/releasenotes/plugins/excel.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.
