Exemplo n.º 1
0
 public Cell GetCell(int rowIndex, int columnIndex) => _sheetService.GetCell($"{SpreadSheetId}/{Sheet.SheetId}", columnIndex, rowIndex);