Dodeca Version 8.7.1

June 9, 2026 - Build 795


This version of the Dodeca Framework uses the .NET Framework, version 4.7.2 and higher on the desktop. The components used in this version of Dodeca are SpreadsheetGear 2023 (9.3.23.102), NetAdvantage 2021, Volume 2 (21.2.46), Aspose.Cells 24.10.0, Aspose.Slides 24.10.0, Syncfusion Essential Studio 25.1.39, GdPicture.NET 14.1.0.121, Telerik UI 2025.3.812, and Xceed Zip 3.6.7363.15420.

This version of Dodeca has two server-side services that run inside a Java Application Server. The Dodeca service is supported and tested on Java 17 and 21. The minimum supported versions of popular Java Application Servers are:

  • Apache Tomcat 10.1.x

  • Oracle WebLogic 14.1.2.x

  • IBM WebSphere 9.0

The release notes for this version contain the following items:

Excel Views

  • Fixed Issue: When saving an Excel view’s workbook, as happens before creating a .pdf, sending email, etc., the view is covered unnecessarily. #4359

SQL Views

  • Fixed Issue: When an asynchronous view utilizes sorting and grouping for its SQL DataTable ranges, an error similar to the following can occur when the user attempts to write back changes to the SQL table: "<sheet-name>!<range-name>" is not a valid worksheet name. #4430

Workbook Scripting

  • Fixed Issue: When using worksheet-level ranges, i.e., "<sheet-name>!<range-name>" in the Address argument of a method without a corresponding SheetSpec, an exception similar to the following is thrown when the active sheet differs from the addressed sheet: WorkbookViewControlImplementation.GetGenericRange failed. "<sheet-name>!<range-name>" is not a valid range name or reference for sheet "<active-sheet>". #4438