PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setZoom ([integer $scale=100])
void Worksheet::setZoom
Set the worksheet zoom factor.
integer $scale - The zoom factor
This function can not be called statically.
Example 37-1. Using setZoom()