Overview

Namespaces

  • PHP
  • SimpleExcel
    • Enums
    • Parser
    • Spreadsheet
    • Writer

Classes

  • BaseWriter
  • CSVWriter
  • HTMLWriter
  • JSONWriter
  • TSVWriter
  • XLSXWriter
  • XMLWriter

Interfaces

  • IWriter
  • Overview
  • Namespace
  • Class
  • Tree

Class XMLWriter

SimpleExcel class for writing Microsoft Excel 2003 XML Spreadsheet

SimpleExcel\Writer\BaseWriter implements SimpleExcel\Writer\IWriter
Extended by SimpleExcel\Writer\XMLWriter
Namespace: SimpleExcel\Writer
Package: SimpleExcel
Author: Faisalman
Located at Writer/XMLWriter.php
Methods summary
public
# __construct( Workbook & $workbook )

Parameters

$workbook
Workbook
reference to workbook

Overrides

SimpleExcel\Writer\BaseWriter::__construct()
public string
# toString( array $options = NULL )

Get document content as string

Get document content as string

Parameters

$options
array
$options Options

Returns

string
Content of document

Overrides

SimpleExcel\Writer\BaseWriter::toString()
Methods inherited from SimpleExcel\Writer\BaseWriter
exportFile()
Properties summary
protected string $content_type 'application/xml'
#

Defines content-type for HTTP header

Defines content-type for HTTP header

protected string $file_extension 'xml'
#

Defines file extension to be used when saving file

Defines file extension to be used when saving file

Properties inherited from SimpleExcel\Writer\BaseWriter
$workbook
API documentation generated by ApiGen 2.8.0