MindFusion.Spreadsheet for Java Swing(英語版) リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MindFusion.Spreadsheet for Java Swing V1.2.22026年3月6日
機能
  • Dynamic formula bar and tab heights for non-default look and feel (e.g. FlatLaf).
  • applyRowVisibility and applyColumnVisibility methods let you specify visibility of row or column sets with a single call.
  • New merge overload lets you create merged cells faster by skipping validations.
  • Optimized style read / write operations.
  • Improved precision and performance of resizeRowsToFit and resizeColumnsToFit methods.
  • Reduced memory allocations during drawing and recalculation.
  • validationDropdownOpening and validationDropdownClosing events.
  • Disabled EnableReferenceRefactoring property to copy cells faster.
修正
  • setMaxTabSize invalidates layout.
  • SUMPRODUCT fixes.
MindFusion.Spreadsheet for Java Swing V1.2.12026年2月6日
機能
  • Optimized Calculation Engine:
    • Performance in large multi-sheet workbooks has been improved by introducing spatial indexing of cell data, leading to 2-3 times faster initial and incremental formula calculations.
  • Added New Functions:
    • SUMIFS adds the cells in a range that meet multiple criteria.
    • COUNTIFS counts the number of cells specified by a given set of conditions or criteria.
    • CONCAT merges text from several ranges and/or individual strings.
    • TEXTJOIN combines text from multiple ranges or strings, inserting a specified delimiter between each text value.
  • Miscellaneous:
    • Mouse wheel scroll amount according to system configuration.
修正
  • Miscellaneous:
    • COUNTBLANK fixes.
    • ExcelImporter fixes.