I've got an app that import mySQL DB information into excel with an php script (format info into CSV format)
I've got 2 question :
Is there a way to place DB info into different excel cells ???
(ex. i've got a question and an answer ... want to put the question inside H16 and the answer into J16)
Is there a way to set differents colors to the import info ???
(ex. I've got a section where the answer is TRUE or FALSE ... so i want to put all the TRUE value in green and all the FALSE value in red)
a little help will be very appreciate ... tahnx
Steve