';
for($j=0; $j < $this->iSize[1]; ++$j) {
$t .= '| ';
if( $this->iCells[$i][$j]->iMerged )
$t .= 'M ';
$t .= 'val='.$this->iCells[$i][$j]->iVal->t;
$t .= ' (cs='.$this->iCells[$i][$j]->iColSpan.
', rs='.$this->iCells[$i][$j]->iRowSpan.')';
$t .= ' | ';
}
$t .= '
';
}
$t .= '