MCPcopy Create free account
hub / github.com/Persper/code-analytics / cell

Function cell

tools/excel_charts/excel.py:24–28  ·  view source on GitHub ↗
(worksheet, position, step_row=0, step_column=0, index=0)

Source from the content-addressed store, hash-verified

22
23
24def cell(worksheet, position, step_row=0, step_column=0, index=0):
25 row = position[0]
26 column = position[1]
27 return worksheet.cell(row=row + index * step_row,
28 column=column + index * step_column)
29
30
31def sheet(workbook, sheet_name):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected