faisalman/simple-excel-php

Multiple worksheets

A-j-K opened this issue · 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

print_r($excel->getWorksheet(1)->getCell(1, 1));