Minor style changes, and added timings to Examples

This commit is contained in:
Mark Baker
2012-11-28 21:30:58 +00:00
parent b98f27f4a7
commit a032194211
46 changed files with 1456 additions and 1035 deletions
+2 -1
View File
@@ -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);
}