Box\Spout\Reader\Common\ReaderOptions::shouldPreserveEmptyRows PHP Method

shouldPreserveEmptyRows() public method

public shouldPreserveEmptyRows ( ) : boolean
return boolean Whether empty rows should be returned or skipped.
    public function shouldPreserveEmptyRows()
    {
        return $this->shouldPreserveEmptyRows;
    }