Skip to content

Release Notes for Excel plugin


29 Jun 2026

  • Added: ExcelPoke function for setting specific cell values at specific cell references in a sheet
  • Added: Location property to ExcelWrite, allowing rows to be inserted at either the top or the bottom of the existing data

08 Apr 2026

  • Fixed: ExcelRead erroneously displayed the “Named ranges is valid” and “Named ranges error message” properties in the property grid

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.

24 Feb 2025

  • Fixed: ExcelWrite failed with [Could not load file or assembly ‘Twenty57.Linx.Sdk.UI’…] after updating the plugin

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

30 Nov 2023

  • Changed the NuGet package to support multiple platforms

5 Jun 2023

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

16 Feb 2023

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

28 Mar 2022

  • First release