Open GoogleCodeExporter opened 8 years ago
Hi, if you want to dump/read a specific sheet, you need to pass an additional
parameter to the dump. Here is an example :
for ($SheetNum = 0; $SheetNum < count($data->boundsheets); $SheetNum++)
{
$SheetName = $data->boundsheets[$SheetNum]['name'];
echo "<p style='font-family:Verdana; font-size:24px; font-weight:bold;'>".
"Sheet # : ". $SheetNum. " - Sheet name : ". $SheetName. "</p>";
echo $data->dump(true,true, $SheetNum);
}
bye
Original comment by vve...@hotmail.it
on 10 Aug 2009 at 10:39
Hi, can anyone give any suggestions as to how to get the location of a row or
column?
Original comment by shadrack...@meltwater.org
on 5 Sep 2011 at 2:49
Shadrack, depends what you want to do with it. Read it? You need to already
know its coordinates.
Original comment by endar...@gmail.com
on 10 Sep 2011 at 9:13
Original issue reported on code.google.com by
yor...@gmail.com
on 8 Aug 2009 at 8:22Attachments: