aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
142 stars 26 forks source link

Class "Locale" not found #66

Open KarelWintersky opened 3 days ago

KarelWintersky commented 3 days ago
public function setDefaultLocale()
    {
        $this->setLocale('en');
        $locale = \Locale::getDefault();
        if ($locale) {
            $this->setLocale($locale);
        }
    }

really not found.

aVadim483 commented 1 day ago

You need to enable intl extension for php