Hi,
I am trying to read the attached file but the text string in B2 cell is
truncated.
This is my code:
$data = new Spreadsheet_Excel_Reader("withproblem.xls");
for ($i = 2; $i <= $data->sheets[0]['numRows']; $i++)
{
$arrayTemp = $data->sheets[0]['cells'][$i];
var_dump($arrayTemp);
}
Have you any idea?
thank you,
Sandro
Original issue reported on code.google.com by sandro.t...@gmail.com on 14 Dec 2010 at 2:31
Original issue reported on code.google.com by
sandro.t...@gmail.com
on 14 Dec 2010 at 2:31Attachments: