Get Cells Index

Possible Usage Scenarios

When you only need to manipulate specific data on the worksheet by row and column index, you need to know the row and column indexes of that specific cell.
Aspose.Cells for Node.js via C++ offers this feature to get row and column indexes by the name of the row, column, or cell.
Aspose.Cells for Node.js via C++ provides the following properties and methods to help you achieve your goals.

Note: The indexing is zero‑based in Aspose.Cells for Node.js via C++, but the row index is one‑based in Microsoft Excel.

Get Cell Indexes using Aspose.Cells for Node.js via C++

This example shows how to:

  1. Create a workbook and add some data.
  2. Find the specific cell in the first worksheet.
  3. Get row index and column index by the name of the cell.
  4. Get column index by the name of the column.
  5. Get row index by the name of the row.