This repository was archived by the owner on Jan 2, 2019. It is now read-only.
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
Phone number format style not being applied properly. #14
Open
Description
PHPExcel verrsions: 1.7.6 and 1.7.7
Issue:
The phone number format (000") "000-0000 is not be applied properly.
A cell with value 5555555555 should return (555) 555-5555
but instead the following value is returned: (5555555555) 5555555555-5555555555
Code:
The style code is processed in the PHPExcel/Style/NumberFormat.php file in the toFormattedString() method.