| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2015-05-22 22:31:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2015-05-22 22:31:23 +00:00
										 |  |  |  * PHPExcel_Writer_Excel5_Xf | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-05-02 22:50:37 +00:00
										 |  |  |  * Copyright (c) 2006 - 2015 PHPExcel | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  |  * | 
					
						
							|  |  |  |  * 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 | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * @category   PHPExcel | 
					
						
							|  |  |  |  * @package    PHPExcel_Writer_Excel5 | 
					
						
							| 
									
										
										
										
											2015-05-02 22:50:37 +00:00
										 |  |  |  * @copyright  Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt    LGPL | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  |  * @version    ##VERSION##, ##DATE##
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // Original file header of PEAR::Spreadsheet_Excel_Writer_Format (used as the base for this class):
 | 
					
						
							|  |  |  | // -----------------------------------------------------------------------------------------
 | 
					
						
							|  |  |  | // /*
 | 
					
						
							|  |  |  | // *  Module written/ported by Xavier Noguer <xnoguer@rezebra.com>
 | 
					
						
							|  |  |  | // *
 | 
					
						
							|  |  |  | // *  The majority of this is _NOT_ my code.  I simply ported it from the
 | 
					
						
							|  |  |  | // *  PERL Spreadsheet::WriteExcel module.
 | 
					
						
							|  |  |  | // *
 | 
					
						
							|  |  |  | // *  The author of the Spreadsheet::WriteExcel module is John McNamara
 | 
					
						
							|  |  |  | // *  <jmcnamara@cpan.org>
 | 
					
						
							|  |  |  | // *
 | 
					
						
							|  |  |  | // *  I _DO_ maintain this code, and John McNamara has nothing to do with the
 | 
					
						
							|  |  |  | // *  porting of this code to PHP.  Any questions directly related to this
 | 
					
						
							|  |  |  | // *  class library should be directed to me.
 | 
					
						
							|  |  |  | // *
 | 
					
						
							|  |  |  | // *  License Information:
 | 
					
						
							|  |  |  | // *
 | 
					
						
							|  |  |  | // *    Spreadsheet_Excel_Writer:  A library for generating Excel Spreadsheets
 | 
					
						
							|  |  |  | // *    Copyright (c) 2002-2003 Xavier Noguer xnoguer@rezebra.com
 | 
					
						
							|  |  |  | // *
 | 
					
						
							|  |  |  | // *    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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 | 
					
						
							|  |  |  | // */
 | 
					
						
							|  |  |  | class PHPExcel_Writer_Excel5_Xf | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     /** | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |      * Style XF or a cell XF ? | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @var boolean | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $isStyleXf; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Index to the FONT record. Index 4 does not exist | 
					
						
							|  |  |  |      * @var integer | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $fontIndex; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * An index (2 bytes) to a FORMAT record (number format). | 
					
						
							|  |  |  |      * @var integer | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $numberFormatIndex; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * 1 bit, apparently not used. | 
					
						
							|  |  |  |      * @var integer | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $textJustLast; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * The cell's foreground color. | 
					
						
							|  |  |  |      * @var integer | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $foregroundColor; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * The cell's background color. | 
					
						
							|  |  |  |      * @var integer | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $backgroundColor; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Color of the bottom border of the cell. | 
					
						
							|  |  |  |      * @var integer | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $bottomBorderColor; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Color of the top border of the cell. | 
					
						
							|  |  |  |      * @var integer | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $topBorderColor; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |     * Color of the left border of the cell. | 
					
						
							|  |  |  |     * @var integer | 
					
						
							|  |  |  |     */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $leftBorderColor; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Color of the right border of the cell. | 
					
						
							|  |  |  |      * @var integer | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private $rightBorderColor; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Constructor | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @access public | 
					
						
							|  |  |  |      * @param PHPExcel_Style    The XF format | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     public function __construct(PHPExcel_Style $style = null) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->isStyleXf =     false; | 
					
						
							|  |  |  |         $this->fontIndex = 0; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->numberFormatIndex     = 0; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->textJustLast  = 0; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->foregroundColor       = 0x40; | 
					
						
							|  |  |  |         $this->backgroundColor       = 0x41; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |         $this->_diag           = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->bottomBorderColor   = 0x40; | 
					
						
							|  |  |  |         $this->topBorderColor      = 0x40; | 
					
						
							|  |  |  |         $this->leftBorderColor     = 0x40; | 
					
						
							|  |  |  |         $this->rightBorderColor    = 0x40; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         $this->_diag_color     = 0x40; | 
					
						
							|  |  |  |         $this->_style = $style; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Generate an Excel BIFF XF record (style or cell). | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @return string The XF record | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     public function writeXf() | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							|  |  |  |         // Set the type of the XF record and some of the attributes.
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if ($this->isStyleXf) { | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |             $style = 0xFFF5; | 
					
						
							|  |  |  |         } else { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |             $style   = self::mapLocked($this->_style->getProtection()->getLocked()); | 
					
						
							|  |  |  |             $style  |= self::mapHidden($this->_style->getProtection()->getHidden()) << 1; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         // Flags to indicate if attributes have been set.
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $atr_num     = ($this->numberFormatIndex != 0)?1:0; | 
					
						
							|  |  |  |         $atr_fnt     = ($this->fontIndex != 0)?1:0; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         $atr_alc     = ((int) $this->_style->getAlignment()->getWrapText()) ? 1 : 0; | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $atr_bdr     = (self::mapBorderStyle($this->_style->getBorders()->getBottom()->getBorderStyle())   || | 
					
						
							|  |  |  |                         self::mapBorderStyle($this->_style->getBorders()->getTop()->getBorderStyle())      || | 
					
						
							|  |  |  |                         self::mapBorderStyle($this->_style->getBorders()->getLeft()->getBorderStyle())     || | 
					
						
							|  |  |  |                         self::mapBorderStyle($this->_style->getBorders()->getRight()->getBorderStyle()))?1:0; | 
					
						
							|  |  |  |         $atr_pat     = (($this->foregroundColor != 0x40) || | 
					
						
							|  |  |  |                         ($this->backgroundColor != 0x41) || | 
					
						
							|  |  |  |                         self::mapFillType($this->_style->getFill()->getFillType()))?1:0; | 
					
						
							|  |  |  |         $atr_prot    = self::mapLocked($this->_style->getProtection()->getLocked()) | 
					
						
							|  |  |  |                         | self::mapHidden($this->_style->getProtection()->getHidden()); | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |         // Zero the default border colour if the border has not been set.
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if (self::mapBorderStyle($this->_style->getBorders()->getBottom()->getBorderStyle()) == 0) { | 
					
						
							|  |  |  |             $this->bottomBorderColor = 0; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if (self::mapBorderStyle($this->_style->getBorders()->getTop()->getBorderStyle())  == 0) { | 
					
						
							|  |  |  |             $this->topBorderColor = 0; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if (self::mapBorderStyle($this->_style->getBorders()->getRight()->getBorderStyle()) == 0) { | 
					
						
							|  |  |  |             $this->rightBorderColor = 0; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if (self::mapBorderStyle($this->_style->getBorders()->getLeft()->getBorderStyle()) == 0) { | 
					
						
							|  |  |  |             $this->leftBorderColor = 0; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if (self::mapBorderStyle($this->_style->getBorders()->getDiagonal()->getBorderStyle()) == 0) { | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |             $this->_diag_color = 0; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $record = 0x00E0;              // Record identifier
 | 
					
						
							|  |  |  |         $length = 0x0014;              // Number of bytes to follow
 | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $ifnt = $this->fontIndex;   // Index to FONT record
 | 
					
						
							|  |  |  |         $ifmt = $this->numberFormatIndex;  // Index to FORMAT record
 | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $align  = $this->mapHAlign($this->_style->getAlignment()->getHorizontal());       // Alignment
 | 
					
						
							|  |  |  |         $align |= (int) $this->_style->getAlignment()->getWrapText()     << 3; | 
					
						
							|  |  |  |         $align |= self::mapVAlign($this->_style->getAlignment()->getVertical())  << 4; | 
					
						
							|  |  |  |         $align |= $this->textJustLast << 7; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $used_attrib  = $atr_num  << 2; | 
					
						
							|  |  |  |         $used_attrib |= $atr_fnt  << 3; | 
					
						
							|  |  |  |         $used_attrib |= $atr_alc  << 4; | 
					
						
							|  |  |  |         $used_attrib |= $atr_bdr  << 5; | 
					
						
							|  |  |  |         $used_attrib |= $atr_pat  << 6; | 
					
						
							|  |  |  |         $used_attrib |= $atr_prot << 7; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $icv  = $this->foregroundColor;      // fg and bg pattern colors
 | 
					
						
							|  |  |  |         $icv |= $this->backgroundColor      << 7; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $border1  = self::mapBorderStyle($this->_style->getBorders()->getLeft()->getBorderStyle());          // Border line style and color
 | 
					
						
							|  |  |  |         $border1 |= self::mapBorderStyle($this->_style->getBorders()->getRight()->getBorderStyle())         << 4; | 
					
						
							|  |  |  |         $border1 |= self::mapBorderStyle($this->_style->getBorders()->getTop()->getBorderStyle())           << 8; | 
					
						
							|  |  |  |         $border1 |= self::mapBorderStyle($this->_style->getBorders()->getBottom()->getBorderStyle())        << 12; | 
					
						
							|  |  |  |         $border1 |= $this->leftBorderColor    << 16; | 
					
						
							|  |  |  |         $border1 |= $this->rightBorderColor   << 23; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |         $diagonalDirection = $this->_style->getBorders()->getDiagonalDirection(); | 
					
						
							|  |  |  |         $diag_tl_to_rb = $diagonalDirection == PHPExcel_Style_Borders::DIAGONAL_BOTH | 
					
						
							|  |  |  |                             || $diagonalDirection == PHPExcel_Style_Borders::DIAGONAL_DOWN; | 
					
						
							|  |  |  |         $diag_tr_to_lb = $diagonalDirection == PHPExcel_Style_Borders::DIAGONAL_BOTH | 
					
						
							|  |  |  |                             || $diagonalDirection == PHPExcel_Style_Borders::DIAGONAL_UP; | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $border1 |= $diag_tl_to_rb        << 30; | 
					
						
							|  |  |  |         $border1 |= $diag_tr_to_lb        << 31; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $border2  = $this->topBorderColor;    // Border color
 | 
					
						
							|  |  |  |         $border2 |= $this->bottomBorderColor   << 7; | 
					
						
							|  |  |  |         $border2 |= $this->_diag_color     << 14; | 
					
						
							|  |  |  |         $border2 |= self::mapBorderStyle($this->_style->getBorders()->getDiagonal()->getBorderStyle())           << 21; | 
					
						
							|  |  |  |         $border2 |= self::mapFillType($this->_style->getFill()->getFillType())        << 26; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $header = pack("vv", $record, $length); | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |         //BIFF8 options: identation, shrinkToFit and  text direction
 | 
					
						
							|  |  |  |         $biff8_options  = $this->_style->getAlignment()->getIndent(); | 
					
						
							|  |  |  |         $biff8_options |= (int) $this->_style->getAlignment()->getShrinkToFit() << 4; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         $data  = pack("vvvC", $ifnt, $ifmt, $style, $align); | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $data .= pack("CCC", self::mapTextRotation($this->_style->getAlignment()->getTextRotation()), $biff8_options, $used_attrib); | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         $data .= pack("VVv", $border1, $border2, $icv); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         return($header . $data); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Is this a style XF ? | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param boolean $value | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     public function setIsStyleXf($value) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->isStyleXf = $value; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Sets the cell's bottom border color | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @access public | 
					
						
							|  |  |  |      * @param int $colorIndex Color index | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     public function setBottomColor($colorIndex) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->bottomBorderColor = $colorIndex; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Sets the cell's top border color | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @access public | 
					
						
							|  |  |  |      * @param int $colorIndex Color index | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     public function setTopColor($colorIndex) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->topBorderColor = $colorIndex; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Sets the cell's left border color | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @access public | 
					
						
							|  |  |  |      * @param int $colorIndex Color index | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     public function setLeftColor($colorIndex) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->leftBorderColor = $colorIndex; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Sets the cell's right border color | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @access public | 
					
						
							|  |  |  |      * @param int $colorIndex Color index | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     public function setRightColor($colorIndex) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->rightBorderColor = $colorIndex; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Sets the cell's diagonal border color | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @access public | 
					
						
							|  |  |  |      * @param int $colorIndex Color index | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     public function setDiagColor($colorIndex) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							|  |  |  |         $this->_diag_color = $colorIndex; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Sets the cell's foreground color | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @access public | 
					
						
							|  |  |  |      * @param int $colorIndex Color index | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     public function setFgColor($colorIndex) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->foregroundColor = $colorIndex; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Sets the cell's background color | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @access public | 
					
						
							|  |  |  |      * @param int $colorIndex Color index | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     public function setBgColor($colorIndex) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->backgroundColor = $colorIndex; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Sets the index to the number format record | 
					
						
							|  |  |  |      * It can be date, time, currency, etc... | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @access public | 
					
						
							|  |  |  |      * @param integer $numberFormatIndex Index to format record | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     public function setNumberFormatIndex($numberFormatIndex) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->numberFormatIndex = $numberFormatIndex; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Set the font index. | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param int $value Font index, note that value 4 does not exist | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     public function setFontIndex($value) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         $this->fontIndex = $value; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Map of BIFF2-BIFF8 codes for border styles | 
					
						
							|  |  |  |      * @static    array of int | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static $mapBorderStyles = array( | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_NONE             => 0x00, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_THIN             => 0x01, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_MEDIUM           => 0x02, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_DASHED           => 0x03, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_DOTTED           => 0x04, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_THICK            => 0x05, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_DOUBLE           => 0x06, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_HAIR             => 0x07, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_MEDIUMDASHED     => 0x08, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_DASHDOT          => 0x09, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_MEDIUMDASHDOT    => 0x0A, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_DASHDOTDOT       => 0x0B, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_MEDIUMDASHDOTDOT => 0x0C, | 
					
						
							|  |  |  |         PHPExcel_Style_Border::BORDER_SLANTDASHDOT     => 0x0D, | 
					
						
							|  |  |  |     ); | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Map border style | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param string $borderStyle | 
					
						
							|  |  |  |      * @return int | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static function mapBorderStyle($borderStyle) | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if (isset(self::$mapBorderStyles[$borderStyle])) { | 
					
						
							|  |  |  |             return self::$mapBorderStyles[$borderStyle]; | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         return 0x00; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Map of BIFF2-BIFF8 codes for fill types | 
					
						
							|  |  |  |      * @static    array of int | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static $mapFillTypes = array( | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_NONE                    => 0x00, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_SOLID                   => 0x01, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_MEDIUMGRAY      => 0x02, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_DARKGRAY        => 0x03, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_LIGHTGRAY       => 0x04, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_DARKHORIZONTAL  => 0x05, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_DARKVERTICAL    => 0x06, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_DARKDOWN        => 0x07, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_DARKUP          => 0x08, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_DARKGRID        => 0x09, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_DARKTRELLIS     => 0x0A, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_LIGHTHORIZONTAL => 0x0B, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_LIGHTVERTICAL   => 0x0C, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_LIGHTDOWN       => 0x0D, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_LIGHTUP         => 0x0E, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_LIGHTGRID       => 0x0F, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_LIGHTTRELLIS    => 0x10, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_GRAY125         => 0x11, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_PATTERN_GRAY0625        => 0x12, | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_GRADIENT_LINEAR         => 0x00,    // does not exist in BIFF8
 | 
					
						
							|  |  |  |         PHPExcel_Style_Fill::FILL_GRADIENT_PATH           => 0x00,    // does not exist in BIFF8
 | 
					
						
							|  |  |  |     ); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     /** | 
					
						
							|  |  |  |      * Map fill type | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param string $fillType | 
					
						
							|  |  |  |      * @return int | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static function mapFillType($fillType) | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if (isset(self::$mapFillTypes[$fillType])) { | 
					
						
							|  |  |  |             return self::$mapFillTypes[$fillType]; | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         return 0x00; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Map of BIFF2-BIFF8 codes for horizontal alignment | 
					
						
							|  |  |  |      * @static    array of int | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static $mapHAlignments = array( | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::HORIZONTAL_GENERAL           => 0, | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::HORIZONTAL_LEFT              => 1, | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::HORIZONTAL_CENTER            => 2, | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::HORIZONTAL_RIGHT             => 3, | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::HORIZONTAL_FILL              => 4, | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::HORIZONTAL_JUSTIFY           => 5, | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::HORIZONTAL_CENTER_CONTINUOUS => 6, | 
					
						
							|  |  |  |     ); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     /** | 
					
						
							|  |  |  |      * Map to BIFF2-BIFF8 codes for horizontal alignment | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param string $hAlign | 
					
						
							|  |  |  |      * @return int | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private function mapHAlign($hAlign) | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if (isset(self::$mapHAlignments[$hAlign])) { | 
					
						
							|  |  |  |             return self::$mapHAlignments[$hAlign]; | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         return 0; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Map of BIFF2-BIFF8 codes for vertical alignment | 
					
						
							|  |  |  |      * @static    array of int | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static $mapVAlignments = array( | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::VERTICAL_TOP     => 0, | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::VERTICAL_CENTER  => 1, | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::VERTICAL_BOTTOM  => 2, | 
					
						
							|  |  |  |         PHPExcel_Style_Alignment::VERTICAL_JUSTIFY => 3, | 
					
						
							|  |  |  |     ); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |     /** | 
					
						
							|  |  |  |      * Map to BIFF2-BIFF8 codes for vertical alignment | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param string $vAlign | 
					
						
							|  |  |  |      * @return int | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static function mapVAlign($vAlign) | 
					
						
							| 
									
										
										
										
											2015-05-12 12:01:22 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         if (isset(self::$mapVAlignments[$vAlign])) { | 
					
						
							|  |  |  |             return self::$mapVAlignments[$vAlign]; | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         return 2; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Map to BIFF8 codes for text rotation angle | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param int $textRotation | 
					
						
							|  |  |  |      * @return int | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static function mapTextRotation($textRotation) | 
					
						
							| 
									
										
										
										
											2015-05-12 12:01:22 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         if ($textRotation >= 0) { | 
					
						
							|  |  |  |             return $textRotation; | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         } elseif ($textRotation == -165) { | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |             return 255; | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |         } elseif ($textRotation < 0) { | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |             return 90 - $textRotation; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Map locked | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param string | 
					
						
							|  |  |  |      * @return int | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static function mapLocked($locked) | 
					
						
							| 
									
										
										
										
											2015-05-12 12:01:22 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         switch ($locked) { | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |             case PHPExcel_Style_Protection::PROTECTION_INHERIT: | 
					
						
							|  |  |  |                 return 1; | 
					
						
							|  |  |  |             case PHPExcel_Style_Protection::PROTECTION_PROTECTED: | 
					
						
							|  |  |  |                 return 1; | 
					
						
							|  |  |  |             case PHPExcel_Style_Protection::PROTECTION_UNPROTECTED: | 
					
						
							|  |  |  |                 return 0; | 
					
						
							|  |  |  |             default: | 
					
						
							|  |  |  |                 return 1; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Map hidden | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param string | 
					
						
							|  |  |  |      * @return int | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2015-05-18 15:39:04 +00:00
										 |  |  |     private static function mapHidden($hidden) | 
					
						
							| 
									
										
										
										
											2015-05-12 12:01:22 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         switch ($hidden) { | 
					
						
							| 
									
										
										
										
											2015-05-12 10:43:52 +00:00
										 |  |  |             case PHPExcel_Style_Protection::PROTECTION_INHERIT: | 
					
						
							|  |  |  |                 return 0; | 
					
						
							|  |  |  |             case PHPExcel_Style_Protection::PROTECTION_PROTECTED: | 
					
						
							|  |  |  |                 return 1; | 
					
						
							|  |  |  |             case PHPExcel_Style_Protection::PROTECTION_UNPROTECTED: | 
					
						
							|  |  |  |                 return 0; | 
					
						
							|  |  |  |             default: | 
					
						
							|  |  |  |                 return 0; | 
					
						
							| 
									
										
										
										
											2015-05-11 21:38:52 +00:00
										 |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  | } |