Suppose I have a file named abc.xls
I have some values in some columns in that file with macro's and formulas.
How can I add some more values to that file using phpExcel. without losing the macro's and formulas in it?
Like for example I want to set the value of the cell A5 as the string "Testing".
Please help.