Excel like Heatmap or color scales

With this feature, users can replicate Excel-like heatmaps or color scales within a grid context by executing arbitrary Excel formulas. This provides flexibility in data visualization and analysis.

A heatmap is a graphical representation of data where values are depicted as colors in a matrix. Heatmaps are commonly used to visualize the magnitude of values in a dataset, allowing users to quickly identify patterns, trends, and anomalies.


Any arbitrary Excel formula can be executed in context of grid to get its result i.e.,

var result = grid.Formulas().exec("MAX(C:C)")

Using the above concept, in this example Excel formulas are executed in