Skip to content
#

spreadsheets

A spreadsheet is a computer application for computation, organization, analysis and storage of data in tabular form. Spreadsheets were developed as computerized analogs of paper accounting worksheets.

Solutions

Here are 18 public repositories matching this topic...

A quick-start project that shows you how to insert an image in the Syncfusion React Spreadsheet component. In this project, insert an image in a specific cell position using the image property or the insertImage method. You’ll see how to change the height and width of the image by resizing it and move it to another position with drag and drop.

  • Updated Feb 15, 2024
  • TypeScript

A quick-start project that helps you work with formulas in the Syncfusion React Spreadsheet component. The Spreadsheet component provides a built-in calculation library that supports most common formulas. This project demonstrates the analysis of a company's stock value for a certain period with formulas. This project also contains code to set f…

  • Updated Feb 15, 2024
  • TypeScript

A quick-start project that helps you insert a chart in the Syncfusion React Spreadsheet component. In this project, a chart has been inserted in a specific cell position by using the chart property. This project also contains code to insert a chart by using the insertChart method. To enable or disable this feature, use the allowChart property in…

  • Updated Feb 15, 2024
  • TypeScript