Function __global->spreadsheet_open_write

Definitions

sources/files_spreadsheets_write.php

  • Open spreadsheet for writing.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

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 Null N/A N/A Filename (null: derive from $path)
$algorithm integer 3 N/A N/A An ALGORITHM_* constant
$charset ?string Blank (empty string) N/A N/A The character set to write with (if supported) (null: website character set)

Return

  • A subclass of CMS_Spreadsheet_Writer
  • Type: object
  • Set: N/A
  • Range: N/A