Box\Spout\Writer\Common\Helper\AbstractStyleHelper::getDefaultStyle PHP Method

getDefaultStyle() protected method

Returns the default style
protected getDefaultStyle ( ) : Style
return Box\Spout\Writer\Style\Style Default style
    protected function getDefaultStyle()
    {
        // By construction, the default style has ID 0
        return $this->styleIdToStyleMappingTable[0];
    }