I have written a php script that interrogates a database and produces 30 results from it and outputs these to a page
i.e.
number of surveys completed in total = 200
number of surveys per staff member = 0.2
surveys scored 50 and above = 20
percentage of surveys scored 50 and above = 10
etc etc
What someone does is take these figures and populates various spreadsheets.
i.e.
number of surveys completed in total goes into surveys.xls cell f15
number of surveys per staff member goes into surveys.xls cell k23
surveys scored 50 and above goes into compliance.xls cell c12
etc etc
Can I automate this with php so that when the script is run it automatically populates the correct spreadsheet and the correct cell?
Thanks
i.e.
number of surveys completed in total = 200
number of surveys per staff member = 0.2
surveys scored 50 and above = 20
percentage of surveys scored 50 and above = 10
etc etc
What someone does is take these figures and populates various spreadsheets.
i.e.
number of surveys completed in total goes into surveys.xls cell f15
number of surveys per staff member goes into surveys.xls cell k23
surveys scored 50 and above goes into compliance.xls cell c12
etc etc
Can I automate this with php so that when the script is run it automatically populates the correct spreadsheet and the correct cell?
Thanks