Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Writer_Excel5
  • PHPExcel_Writer_Excel5_BIFFwriter
  • PHPExcel_Writer_Excel5_Escher
  • PHPExcel_Writer_Excel5_Font
  • PHPExcel_Writer_Excel5_Parser
  • PHPExcel_Writer_Excel5_Workbook
  • PHPExcel_Writer_Excel5_Worksheet
  • PHPExcel_Writer_Excel5_Xf
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Writer_Excel5

PHPExcel_Writer_Excel5

PHPExcel_Writer_Abstract implements PHPExcel_Writer_IWriter
Extended by PHPExcel_Writer_Excel5 implements PHPExcel_Writer_IWriter
Package: PHPExcel\Writer\Excel5
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Writer/Excel5.php
Methods summary
public
# __construct( PHPExcel $phpExcel )

Create a new PHPExcel_Writer_Excel5

Create a new PHPExcel_Writer_Excel5

Parameters

$phpExcel
PHPExcel object
public
# save( string $pFilename = null )

Save PHPExcel to file

Save PHPExcel to file

Parameters

$pFilename

Throws

PHPExcel_Writer_Exception

Implementation of

PHPExcel_Writer_IWriter::save()
public PHPExcel_Writer_Excel5
# setTempDir( string $pValue = '' )

Set temporary storage directory

Set temporary storage directory

Deprecated

Parameters

$pValue
Temporary storage directory

Returns

PHPExcel_Writer_Excel5

Throws

PHPExcel_Writer_Exception
when directory does not exist
private
# _buildWorksheetEschers( )

Build the Worksheet Escher objects

Build the Worksheet Escher objects

private
# _buildWorkbookEscher( )

Build the Escher object corresponding to the MSODRAWINGGROUP record

Build the Escher object corresponding to the MSODRAWINGGROUP record

private string
# _writeDocumentSummaryInformation( )

Build the OLE Part for DocumentSummary Information

Build the OLE Part for DocumentSummary Information

Returns

string
private string
# _writeSummaryInformation( )

Build the OLE Part for Summary Information

Build the OLE Part for Summary Information

Returns

string
Methods inherited from PHPExcel_Writer_Abstract
getDiskCachingDirectory(), getIncludeCharts(), getPreCalculateFormulas(), getUseDiskCaching(), setIncludeCharts(), setPreCalculateFormulas(), setUseDiskCaching()
Properties summary
private PHPExcel $_phpExcel

PHPExcel object

PHPExcel object

#
private integer $_str_total

Total number of shared strings in workbook

Total number of shared strings in workbook

# 0
private integer $_str_unique

Number of unique shared strings in workbook

Number of unique shared strings in workbook

# 0
private array $_str_table

Array of unique shared strings in workbook

Array of unique shared strings in workbook

# array()
private array $_colors

Color cache. Mapping between RGB value and color index.

Color cache. Mapping between RGB value and color index.

#
private PHPExcel_Writer_Excel5_Parser $_parser

Formula parser

Formula parser

#
private array $_IDCLs

Identifier clusters for drawings. Used in MSODRAWINGGROUP record.

Identifier clusters for drawings. Used in MSODRAWINGGROUP record.

#
private array $_summaryInformation

Basic OLE object summary information

Basic OLE object summary information

#
private array $_documentSummaryInformation

Extended OLE object document summary information

Extended OLE object document summary information

#
Properties inherited from PHPExcel_Writer_Abstract
$_diskCachingDirectory, $_includeCharts, $_preCalculateFormulas, $_useDiskCaching
Autene API documentation generated by ApiGen