Fixes

  • #7191 - Sheet references in CalcEngine now behave correctly.
  • #7271 - Parsing strings with double quotation marks within nested ifs now works correctly.
  • #7515 - Parsing has been corrected for IF functions combined with concatenate functions and ampersand symbols.
  • #7556 - Formula parsing has been corrected for multiple minus (-) signs.
  • #7892 - A "Key Not Found" exception no longer occurs when calculating a formula-cell reference in Silverlight.
  • #8034 - The infinite looping issue with IF formula computations has been resolved.
  • #8207 - The CalculatedValue property no longer clears formulas set to the cell.
  • #8229 - CalcEngine no longer returns incorrect results for sheet names with inner double quotation marks and a name enclosed within single quotation marks.
  • #8243 - Value computations have been corrected when passed text resembles predefined formula error strings.
  • #8263 - An "Argument out of Range" exception is no longer thrown when handling computations with 'q' as input in nested ifs.

Back to Top

Footer