PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I need a simple php script that would allow me to replace a string with another in an existing .xls file. Fo example, the first cell contains the word "yellow". I should be able to replace "yellow" with the string "red" without corrupting the .xls file. If "yellow" was in the second cell, that the second cell would be the one that gets modified.