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

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

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MindFusion.Spreadsheet for WPF V1.4.12025年11月16日
機能
  • 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.
MindFusion.Spreadsheet for WPF V1.42025年6月8日
機能
  • Spilled Arrays
    • Formulas can now run arithmetic operations on whole ranges and return two-dimensional arrays as results. Elements from such arrays are assigned to adjacent cells to the one that calculates the formula. For example, you could show element-wise sum of ranges by setting a single formula in =A1:C3+E1:F3 format. If a cell from the spill range already contains a value, the formula returns a #SPILL error. Apart from arithmetic calculations, spilled arrays can also be returned by following new functions.
  • Spilled Array Functions
    • FILTER returns an array of filtered rows from specified source range.
    • SORT returns an array of sorted rows or columns from specified source range.
    • UNIQUE returns an array of unique values from the specified range.
    • XLOOKUP searches for a value in a range and returns the matching row or column from specified results range.
  • Miscellaneous
    • Set the ShowLeadingApostrophes property to stop hiding escaping leading apostrophe (used to treat remaining cell content as text).
    • YEARFRAC function calculates the ratio between days in specified interval to the number of days in a year.
    • Improved compatibility with Excel of VLOOKUP function in undefined cases (when lookup value is missing and source range is not sorted).
    • [h], [m] and [s] format specifiers allow displaying time totals with more than 24 hours or 60 minutes / seconds respectively.
    • SUMIF/COUNTIF criteria are now case-insensitive for compatibility with Excel.
修正
  • Miscellaneous
    • DATEDIF function fix for calculating month difference.