Hi everybody,
I have read the documentation, I made some xlsx sheets but I do not manage to write word such as "Dépenses" (expenses) in a setCellValue. It leads to just "D" in the excel cell.
I tried "De´penses" but it does not work. Is there something to add into the header() command ?
I also tried to add
header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; charset=iso-8859-1');
before calling the createWriter function. It does not work either.
thanks