Version 6.5.0.3872

March 26, 2013

This version uses SpreadsheetGear 2012 (7.0.5.140), NetAdvantage 2011, Volume 1 (11.1.20111.2042), and Aspose.Cells 7.0.3.0.

The release notes for this version contain the following sections:

Application (and Dodeca Service)

Dodeca Essbase Service

SpreadsheetGear Upgrade

Toolbars Configuration Metadata Editor

Workbook Script Functions, Methods, Properties, and Event Links

Application (and Dodeca Service)

image

The first time a given metadata instance, such as a view hierarchy, a selector list, a view, a toolbars configuration, etc., is used by the client, the metadata is downloaded to the client. The CheckForMetadataUpdatesFrequencyPolicy setting controls at what point the client requests information from the server that is used by the client to determine whether a given metadata instance has been updated on the server and needs to be re-downloaded to the client.

The policy options include the following:

CheckForMetadataUpdatesOnUse - The client sends a request to the server (to determine whether a given metadata instance needs to be re-downloaded) at the point at which the metadata instance is used. This option results in the most traffic between the client and the server, but allows for the end user to see changes made to the metadata more immediately than with the other options. In general, this option is not recommended, even for an Admin application.*

CheckForMetadataUpdatesOnViewOpen - The client sends a request (to get the information for all metadata instances) at session startup AND when a view is opened. This is the default option. It significantly reduces the traffic between the client and the server as compared to the CheckForMetadataUpdatesOnUse option. If an administrator modifies any of the metadata used by a given view, the changes are seen by an end user the next time the view is opened.

CheckForMetadataUpdatesOnSessionStartUp - The client requests the information only at startup. This option results in the least amount of traffic between the client and the server. It is an appropriate option for an application in production for which the metadata is not being modified.

*An Admin application requests the information based on the policy, but ALSO requests the information immediately after metadata is committed through a metadata editor, a wizard, or any client user-interface that supports editing and committing or importing metadata. This allows an administrator to immediately see the changes reflected in the client. For instance, if an administrator commits changes to a view hierarchy, and then refreshes the view selector, the view selector will reflect the changes.

Dodeca Essbase Service

SpreadsheetGear now supports 398 of Excel’s 2010 financial, date, time, text, lookup, math, trigonometry, statistical, database, engineering, information, and logical functions. The complete list of the Excel functions supported by SpreadsheetGear can be found at:

http://www.spreadsheetgear.com/products/spreadsheetgear.net.aspx#FunctionList

Toolbars Configuration Metadata Editor

Workbook Script Functions, Methods, Properties, and Event Links

Dodeca Framework