MindFusion.Spreadsheet for Java Swing V1.2.2
Released: Mar 6, 2026
V1.2.2 버젼 업데이트
기능
- 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.