PHPExcel_Writer_Excel2007_StringTable
class PHPExcel_Writer_Excel2007_StringTable extends PHPExcel_Writer_Excel2007_WriterPart
PHPExcelWriterExcel2007_StringTable
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
Methods
Get parent IWriter object
Create worksheet stringtable
Write string table to XML format
Write Rich Text
Write Rich Text
Flip string table (for index searching)
Details
in PHPExcel_Writer_Excel2007_WriterPart at line 52
setParentWriter(PHPExcel_Writer_IWriter $pWriter = null)
Set parent IWriter object
in PHPExcel_Writer_Excel2007_WriterPart at line 63
PHPExcel_Writer_IWriter
getParentWriter()
Get parent IWriter object
in PHPExcel_Writer_Excel2007_WriterPart at line 78
__construct(PHPExcel_Writer_IWriter $pWriter = null)
Set parent IWriter object
at line 47
string[]
createStringTable(PHPExcel_Worksheet $pSheet = null, string[] $pExistingTable = null)
Create worksheet stringtable
at line 95
string
writeStringTable(string[] $pStringTable = null)
Write string table to XML format
at line 149
writeRichText(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_RichText $pRichText = null, string $prefix = null)
Write Rich Text
at line 233
writeRichTextForCharts(PHPExcel_Shared_XMLWriter $objWriter = null, string|PHPExcel_RichText $pRichText = null, string $prefix = null)
Write Rich Text
at line 306
array
flipStringTable(array $stringTable = array())
Flip string table (for index searching)