Get Cells Range with Golang via C++
Contents
[
Hide
]
Possible Usage Scenarios
When you only need to manipulate some data on a worksheet, you need to know the data range of the entire worksheet. Aspose.Cells offers this capability. Aspose.Cells 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
This example shows how to:
- Create a workbook.
- Add data to cells in the first worksheet.
- Get the cells range.