ivan-berezhnov / php-excel-reader

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

Time values are not read correct after upgrade to 2.22 #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upgraded to 2.22
2. Import excel file
3. Printed raw, val and type values

What is the expected output? What do you see instead?
Time column data results return 02:00 no matter what time data is stored.

What version of the product are you using? On what operating system?
Ubuntu / 2.22

Please provide any additional information below.
After upgrading to 2.22 to solve encoding problem reader doesn't read time
data correctly. Data on excel file is 06:00, after reading raw() returns
0.25, val() returns 02:00. Excel file cell format for that column is
hour:minutes and same excel file didn't have any problems with previous
version. 

Original issue reported on code.google.com by blockedm...@gmail.com on 6 May 2010 at 8:57