bastiam / php-excel-reader2

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

type() don't works properly #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. the function type() returns null values
2.
3.

What is the expected output? What do you see instead?
I espect to obtain a date type

What version of the product are you using? On what operating system?
php-excel-reader2.21 in win2000 sp4

Please provide any additional information below.
I call the function like this:
echo $data->type(2,"F",$sheet=0)."<br />";

thanks

Original issue reported on code.google.com by xgra...@gmail.com on 19 Jan 2010 at 12:44

GoogleCodeExporter commented 8 years ago

Original comment by sirsh...@gmail.com on 20 Jan 2010 at 8:55

GoogleCodeExporter commented 8 years ago
As for php-excel-reader-2.22.zip:
Find a line #1527, and change substring 
<pre>
'rectype' => $rectype,
</pre>
to
<pre>
'type' => $rectype,
</pre>
That will solve the issue.

Original comment by beoti...@gmail.com on 9 Jun 2010 at 8:28

GoogleCodeExporter commented 8 years ago
This doesn't seem to work, not even fix suggested by #2. Is this project still 
alive?

Original comment by marko.br...@gmail.com on 24 Sep 2012 at 10:50