• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Formula in ASP.NET Core Spreadsheet Control

This sample demonstrates the analysis of a company's stock value for a certain period with formula and named range feature.

DEMO
SOURCE

The Spreadsheet component provides a built-in calculation library that supports most commonly used formulas. In this demo, a formula is specified to a cell using the formula property. The ranges are specified using its name and its defined using definedNames property.

More information about formula and named range support can be found in this documentation section.