MindFusion.Spreadsheet for Java Swing V1.0.10

Released: Oct 7, 2021

Updates in V1.0.10

Funktionen

  • Frozen row and column properties have been moved from Worksheet class to the view class and now allow freezing from a non-zero scroll position.
  • You can now format numbers in thousands or millions by adding a comma for each 1000 scale.
  • Custom format strings can now contain color names in square brackets, compatible with Microsoft Excel color specifiers.
  • Extended the set of expression types in which blank cells are promoted to zeros or empty strings when referenced from formulas.

Fehlerkorrekturen

  • Fixed missing parentheses when ExcelImporter imports shared formulas.
  • Fix for charts displaying zero coordinates along the axes.
  • Fix for pasteStyles not clearing all attributes of old styles.
  • Fix for horizontal bar charts showing overlapped labels.
  • Fix for displaying (handled) exceptions in console when blank cell contains annotation.
  • Fixed null-reference exceptions in CalcImporter.
  • Fixed ROUND and DB functions when rounding off after the decimal point.