if (isset($this->_mapCellXfIndex[$xfIndex])) {
$this->_phpSheet->getColumnDimensionByColumn($i)->setXfIndex($this->_mapCellXfIndex[$xfIndex]);
} else {
$this->_phpSheet->getColumnDimensionByColumn($i)->setXfIndex(current($this->_mapCellXfIndex));
}
if (isset($this->_mapCellXfIndex[$xfIndex])) {
$this->_phpSheet->getColumnDimensionByColumn($i)->setXfIndex($this->_mapCellXfIndex[$xfIndex]);
} else {
$this->_phpSheet->getColumnDimensionByColumn($i)->setXfIndex(current($this->_mapCellXfIndex));
}