How do a use rangeToArray in PHPExcel when the cells contains formulas? It returns me the error:
Fatal error: Uncaught exception 'PHPExcel_Calculation_Exception' with message 'E-mail!C3 -> E-mail!C3 -> Formula Error: An unexpected error occured' in C:\wamp\www\projects\PHP Excel\Classes\PHPExcel\Cell.php on line 300
I did some tests and it only works when I remove the formulas and paste only the values.
Thanks