Box\Spout\Reader\ODS\SheetIterator::end PHP Method

end() public method

Cleans up what was created to iterate over the object.
public end ( ) : void
return void
    public function end()
    {
        $this->xmlReader->close();
    }