mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-31 12:40:00 +00:00
Eliminate Dead Code
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user