Open GoogleCodeExporter opened 9 years ago
Could you post the file please?
Original comment by endar...@gmail.com
on 4 Feb 2012 at 4:40
excel-reader file and the excel sheet both are attached....
Original comment by vikram.s...@g-axon.com
on 5 Feb 2012 at 7:44
Attachments:
Okay when reading your time values, try to retrieve the raw value instead,
which is decimal (i.e. 0.5 = 12:00, as 1 = 24 hours).
echo date('H:i:s', $file->raw($i, 'B') * 86400 + mktime(0, 0, 0)) // replace $i
with row number
Original comment by endar...@gmail.com
on 6 Feb 2012 at 11:03
I am also experiencing similar kind of issue; in my case everything works fine
on local server but when I move it to production every time format is changed
to 19:00
Original comment by tejas9...@gmail.com
on 14 Dec 2012 at 6:31
We have tried the above mentioned solution, but it doesn't seem to work as the
excel sheet already has data in H:i:s format.
Original comment by tejas9...@gmail.com
on 14 Dec 2012 at 1:36
Original issue reported on code.google.com by
vikram.s...@g-axon.com
on 3 Feb 2012 at 6:34