public function performKeyAnalysis() {
        $this->cells['key']->v = str_replace(',', ', ', $this->cells['key']->v);
        $this->cells['possible_keys']->v = str_replace(',', ', ', $this->cells['possible_keys']->v);

        if ($this->cells['key']->v) {