getColumnIndexFromCellId static method

int getColumnIndexFromCellId(
  1. String cellId
)

Implementation

static int getColumnIndexFromCellId(String cellId) =>
    int.parse(cellId.split(',').first.replaceAll('C', ''));