This is a follow-on question from this one: Algorithm to dynamically merge arrays
There are unescaped characters in some of the cells in the spreadsheet. I try to escape them with addslashes() but phpexcel seems to ignore this and stop processing the rest of the rows. I get this error in the logs:
PHP Warning: Unexpected character in input: '\' (ASCII=92) state=1
I've looked through the API; I haven't seen any text formatting methods that I can use. (Please correct me if I'm wrong)
Your help is appreciated.