[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Writer/ -> Excel2007.php (summary)

(no description)

File Size: 533 lines (22 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Writer_Excel2007:: (15 methods):
  __construct()
  getWriterPart()
  save()
  getPHPExcel()
  setPHPExcel()
  getStringTable()
  getStyleHashTable()
  getStylesConditionalHashTable()
  getFillHashTable()
  getFontHashTable()
  getBordersHashTable()
  getNumFmtHashTable()
  getDrawingHashTable()
  getOffice2003Compatibility()
  setOffice2003Compatibility()


Class: PHPExcel_Writer_Excel2007  - X-Ref

PHPExcel_Writer_Excel2007

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__construct(PHPExcel $pPHPExcel = null)   X-Ref
Create a new PHPExcel_Writer_Excel2007

param: PHPExcel    $pPHPExcel

getWriterPart($pPartName = '')   X-Ref
Get writer part

param: string     $pPartName        Writer part name
return: PHPExcel_Writer_Excel2007_WriterPart

save($pFilename = null)   X-Ref
Save PHPExcel to file

param: string         $pFilename

getPHPExcel()   X-Ref
Get PHPExcel object

return: PHPExcel

setPHPExcel(PHPExcel $pPHPExcel = null)   X-Ref
Set PHPExcel object

param: PHPExcel     $pPHPExcel    PHPExcel object
return: PHPExcel_Writer_Excel2007

getStringTable()   X-Ref
Get string table

return: string[]

getStyleHashTable()   X-Ref
Get PHPExcel_Style HashTable

return: PHPExcel_HashTable

getStylesConditionalHashTable()   X-Ref
Get PHPExcel_Style_Conditional HashTable

return: PHPExcel_HashTable

getFillHashTable()   X-Ref
Get PHPExcel_Style_Fill HashTable

return: PHPExcel_HashTable

getFontHashTable()   X-Ref
Get PHPExcel_Style_Font HashTable

return: PHPExcel_HashTable

getBordersHashTable()   X-Ref
Get PHPExcel_Style_Borders HashTable

return: PHPExcel_HashTable

getNumFmtHashTable()   X-Ref
Get PHPExcel_Style_NumberFormat HashTable

return: PHPExcel_HashTable

getDrawingHashTable()   X-Ref
Get PHPExcel_Worksheet_BaseDrawing HashTable

return: PHPExcel_HashTable

getOffice2003Compatibility()   X-Ref
Get Office2003 compatibility

return: boolean

setOffice2003Compatibility($pValue = false)   X-Ref
Set Office2003 compatibility

param: boolean $pValue    Office2003 compatibility?
return: PHPExcel_Writer_Excel2007



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1