Skip to main content

Module sheet

Module sheet 

Source

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.