require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setPrintScale ([integer $scale=100])
void Worksheet::setPrintScale
Set the scale factor for the printed page. It turns off the "fit to page" option
integer $scale - The optional scale factor. Defaults to 100
Эта функция не должна вызываться статически.
Пример 39-1. Using setPrintScale()