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_Comments

PHPExcel_Writer_Excel2007_Comments

PHPExcel_Writer_Excel2007_WriterPart
Extended by PHPExcel_Writer_Excel2007_Comments
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/Comments.php
Methods summary
public string
# writeComments( PHPExcel_Worksheet $pWorksheet = null )

Write comments to XML format

Write comments to XML format

Parameters

$pWorksheet

Returns

string
XML Output

Throws

PHPExcel_Writer_Exception
public
# _writeComment( PHPExcel_Shared_XMLWriter $objWriter = null, string $pCellReference = 'A1', PHPExcel_Comment $pComment = null, array $pAuthors = null )

Write comment to XML format

Write comment to XML format

Parameters

$objWriter
XML Writer
$pCellReference
Cell reference
$pComment
Comment
$pAuthors
Array of authors

Throws

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

Write VML comments to XML format

Write VML comments to XML format

Parameters

$pWorksheet

Returns

string
XML Output

Throws

PHPExcel_Writer_Exception
public
# _writeVMLComment( PHPExcel_Shared_XMLWriter $objWriter = null, string $pCellReference = 'A1', PHPExcel_Comment $pComment = null )

Write VML comment to XML format

Write VML comment to XML format

Parameters

$objWriter
XML Writer
$pCellReference
Cell reference
$pComment
Comment

Throws

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