bastiam / php-excel-reader2

Automatically exported from code.google.com/p/php-excel-reader2
0 stars 0 forks source link

Reading multiple custom date types. #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make excel file with custom cell format 'mmm/dd/yyyy' (Dec/25/2009).
2. Display Excel cell using phpreader with val().
3.

What is the expected output? What do you see instead?
I expect to see 'Dec/25/2009' but I see 'mmm/dd/yyyy' with a question mark
in a box in between characters instead. I cant find the character so I cant
include it here.

What version of the product are you using? On what operating system?
PHPExcelReader 2.21
Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by smileyde...@gmail.com on 17 Mar 2010 at 3:22