Closed dkorpel closed 6 months ago
Allows you to do this with the Excel COM interface:
auto range = sheet.Range()(sheet.Cells()(1, 1), sheet.Cells()(3, 4));
Allows you to do this with the Excel COM interface: