VISIBILITY_VISIBLE
VISIBILITY_VISIBLE = 'visible'
$properties : \PhpOffice\PhpSpreadsheet\Document\Properties
Document properties.
$security : \PhpOffice\PhpSpreadsheet\Document\Security
Document security.
$namedRanges : array<mixed,\PhpOffice\PhpSpreadsheet\NamedRange>
Named ranges.
getProperties() : \PhpOffice\PhpSpreadsheet\Document\Properties
Get properties.
setProperties(\PhpOffice\PhpSpreadsheet\Document\Properties $pValue)
Set properties.
\PhpOffice\PhpSpreadsheet\Document\Properties | $pValue |
getSecurity() : \PhpOffice\PhpSpreadsheet\Document\Security
Get security.
setSecurity(\PhpOffice\PhpSpreadsheet\Document\Security $pValue)
Set security.
\PhpOffice\PhpSpreadsheet\Document\Security | $pValue |
createSheet(null|integer $sheetIndex = null) : \PhpOffice\PhpSpreadsheet\Worksheet\Worksheet
Create sheet and add it to this workbook.
null|integer | $sheetIndex | Index where sheet should go (0,1,..., or null for last) |
addSheet(\PhpOffice\PhpSpreadsheet\Worksheet\Worksheet $pSheet, null|integer $iSheetIndex = null) : \PhpOffice\PhpSpreadsheet\Worksheet\Worksheet
Add sheet.
\PhpOffice\PhpSpreadsheet\Worksheet\Worksheet | $pSheet | |
null|integer | $iSheetIndex | Index where sheet should go (0,1,..., or null for last) |
addExternalSheet(\PhpOffice\PhpSpreadsheet\Worksheet\Worksheet $pSheet, null|integer $iSheetIndex = null) : \PhpOffice\PhpSpreadsheet\Worksheet\Worksheet
Add external sheet.
\PhpOffice\PhpSpreadsheet\Worksheet\Worksheet | $pSheet | External sheet to add |
null|integer | $iSheetIndex | Index where sheet should go (0,1,..., or null for last) |
getNamedRanges() : array<mixed,\PhpOffice\PhpSpreadsheet\NamedRange>
Get named ranges.
addNamedRange(\PhpOffice\PhpSpreadsheet\NamedRange $namedRange) : boolean
Add named range.
\PhpOffice\PhpSpreadsheet\NamedRange | $namedRange |
getNamedRange(string $namedRange, null|\PhpOffice\PhpSpreadsheet\Worksheet\Worksheet $pSheet = null) : null|\PhpOffice\PhpSpreadsheet\NamedRange
Get named range.
string | $namedRange | |
null|\PhpOffice\PhpSpreadsheet\Worksheet\Worksheet | $pSheet | Scope. Use null for global scope |
getWorksheetIterator() : \PhpOffice\PhpSpreadsheet\Worksheet\Iterator
Get worksheet iterator.
copy() : \PhpOffice\PhpSpreadsheet\Spreadsheet
Copy workbook (!= clone!).
setVisibility(string $visibility)
Set the visibility status of the workbook.
Valid values are:
string | $visibility | visibility status of the workbook |
if the given value is invalid
setTabRatio(integer $tabRatio)
Set the ratio between the workbook tabs bar and the horizontal scroll bar TabRatio is assumed to be out of 1000 of the horizontal window width.
integer | $tabRatio | Ratio between the tabs bar and the horizontal scroll bar |
if the given value is invalid