Functions§
- delete_
columns - Delete columns at the given position.
- delete_
rows - Delete rows at the given position.
- get_
cell_ info - Get full cell info including formula.
- get_
cell_ value - Read a single cell’s value.
- get_
column_ width - Get the width of a column.
- get_
merged_ cells - List all merged cell ranges.
- get_
row_ height - Get the height of a row.
- insert_
columns - Insert columns at the given position.
- insert_
rows - Insert rows at the given position.
- merge_
cells - Merge a range of cells. Uses Excel notation like “A1:C5”.
- read_
range - Read a rectangular range of cells.
- set_
cell_ value - Write a single cell’s value.
- set_
column_ width - Set the width of a column.
- set_
row_ height - Set the height of a row.
- unmerge_
cells - Unmerge a range of cells.
- write_
range - Write a rectangular range of cells.