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_Excel2007_Chart
  • PHPExcel_Writer_Excel2007_Comments
  • PHPExcel_Writer_Excel2007_ContentTypes
  • PHPExcel_Writer_Excel2007_DocProps
  • PHPExcel_Writer_Excel2007_Drawing
  • PHPExcel_Writer_Excel2007_Rels
  • PHPExcel_Writer_Excel2007_RelsRibbon
  • PHPExcel_Writer_Excel2007_RelsVBA
  • PHPExcel_Writer_Excel2007_StringTable
  • PHPExcel_Writer_Excel2007_Style
  • PHPExcel_Writer_Excel2007_Theme
  • PHPExcel_Writer_Excel2007_Workbook
  • PHPExcel_Writer_Excel2007_Worksheet
  • PHPExcel_Writer_Excel2007_WriterPart
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Writer_Excel2007_Rels

PHPExcel_Writer_Excel2007_Rels

PHPExcel_Writer_Excel2007_WriterPart
Extended by PHPExcel_Writer_Excel2007_Rels
Package: PHPExcel\Writer\Excel2007
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Writer/Excel2007/Rels.php
Methods summary
public string
# writeRelationships( PHPExcel $pPHPExcel = null )

Write relationships to XML format

Write relationships to XML format

Parameters

$pPHPExcel

Returns

string
XML Output

Throws

PHPExcel_Writer_Exception
public string
# writeWorkbookRelationships( PHPExcel $pPHPExcel = null )

Write workbook relationships to XML format

Write workbook relationships to XML format

Parameters

$pPHPExcel

Returns

string
XML Output

Throws

PHPExcel_Writer_Exception
public string
# writeWorksheetRelationships( PHPExcel_Worksheet $pWorksheet = null, integer $pWorksheetId = 1, boolean $includeCharts = FALSE )

Write worksheet relationships to XML format

Write worksheet relationships to XML format

Numbering is as follows: rId1 - Drawings rId_hyperlink_x - Hyperlinks

Parameters

$pWorksheet
$pWorksheetId
$includeCharts
Flag indicating if we should write charts

Returns

string
XML Output

Throws

PHPExcel_Writer_Exception
public string
# writeDrawingRelationships( PHPExcel_Worksheet $pWorksheet, integer & $chartRef, boolean $includeCharts = FALSE )

Write drawing relationships to XML format

Write drawing relationships to XML format

Parameters

$pWorksheet
$chartRef
$chartRef Chart ID
$includeCharts
Flag indicating if we should write charts

Returns

string
XML Output

Throws

PHPExcel_Writer_Exception
public string
# writeHeaderFooterDrawingRelationships( PHPExcel_Worksheet $pWorksheet = null )

Write header/footer drawing relationships to XML format

Write header/footer drawing relationships to XML format

Parameters

$pWorksheet

Returns

string
XML Output

Throws

PHPExcel_Writer_Exception
private
# _writeRelationship( PHPExcel_Shared_XMLWriter $objWriter = null, integer $pId = 1, string $pType = '', string $pTarget = '', string $pTargetMode = '' )

Write Override content type

Write Override content type

Parameters

$objWriter
XML Writer
$pId
Relationship ID. rId will be prepended!
$pType
Relationship type
$pTarget
Relationship target
$pTargetMode
Relationship target mode

Throws

PHPExcel_Writer_Exception
Methods inherited from PHPExcel_Writer_Excel2007_WriterPart
__construct(), getParentWriter(), setParentWriter()
Autene API documentation generated by ApiGen