Example #1
0
 /**
  * Set the thousands separator. Only used by PHPExcel_Style_NumberFormat::toFormattedString()
  * to format output by PHPExcel_Writer_HTML and PHPExcel_Writer_PDF
  *
  * @param string $pValue Character for thousands separator
  */
 public static function setThousandsSeparator($pValue = ',')
 {
     self::$thousandsSeparator = $pValue;
 }