Dodeca Version 6.4.1

January 23, 2013 - Build 3791


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

Excel Percent Style Format Tool

  • Fixed issue with the % sign being placed to the left of the numeric value instead of to the right. (#1162)

Excel Essbase View

  • Added support for a cascaded view to be exported to Excel. In previous releases, attempting to use the Export to Excel tool for an Excel Essbase view resulted in an error similar to the following: Unable to export "Income Statement Cascade " to "C:\Users\amy\Desktop\Temp\Income Statement Cascade .xlsx".(#1161)

Selectors

  • Fixed issue encountered when 1) a tree or listbox selector is configured with the selection as optional (i.e. the user is not required to make a selection) and 2) the selector is displayed as a modal dialog. The OK button is disabled when no item(s) is selected, which prevents the user from being able to clear the current selection.

Resolution: When a selector does not require a selection, the OK button is always enabled on the modal dialog to allow the user to clear the selection. When a selector requires a selection, the OK button is only enabled on the modal dialog when an item is selected. (#1163)

Workbook Script Functions, Methods, Properties, and Event Links

  • New Method — SetTool shows or hides a tool in the toolbars, enables or disables a tool, and/or sets or clears the text of a TextBoxTool or the value of a ComboBoxTool. The overloads include General and Clear. (#1160)