Cell Ranges and Operations in React Spreadsheet component

10 Jul 20261 minute to read

A cell range is a group of cells in a sheet. It allows you to work with multiple cells together for operations such as formatting, formulas, and data manipulation.

To get started quickly with Cell Range, you can check out this video:

Overview of Cell Range Operations

The React Spreadsheet component provides a variety of operations you can perform on cell ranges. Below is a quick overview of each feature, with links to their detailed documentation:

  • Editing: Modify the contents of selected cells directly within the spreadsheet.
  • Clipboard: Copy, cut, and paste cell ranges to move or duplicate data efficiently.
  • Wrap Text: Display long text within a cell by wrapping it onto multiple lines.
  • Autofill: Quickly fill a range of cells with data based on a pattern or existing values.
  • Merge Cells: Combine two or more adjacent cells into a single cell for better data presentation.
  • Clear: Remove the contents, formatting, or hyperlinks from selected cells.

Note

You can refer to our React Spreadsheet Editor feature tour page for its groundbreaking feature representations. You can also explore our React Spreadsheet example to knows how to present and manipulate data.

See Also