public function testDUMMY()
 {
     $result = PHPExcel_Calculation_Functions::DUMMY();
     $this->assertEquals('#Not Yet Implemented', $result);
 }