Eliminate Dead Code

This commit is contained in:
oleibman
2024-06-17 15:19:55 -07:00
parent d7700125fa
commit 8609b78e53
2 changed files with 0 additions and 3 deletions
@@ -197,7 +197,6 @@ class Content extends WriterPart
/** @var Cell $cell */
$column = Coordinate::columnIndexFromString($cell->getColumn()) - 1;
$attributes = $cell->getFormulaAttributes() ?? [];
$coordinate = $cell->getCoordinate();
$this->writeCellSpan($objWriter, $column, $prevColumn);
$objWriter->startElement('table:table-cell');
@@ -1492,8 +1492,6 @@ class Worksheet extends WriterPart
} else {
$ref = $coordinate;
}
$thisRow = $cell->getRow();
$newColumn = $thisColumn = $cell->getColumn();
if (is_array($calculatedValue)) {
$attributes['t'] = 'array';
}