Box\Spout\Writer\ODS\Writer::getWorkbook PHP Method

getWorkbook() protected method

protected getWorkbook ( ) : Box\Spout\Writer\ODS\Internal\Workbook
return Box\Spout\Writer\ODS\Internal\Workbook The workbook representing the file to be written
    protected function getWorkbook()
    {
        return $this->book;
    }