I am working with Excel. There is method getActiveCell(), which get coordinates( type Excel.range) active cells. How can i get Excel.Range with offset one line down
const activeCell = context.workbook.getActiveCell();
activeCell.load('address, columnIndex, rowIndex')
await context.sync();