Workbook::worksheets

Workbook::worksheets – An accessor for the _worksheets[] array.

Synopsis

require_once 'Spreadsheet/Excel/Writer/Workbook.php';

array Workbook::worksheets ( )

Description

Returns an array of the worksheet objects in a workbook

Throws

throws no exceptions thrown

Note

This function can not be called statically.