aVadim483 / fast-excel-templator

Lightweight and very fast Excel Spreadsheet generator from XLSX-templates in PHP
MIT License
10 stars 1 forks source link

`Undefined property: avadim\FastExcelTemplator\Sheet::$path` #14

Open khasanshadiyarov opened 2 weeks ago

khasanshadiyarov commented 2 weeks ago

avadim\FastExcelTemplator\Sheet has method path() returning $this->path, which does not exist:

    /**
     * @return string
     */
    public function path(): string
    {
        return $this->path;
    }

avadim/fast-excel-templator/src/FastExcelTemplator/Sheet.php Line: 65, Version: 2.1.1

aVadim483 commented 1 week ago

fixed in v2.2.0