Builds a composite cell ID string from rowId and columnId.
rowId
columnId
String createCellId(double rowId, int columnId) => '${rowId}_$columnId';