Date: 2024-11-25 20:04:40
Score: 2
Natty:
- Go to config/excel.php
- In CSV settings change in
'input_encoding' => 'UTF-8' for Csv::GUESS_ENCODING
- Add the reference at the top of the file also
use PhpOffice\PhpSpreadsheet\Reader\Csv;
Reasons:
- Low length (0.5):
- No code block (0.5):
- Low reputation (1):
Posted by: Jonatan Garces Lara