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 Python via .NET offers this feature to get row and column indexes by the name of the row, column, or cell.
Aspose.Cells for Python via .NET provides the following properties and methods to help you achieve your goals.

Note: The indexing is zero‑based in Aspose.Cells for Python via .NET, but the row index is one‑based in Microsoft Excel.

Get Cell Indexes using Aspose.Cells for Python via .NET

This example shows how to:

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