Box\Spout\Reader\XLSX\Sheet::getName PHP Method

getName() public method

public getName ( ) : string
return string Name of the sheet
    public function getName()
    {
        return $this->name;
    }