mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-26 03:30:55 +00:00
Minor style changes, and added timings to Examples
This commit is contained in:
@@ -1126,10 +1126,11 @@ class PHPExcel_Writer_HTML extends PHPExcel_Writer_Abstract implements PHPExcel_
|
||||
$rowSpan = 1;
|
||||
|
||||
// initialize
|
||||
$cellData = '';
|
||||
$cellData = ' ';
|
||||
|
||||
// PHPExcel_Cell
|
||||
if ($cell instanceof PHPExcel_Cell) {
|
||||
$cellData = '';
|
||||
if (is_null($cell->getParent())) {
|
||||
$cell->attach($pSheet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user