Overview

Namespaces

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

Classes

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

Interfaces

  • IWriter
  • Overview
  • Namespace
  • Class
  • Tree

Class XLSXWriter

SimpleExcel class for writing Microsoft Excel XLSX Spreadsheet

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

Overrides

SimpleExcel\Writer\BaseWriter::__construct()
Methods inherited from SimpleExcel\Writer\BaseWriter
exportFile(), toString()
Properties summary
protected string $content_type 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
#

Defines content-type for HTTP header

Defines content-type for HTTP header

protected string $file_extension 'xlsx'
#

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