A-j-K opened this issue 11 years ago · 1 comments
The 2003 spec allows multiple worksheets each of which has an ss:Name attribute to identify it.
Any plans to make it work on this way?
In v0.5 you can use getWorksheet() method
getWorksheet()
print_r($excel->getWorksheet(1)->getCell(1, 1));