Example: cells method

This example gets a cell by row index and column index.

  Sheet sheet = sheets.item(1);
  Range oneCell = sheet.cells(5, 5);

Related information

cells method