Set document properties with UTF-8 Encoding (for accents)
Author: csrnontolCreated Dec 17, 2018Updated Dec 17, 2018
e.g. when $objPHPExcel->setTitle("Reporte de Categorías"), in the exported file the property is stored as "Reporte de CategorÃas". The same thing happens with setDescription(), setLastModifiedBy() and similar methods. No problem occurs when storing utf8 chars in the cells, the only issue is for file properties.
PHPExcel version: 1.8 PHP version: 7.2.4
Source: PHPOffice/PHPExcel