pyexcel.Sheet.cell_value

Sheet.cell_value(row, column, new_value=None)

Random access to table cells

Parameters:
  • row (int) – row index which starts from 0
  • column (int) – column index which starts from 0
  • new_value (any) – new value if this is to set the value