bastiam / php-excel-reader2

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

Hyperlink function does not work #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use the $data->hyperlink function the same as you would for $data->val

What is the expected output? What do you see instead?
Expect the hyperlink, got a blank string instead

What version of the product are you using? On what operating system?
2.22, PHP 5.3 on Windows

Please provide any additional information below.
The Hyperlink function is missing the $col = $this->getCol ( $col ); that the 
val function has. The hyperlink function works if you pass in the number of the 
column, but not the Letter of the column. Adding the $col = $this->getCol ( 
$col ); will resolve the issue.

Original issue reported on code.google.com by garster on 22 Jun 2010 at 11:06