Get Cells Range
Contents
[
Hide
]
Possible Usage Scenarios
When you only need to manipulate some data on the worksheet, you need to know the data range of the entire worksheet. Aspose.Cells for Node.js via C++ offers this feature. Aspose.Cells for Node.js via C++ provides the following properties and methods to help you achieve your goals.
- Cells.getMaxDisplayRange
- Cells.getMaxRow
- Cells.getMaxDataRow
- Cells.getMaxColumn
- Cells.getMaxDataColumn
Get Cells Range using Aspose.Cells for Node.js via C++
This example shows how to:
- Create a workbook.
- Add data to cells in the first worksheet.
- Get Cells Range.