X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=SimpleExcel.php;h=549730ddfb91ea0877d948a9da8ce2ad6a59ecfd;hb=3afd6637c1a203de3b2dd347c2070e2f4774b545;hp=da65a4e58640c6400e57c9ca7796818c0ca64ca0;hpb=f7dfc0ea0b6a02ed9b107e788f38e3bb4350bfff;p=Pman.Core diff --git a/SimpleExcel.php b/SimpleExcel.php index da65a4e5..549730dd 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -350,7 +350,7 @@ class Pman_Core_SimpleExcel extends Pman $vv = explode("\n", $v); $height = MAX(count($vv) * 20, $height);; - $worksheet->setRow($start_row+$r, $height); + $worksheet->setRow($start_row+$r, null); // } } $this->start_row++;