Closed GoogleCodeExporter closed 8 years ago
Why is this a bug?
Original comment by matthew....@gmail.com
on 12 Oct 2009 at 11:10
It is a bug because at least you could retrieve the data type of a cell but it
seems
it doesn't retrieve anything, so it's a bug...
Original comment by frederic...@gmail.com
on 12 Oct 2009 at 11:19
This isn't a bug, that is how it's supposed to work. Retrieving the data type
as you
want is not feasible.
Original comment by matthew....@gmail.com
on 12 Oct 2009 at 11:39
In the documentation it says :
Cell Info
The type of data in the cell: number|date|unknown
$data->type($row,$col,$sheet=0)
So it should at least retrieve 'date' when the cell is a date ??? Nope ???
Original comment by frederic...@gmail.com
on 12 Oct 2009 at 11:48
If you have a "date" cell that is not being detected as a date, then you should
post
the example XLS. Simplify it to just one cell if you can.
Dates that use custom formats may not always be recognized. Even though it is a
date
to you, internally it is just a number. So the code tries to deduce that it is
actually a date but it's not 100% fool-proof.
Original comment by matthew....@gmail.com
on 12 Oct 2009 at 12:19
Original issue reported on code.google.com by
frederic...@gmail.com
on 12 Oct 2009 at 8:16