Worksheet::activate

Worksheet::activate – Set this worksheet as the active worksheet, i.e. the worksheet that is

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::activate ( )

Description

Set this worksheet as the active worksheet, i.e. the worksheet that is displayed when the workbook is opened. Also set it as selected.

Note

This function can not be called statically.

Example

Using activate()

<?php

?>