JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrsheet = $sheet; $this->startRow = $startRow; parent::__construct($importable); } public function getSheet(): Sheet { return $this->sheet; } public function getDelegate() { return $this->sheet; } public function getStartRow(): int { return $this->startRow; } }