0
I have a php code that retrieves data in a database and generates a CSV file.
The client opens this CSV in excel to view the data. So far so good.
The demand of the client is that he wants to open the file in excel and he wants to have also some pre-formatted cells as if it were the header of the document - see example below:
My question is how do we do this? Cell formatting should be contained within the CSV?