antimatter.cell_path#
Module Contents#
Functions#
  | 
Helper function to get a cell path name from a column name and row number.  | 
  | 
Extract the column name from a cell path  | 
  | 
Extract the row number from a cell path  | 
- antimatter.cell_path.cell_path(cname: str, rnum: int)#
 Helper function to get a cell path name from a column name and row number. This can be used for a manual SpanTag
- Parameters:
 cname – The column name of the cell
rnum – The row number of the cell
- Returns:
 The name of the cell path
- antimatter.cell_path.col_name(path: str) str#
 Extract the column name from a cell path
- Parameters:
 path – The name of the cell path
- Returns:
 The column name of the cell
- antimatter.cell_path.row_num(path: str) int#
 Extract the row number from a cell path
- Parameters:
 path – The name of the cell path
- Returns:
 The row number of the cell