Excel Select Range in Modern Excel Package

Hey! Welcome back to community!

we can achieve that using read range for that we have to write the query like this…

Excel.Sheet("SheetName").Range("A1:Z100")

References:

ReadRange

Regards,
NaNi