Example of Cell Data Binding in ASP.NET Core Spreadsheet Control
This sample illustrates a monthly budget for a home using planned versus actual costs with cell data binding feature.
DEMO
SOURCE
The Spreadsheet
component supports data binding for individual cells in a sheet. You can set value,
styles and format to a cell using following properties:
index
- Specify index for a cell.value
- Specify cell value.style
- Specify style for the cell.format
- Apply number formatting for the cell.
More information about cell data binding feature can be found in this documentation section.