55 $objWriter->startDocument(
'1.0',
'UTF-8',
'yes');
59 $objWriter->writeAttribute(
'xmlns',
'http://schemas.openxmlformats.org/package/2006/relationships');
60 $localRels=$pPHPExcel->getRibbonBinObjects(
'names');
61 if(is_array($localRels)){
62 foreach($localRels as $aId=>$aTarget){
65 $objWriter->writeAttribute(
'Type',
'http://schemas.openxmlformats.org/officeDocument/2006/relationships/image');
66 $objWriter->writeAttribute(
'Target', $aTarget);
getParentWriter()
Get parent IWriter object.
writeRibbonRelationships(PHPExcel $pPHPExcel=null)
Write relationships for additional objects of custom UI (ribbon)
const STORAGE_MEMORY
Temporary storage method.