Select Excel Range
IronXL allows us to easily select and work with ranges in any Excel
WorkSheet
.You can download the software product from this link.
How to select Excel Range in C#
- Install C# library to select Excel range
- Load existing or generate new Excel workbook
- Select the targeted worksheet from the workbook
- Use
workSheet["A2:A8"]
to select range from A2 to A8 - Use
GetColumn
andGetRow
methods to select individual column and row