Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1834 робота. Сейчас ищут 1635 программистов ...
Workbook::setVersion
Вернуться к: Spreadsheet_Excel_Writer
Workbook::setVersion
Workbook::setVersion – Sets the BIFF version.
Synopsis
require_once 'Spreadsheet/Excel/Writer/Workbook.php';
void Workbook::setVersion ( integer $version )
This method exists just to access experimental functionality from BIFF8. It will be deprecated ! Only possible value is 8 (Excel 97/2000). For any other value it fails silently.
Parameter
- integer $version
-
The BIFF version
Note
This function can not be called statically.
Вернуться к: Spreadsheet_Excel_Writer