Box\Spout\Writer\Style\StyleBuilder::build PHP Method

build() public method

Returns the configured style. The style is cached and can be reused.
public build ( ) : Style
return Style
    public function build()
    {
        return $this->style;
    }