I create a CSV file using fputcsv in PHP. File is created successfully and I can open the file in MacOS with no problem. (I use Numbers in MacOS). The problem is in Microsoft Excel, it shows all row as merged one single column.
I set delimiter as ";" in the code.
When I check for Language and Regional Settings as told in Microsoft documentation, the delimiter is also ";".
What should I also check for? Thank you.