Worksheet::select
Worksheet::select – Set this worksheet as a selected worksheet, i.e. the worksheet has its tab
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::select (
)
Description
Set this worksheet as a selected worksheet, i.e. the worksheet has its tab highlighted.
Note
This function can not be called statically.
Example
Using select()
<?php
?>