Function CMS_Spreadsheet_Writer->__construct
Definitions
sources/files_spreadsheets_write.php
- Open spreadsheet for writing.
- Visibility: public
- Is abstract?: Yes
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path | ?PATH | required parameter | N/A | N/A | File to write into (null: create a temporary file and return by reference) |
$filename | string | required parameter | N/A | N/A | Filename |
$algorithm | integer | 3 | N/A | N/A | An ALGORITHM_* constant |
$charset | ?string | Null | N/A | N/A | The character set to write with (if supported) (null: website character set) |