Box\Spout\Reader\XLSX\Helper\SharedStringsHelper::__construct PHP Method

__construct() public method

public __construct ( string $filePath, string | null | void $tempFolder = null )
$filePath string Path of the XLSX file being read
$tempFolder string | null | void Temporary folder where the temporary files to store shared strings will be stored
    public function __construct($filePath, $tempFolder = null)
    {
        $this->filePath = $filePath;
        $this->tempFolder = $tempFolder;
    }