Skip to main content

split_cell_name

Function split_cell_name 

Source
pub fn split_cell_name(cell: &str) -> Result<(String, i32), String>
Expand description

Splits a cell name into column name and row number.

Example: "AK74"("AK", 74).