-My very first example of rich text
generated from html markup
-
-
-This block contains an italicized word;
-while this block uses an underline.
-
-
-
-I want to eat healthy foodpizza.
-
-';
-
-$html2='
-
- 100°C is a hot temperature
-
-
-
- 10°F is cold
-
-
';
-
-$html3='23 equals 8';
-
-$html4='H2SO4 is the chemical formula for Sulphuric acid';
-
-
-$wizard = new PHPExcel_Helper_HTML;
-$richText = $wizard->toRichTextObject($html1);
-
-$objPHPExcel->setActiveSheetIndex(0)
- ->setCellValue('A1', $richText);
-
-$objPHPExcel->getActiveSheet()->getColumnDimension('A')->setWidth(48);
-$objPHPExcel->getActiveSheet()->getRowDimension(1)->setRowHeight(-1);
-$objPHPExcel->getActiveSheet()->getStyle('A1')
- ->getAlignment()
- ->setWrapText(true);
-
-$richText = $wizard->toRichTextObject($html2);
-
-$objPHPExcel->setActiveSheetIndex(0)
- ->setCellValue('A2', $richText);
-
-$objPHPExcel->getActiveSheet()->getRowDimension(1)->setRowHeight(-1);
-$objPHPExcel->getActiveSheet()->getStyle('A2')
- ->getAlignment()
- ->setWrapText(true);
-
-$objPHPExcel->setActiveSheetIndex(0)
- ->setCellValue('A3', $wizard->toRichTextObject($html3));
-
-$objPHPExcel->setActiveSheetIndex(0)
- ->setCellValue('A4', $wizard->toRichTextObject($html4));
-
-
-// Rename worksheet
-echo date('H:i:s') , " Rename worksheet" , EOL;
-$objPHPExcel->getActiveSheet()->setTitle('Simple');
-
-
-// Set active sheet index to the first sheet, so Excel opens this as the first sheet
-$objPHPExcel->setActiveSheetIndex(0);
-
-
-// Save Excel 2007 file
-echo date('H:i:s') , " Write to Excel2007 format" , EOL;
-$callStartTime = microtime(true);
-
-$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007');
-$objWriter->save(str_replace('.php', '.xlsx', __FILE__));
-$callEndTime = microtime(true);
-$callTime = $callEndTime - $callStartTime;
-
-echo date('H:i:s') , " File written to " , str_replace('.php', '.xlsx', pathinfo(__FILE__, PATHINFO_BASENAME)) , EOL;
-echo 'Call time to write Workbook was ' , sprintf('%.4f',$callTime) , " seconds" , EOL;
-// Echo memory usage
-echo date('H:i:s') , ' Current memory usage: ' , (memory_get_usage(true) / 1024 / 1024) , " MB" , EOL;
-
-
-// Save Excel 95 file
-echo date('H:i:s') , " Write to Excel5 format" , EOL;
-$callStartTime = microtime(true);
-
-$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5');
-$objWriter->save(str_replace('.php', '.xls', __FILE__));
-$callEndTime = microtime(true);
-$callTime = $callEndTime - $callStartTime;
-
-echo date('H:i:s') , " File written to " , str_replace('.php', '.xls', pathinfo(__FILE__, PATHINFO_BASENAME)) , EOL;
-echo 'Call time to write Workbook was ' , sprintf('%.4f',$callTime) , " seconds" , EOL;
-// Echo memory usage
-echo date('H:i:s') , ' Current memory usage: ' , (memory_get_usage(true) / 1024 / 1024) , " MB" , EOL;
-
-
-// Echo memory peak usage
-echo date('H:i:s') , " Peak memory usage: " , (memory_get_peak_usage(true) / 1024 / 1024) , " MB" , EOL;
-
-// Echo done
-echo date('H:i:s') , " Done writing files" , EOL;
-echo 'Files have been created in ' , getcwd() , EOL;
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/Excel2003XMLReader.php b/htdocs/includes/phpoffice/phpexcel/Examples/Excel2003XMLReader.php
deleted file mode 100644
index 99d6df80728..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/Excel2003XMLReader.php
+++ /dev/null
@@ -1,61 +0,0 @@
-load("Excel2003XMLTest.xml");
-
-
-$callEndTime = microtime(true);
-$callTime = $callEndTime - $callStartTime;
-echo 'Call time to read Workbook was ' , sprintf('%.4f',$callTime) , " seconds" , PHP_EOL;
-// Echo memory usage
-echo date('H:i:s') , ' Current memory usage: ' , (memory_get_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-
-echo date('H:i:s') , " Write to Excel5 format" , PHP_EOL;
-$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5');
-$objWriter->save(str_replace('.php', '.xls', __FILE__));
-echo date('H:i:s') , " File written to " , str_replace('.php', '.xls', __FILE__) , PHP_EOL;
-
-
-// Echo memory peak usage
-echo date('H:i:s') , " Peak memory usage: " , (memory_get_peak_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-// Echo done
-echo date('H:i:s') , " Done writing file" , PHP_EOL;
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/Excel2003XMLTest.xml b/htdocs/includes/phpoffice/phpexcel/Examples/Excel2003XMLTest.xml
deleted file mode 100644
index fb2d305c379..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/Excel2003XMLTest.xml
+++ /dev/null
@@ -1 +0,0 @@
-3#0000004#0000ff5#0080006#00ccff7#8000808#9933669#c0c0c010#c4751211#ccffcc12#ddbc7d13#ff000014#ff00ff15#ff660016#ff990017#ff99cc18#ffff0090001386024075FalseFalse| Test String 1Test for a simple colour-formatted string | 1 | 5 | | A | E | | 6 | | AE | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| Test - String 2 | 2 | 6 | | B | F | | 8 | | BF | | | | Dot | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| Test #3 | 3 | 7 | | C | G | | 10 | | CG | Red | Red | | Dash | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| Test with (") in string | 4 | 8 | | D | H | | 12 | | DH | Orange | Orange | | Dash/Dot/Dot | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | 10 | 26 | 36 | Yellow | Yellow | | Dash/Dot | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| Test #3 | 1.23 | 1 | 1 | | | | | | | Green | Green | | Thin Line | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| Test #3 | 2.34 | 0 | 0 | | | | 0 | | | Blue | Blue | | Thick Dash/Dot/Dot | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| Test #3 | 3.45 | | | | | | | | | Purple | Purple | | Variant Thick Dash/Dot/Dot | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | Pink | Pink | | Thick Dash/Dot | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 1960-12-19T00:00:00.000 | | TOP | | | | 0 | | | | Brown | Brown | | Thick Dash | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 1.5 | | | | | | 0 | | | | | | | Thick Line | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | BOTTOM | | | | | | | | | | | Extra Thick Line | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 1899-12-31T02:30:00.000 | | | | | Мойва сушенаяTests for UTF-8 content | | | | | | | | Double Line | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | LEFT | | | Ärendetext | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 1960-12-19T01:30:00.000 | | | | | Højde | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | RIGHT | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| BOX | | | | Test Column 1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | Test Column 2 | | | Patterned | Patterned 2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | Test Column 3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| Underline None | Rotate 90 | Rotate 45 | Rotate -90 | Rotate -45 | |
| Underline 1 | Subscript | |
| Underline 2 | Superscript | |
| Underline 3 | |
| Underline 4 | |
|
| I don't know if Gnumeric supports Rich Text in the same way as Excel, And this row should be autofit height with text wrap | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| PHPExcel | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| Heading 1 | Heading 2 | Third Heading | Date Heading | Time Heading | | Adjusted Date | Adjusted Number | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| Adjusted Number | Third Heading |
| 1 | 1.11 | 1.11 |
| 2 | 4.44 | 2.22 |
| 3 | 9.99 | 3.33 |
| 4 | 17.76 | 4.44 |
| 5 | 27.75 | 5.55 |
| 6 | 39.96 | 6.66 |
| 7 | 54.39 | 7.77 |
| 8 | 71.04 | 8.88 |
| 9 | 89.91 | 9.99 |
| 10 | 111 | 11.1 |
| 11 | 134.31 | 12.21 |
| 12 | 159.84 | 13.32 |
| 13 | 1.11 | -1.11 |
| ABC | 1 | 1.11 | 2001-01-01T00:00:00.000 | 1899-12-31T01:00:00.000 | | 2000-12-31T00:00:00.000 | 1.11 | | A | 1A | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| BCD | 2 | 2.22 | 2002-02-02T00:00:00.000 | 1899-12-31T02:00:00.000 | | 2002-01-31T00:00:00.000 | 4.44 | | B | 2B | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| CDE | 3 | 3.33 | 2003-03-03T00:00:00.000 | 1899-12-31T03:00:00.000 | | 2003-02-28T00:00:00.000 | 9.99 | | C | 3C | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| DEF | 4 | 4.44 | 2004-04-03T23:00:00.000 | 1899-12-31T04:00:00.000 | | 2004-03-30T23:00:00.000 | 17.76 | | D | 4D | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| EFG | 5 | 5.55 | 2005-05-04T23:00:00.000 | 1899-12-31T05:00:00.000 | | 2005-04-29T23:00:00.000 | 27.75 | | E | 5E | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| FGH | 6 | 6.66 | 2006-06-05T23:00:00.000 | 1899-12-31T06:00:00.000 | | 2006-05-30T23:00:00.000 | 39.96 | | F | 6F | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| GHI | 7 | 7.77 | 2007-07-06T23:00:00.000 | 1899-12-31T07:00:00.000 | | 2007-06-29T23:00:00.000 | 54.39 | | G | 7G | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| HIJ | 8 | 8.88 | 2008-08-07T23:00:00.000 | 1899-12-31T08:00:00.000 | | 2008-07-30T23:00:00.000 | 71.04 | | H | 8H | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| IJK | 9 | 9.99 | 2009-09-08T23:00:00.000 | 1899-12-31T09:00:00.000 | | 2009-08-30T23:00:00.000 | 89.91 | | I | 9I | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| JKL | 10 | 11.1 | 2010-10-09T23:00:00.000 | 1899-12-31T10:00:00.000 | | 2010-09-29T23:00:00.000 | 111 | | J | 10J | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| KLM | 11 | 12.21 | 2011-11-11T00:00:00.000 | 1899-12-31T11:00:00.000 | | 2011-10-31T00:00:00.000 | 134.31 | | K | 11K | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| LMN | 12 | 13.32 | 2012-12-12T00:00:00.000 | 1899-12-31T288:00:00.000 | | 2012-11-30T00:00:00.000 | 159.84 | | L | 12L | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| ZYX | -1 | -1.11 | 1999-12-01T00:00:00.000 | 1899-12-31T23:00:00.000 | | 1999-12-02T00:00:00.000 | 1.11 | | M | -1M | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\ No newline at end of file
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/GnumericReader.php b/htdocs/includes/phpoffice/phpexcel/Examples/GnumericReader.php
deleted file mode 100644
index 5ea2c4f7a0a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/GnumericReader.php
+++ /dev/null
@@ -1,60 +0,0 @@
-load("GnumericTest.gnumeric");
-
-
-$callEndTime = microtime(true);
-$callTime = $callEndTime - $callStartTime;
-echo 'Call time to read Workbook was ' , sprintf('%.4f',$callTime) , " seconds" , PHP_EOL;
-// Echo memory usage
-echo date('H:i:s') , ' Current memory usage: ' , (memory_get_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-
-echo date('H:i:s') , " Write to Excel2007 format" , PHP_EOL;
-$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007');
-$objWriter->save(str_replace('.php', '.xlsx', __FILE__));
-echo date('H:i:s') , " File written to " , str_replace('.php', '.xlsx', __FILE__) , PHP_EOL;
-
-
-// Echo memory peak usage
-echo date('H:i:s') , " Peak memory usage: " , (memory_get_peak_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-// Echo done
-echo date('H:i:s') , " Done writing file" , PHP_EOL;
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/GnumericTest.gnumeric b/htdocs/includes/phpoffice/phpexcel/Examples/GnumericTest.gnumeric
deleted file mode 100644
index ea2fac379e5..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/Examples/GnumericTest.gnumeric and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/OOCalcReader.php b/htdocs/includes/phpoffice/phpexcel/Examples/OOCalcReader.php
deleted file mode 100644
index e278aae4d7b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/OOCalcReader.php
+++ /dev/null
@@ -1,61 +0,0 @@
-load("OOCalcTest.ods");
-
-
-$callEndTime = microtime(true);
-$callTime = $callEndTime - $callStartTime;
-echo 'Call time to read Workbook was ' , sprintf('%.4f',$callTime) , " seconds" , PHP_EOL;
-// Echo memory usage
-echo date('H:i:s') , ' Current memory usage: ' , (memory_get_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-
-echo date('H:i:s') , " Write to Excel2007 format" , PHP_EOL;
-$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007');
-$objWriter->save(str_replace('.php', '.xlsx', __FILE__));
-echo date('H:i:s') , " File written to " , str_replace('.php', '.xlsx', __FILE__) , PHP_EOL;
-
-
-// Echo memory peak usage
-echo date('H:i:s') , " Peak memory usage: " , (memory_get_peak_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-// Echo done
-echo date('H:i:s') , " Done writing file" , PHP_EOL;
-
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/OOCalcReaderPCLZip.php b/htdocs/includes/phpoffice/phpexcel/Examples/OOCalcReaderPCLZip.php
deleted file mode 100644
index 45a5cdacbd2..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/OOCalcReaderPCLZip.php
+++ /dev/null
@@ -1,64 +0,0 @@
-load("OOCalcTest.ods");
-
-
-$callEndTime = microtime(true);
-$callTime = $callEndTime - $callStartTime;
-echo 'Call time to read Workbook was ' , sprintf('%.4f',$callTime) , " seconds" , PHP_EOL;
-// Echo memory usage
-echo date('H:i:s') , ' Current memory usage: ' , (memory_get_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-
-echo date('H:i:s') , " Write to Excel2007 format" , PHP_EOL;
-$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007');
-$objWriter->save(str_replace('.php', '.xlsx', __FILE__));
-echo date('H:i:s') , " File written to " , str_replace('.php', '.xlsx', __FILE__) , PHP_EOL;
-
-
-// Echo memory peak usage
-echo date('H:i:s') , " Peak memory usage: " , (memory_get_peak_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-// Echo done
-echo date('H:i:s') , " Done writing file" , PHP_EOL;
-
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/OOCalcTest.ods b/htdocs/includes/phpoffice/phpexcel/Examples/OOCalcTest.ods
deleted file mode 100644
index b29db7663db..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/Examples/OOCalcTest.ods and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/Quadratic.php b/htdocs/includes/phpoffice/phpexcel/Examples/Quadratic.php
deleted file mode 100644
index 8440c5546bd..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/Quadratic.php
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-Quadratic Equation Solver
-
-
-
-Quadratic Equation Solver
-
-
-getActiveSheet()->setCellValue('A1', $_POST['A']);
- $objPHPExcel->getActiveSheet()->setCellValue('B1', $_POST['B']);
- $objPHPExcel->getActiveSheet()->setCellValue('C1', $_POST['C']);
-
-
- /** Calculate and Display the results **/
- echo '
Roots:
';
-
- $callStartTime = microtime(true);
- echo $objPHPExcel->getActiveSheet()->getCell('B5')->getCalculatedValue().'
';
- echo $objPHPExcel->getActiveSheet()->getCell('B6')->getCalculatedValue().'
';
- $callEndTime = microtime(true);
- $callTime = $callEndTime - $callStartTime;
-
- echo '
Call time for Quadratic Equation Solution was '.sprintf('%.4f',$callTime).' seconds
';
- echo ' Peak memory usage: '.(memory_get_peak_usage(true) / 1024 / 1024).' MB
';
- }
-}
-
-?>
-
-
-
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/Quadratic2.php b/htdocs/includes/phpoffice/phpexcel/Examples/Quadratic2.php
deleted file mode 100644
index 05cd5c17372..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/Quadratic2.php
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-Quadratic Equation Solver
-
-
-
-Quadratic Equation Solver
-
-
-Roots:
';
-
- $callStartTime = microtime(true);
- $discriminantFormula = '=POWER('.$_POST['B'].',2) - (4 * '.$_POST['A'].' * '.$_POST['C'].')';
- $discriminant = PHPExcel_Calculation::getInstance()->calculateFormula($discriminantFormula);
-
- $r1Formula = '=IMDIV(IMSUM(-'.$_POST['B'].',IMSQRT('.$discriminant.')),2 * '.$_POST['A'].')';
- $r2Formula = '=IF('.$discriminant.'=0,"Only one root",IMDIV(IMSUB(-'.$_POST['B'].',IMSQRT('.$discriminant.')),2 * '.$_POST['A'].'))';
-
- echo PHPExcel_Calculation::getInstance()->calculateFormula($r1Formula).'
';
- echo PHPExcel_Calculation::getInstance()->calculateFormula($r2Formula).'
';
- $callEndTime = microtime(true);
- $callTime = $callEndTime - $callStartTime;
-
- echo '
Call time for Quadratic Equation Solution was '.sprintf('%.4f',$callTime).' seconds
';
- echo ' Peak memory usage: '.(memory_get_peak_usage(true) / 1024 / 1024).' MB
';
- }
-}
-
-?>
-
-
-
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/SylkReader.php b/htdocs/includes/phpoffice/phpexcel/Examples/SylkReader.php
deleted file mode 100644
index 8049ff0bf46..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/SylkReader.php
+++ /dev/null
@@ -1,50 +0,0 @@
-save(str_replace('.php', '.xlsx', __FILE__));
-echo date('H:i:s') , " File written to " , str_replace('.php', '.xlsx', __FILE__) , PHP_EOL;
-
-
-// Echo memory peak usage
-echo date('H:i:s') , " Peak memory usage: " , (memory_get_peak_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-// Echo done
-echo date('H:i:s') , " Done writing file" , PHP_EOL;
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/SylkTest.slk b/htdocs/includes/phpoffice/phpexcel/Examples/SylkTest.slk
deleted file mode 100644
index 329abe26f7e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/SylkTest.slk
+++ /dev/null
@@ -1,152 +0,0 @@
-ID;PWXL;N;E
-P;PGeneral
-P;P0
-P;P0.00
-P;P#,##0
-P;P#,##0.00
-P;P#,##0;;\-#,##0
-P;P#,##0;;[Red]\-#,##0
-P;P#,##0.00;;\-#,##0.00
-P;P#,##0.00;;[Red]\-#,##0.00
-P;P"$"#,##0;;\-"$"#,##0
-P;P"$"#,##0;;[Red]\-"$"#,##0
-P;P"$"#,##0.00;;\-"$"#,##0.00
-P;P"$"#,##0.00;;[Red]\-"$"#,##0.00
-P;P0%
-P;P0.00%
-P;P0.00E+00
-P;P##0.0E+0
-P;P#\ ?/?
-P;P#\ ??/??
-P;Pdd/mm/yyyy
-P;Pdd\-mmm\-yy
-P;Pdd\-mmm
-P;Pmmm\-yy
-P;Ph:mm\ AM/PM
-P;Ph:mm:ss\ AM/PM
-P;Phh:mm
-P;Phh:mm:ss
-P;Pdd/mm/yyyy\ hh:mm
-P;Pmm:ss
-P;Pmm:ss.0
-P;P@
-P;P[h]:mm:ss
-P;P_-"$"* #,##0_-;;\-"$"* #,##0_-;;_-"$"* "-"_-;;_-@_-
-P;P_-* #,##0_-;;\-* #,##0_-;;_-* "-"_-;;_-@_-
-P;P_-"$"* #,##0.00_-;;\-"$"* #,##0.00_-;;_-"$"* "-"??_-;;_-@_-
-P;P_-* #,##0.00_-;;\-* #,##0.00_-;;_-* "-"??_-;;_-@_-
-P;FArial;M200
-P;FArial;M200
-P;FArial;M200
-P;FArial;M200
-P;EArial;M200
-P;EArial;M200
-P;EArial;M200
-P;EArial;M200;SB
-P;EArial;M200;SBI
-P;EArial;M200;SI
-P;EArial;M200;SU
-P;EArial;M200;L11
-P;EArial;M200;SB
-P;EArial;M200
-P;EArial;M200;SI
-P;EArial;M200;SBI
-P;EArial;M200;SBU
-P;EArial;M200;SBIU
-P;EArial;M200
-P;EArial;M200;SI
-F;P0;DG0G8;M255
-B;Y18;X10;D0 0 17 9
-O;L;D;V0;K47;G100 0.001
-F;W1 1 17
-F;W4 6 6
-F;M270;R9
-F;M270;R12
-F;M270;R17
-F;M270;R18
-F;SM12;Y1;X1
-C;K"Test String 1"
-F;SM19;X2
-C;K1
-F;SM19;X3
-C;K5
-F;SIDM18;X5
-C;K"A"
-F;SDM17;X6
-C;K"E"
-C;X8;K6;ERC[-6]+RC[-5]
-C;X10;K"AE";ERC[-5]&RC[-4]
-F;SSM0;Y2;X1
-C;K"Test - String 2"
-C;X2;K2
-F;SM19;X3
-C;K6
-C;X5;K"B"
-C;X6;K"F"
-C;X8;K8;ERC[-6]+RC[-5]
-C;X10;K"BF";ERC[-5]&RC[-4]
-C;Y3;X1;K"Test #3"
-F;SM19;X2
-C;K3
-F;SM19;X3
-C;K7
-F;SDM13;X5
-C;K"C"
-F;SIDM16;X6
-C;K"G"
-C;X8;K10;ERC[-6]+RC[-5]
-C;X10;K"CG";ERC[-5]&RC[-4]
-F;SM11;Y4;X1
-C;K"Test with (;;) in string"
-C;X2;K4
-F;SM19;X3
-C;K8
-F;SIM15;X5
-C;K"D"
-C;X6;K"H"
-C;X8;K12;ERC[-6]+RC[-5]
-C;X10;K"DH";ERC[-5]&RC[-4]
-C;Y5;X8;K10;ESUM(R[-4]C[-6]:R[-1]C[-6])
-C;X9;K26;ESUM(R[-4]C[-6]:R[-1]C[-6])
-C;X10;K36;ESUM(R[-4]C[-8]:R[-1]C[-7])
-C;Y6;X2;K1.23
-C;X3;KTRUE
-F;P19;FG0G;X4
-C;Y7;X2;K2.34
-C;X3;KFALSE
-C;Y8;X2;K3.45
-F;Y9;X1
-F;X2
-F;X3
-F;X4
-F;X5
-F;X6
-F;X7
-F;X8
-F;X9
-F;X10
-F;P19;FG0G;Y10;X1
-C;K22269
-F;STM0;X3
-C;K"TOP"
-F;P17;FG0G;Y11;X1
-C;K1.5
-F;Y12
-F;X2
-F;SBM0;X3
-C;K"BOTTOM"
-F;X4
-F;X5
-F;X6
-F;X7
-F;X8
-F;X9
-F;X10
-F;SLM0;Y14;X3
-C;K"LEFT"
-F;SRM0;Y16
-C;K"RIGHT"
-F;Y17
-F;SLRTBM0;Y18
-C;K"BOX"
-E
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/XMLReader.php b/htdocs/includes/phpoffice/phpexcel/Examples/XMLReader.php
deleted file mode 100644
index 1aa0f95f773..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/XMLReader.php
+++ /dev/null
@@ -1,60 +0,0 @@
-load($inputFileName);
-
-
-echo date('H:i:s') , " Write to Excel2007 format" , PHP_EOL;
-$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007');
-$objWriter->save(str_replace('.php', '.xlsx', __FILE__));
-echo date('H:i:s') , " File written to " , str_replace('.php', '.xlsx', __FILE__) , PHP_EOL;
-
-
-// Echo memory peak usage
-echo date('H:i:s') , " Peak memory usage: " , (memory_get_peak_usage(true) / 1024 / 1024) , " MB" , PHP_EOL;
-
-// Echo done
-echo date('H:i:s') , " Done writing file" , PHP_EOL;
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/XMLTest.xml b/htdocs/includes/phpoffice/phpexcel/Examples/XMLTest.xml
deleted file mode 100644
index 4159a94c88c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/XMLTest.xml
+++ /dev/null
@@ -1,450 +0,0 @@
-
-
-
-
- Excel 2003 XML Test Workbook
- This is a test workbook saved as Excel 2003 XML
- Mark Baker
- PHPExcel Excel 2003 XML Reader
- This is a test for the PHPExcel Reader for workbooks saved using Excel 2003's XML Format
- Mark Baker
- 2009-09-11T08:26:08Z
- 2009-09-17T22:53:09Z
- Reader
- PHPExcel
- 14.00
-
-
-
-
-
- 13176
- 28452
- 240
- 516
- False
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Test String 1 |
- 1 |
- 5 |
- A |
- E |
- 6 |
- AE |
-
-
- | Test - String 2 |
- 2 |
- 6 |
- B |
- F |
- 8 |
- BF |
-
-
- | Test #3 |
- 3 |
- 7 |
- C |
- G |
- 10 |
- CG |
-
-
- | Test with (") in string |
- 4 |
- 8 |
- D |
- H |
- 12 |
- DH |
-
-
- | 10 |
- 26 |
- 36 |
-
-
- | 1.23 |
- 1 |
- |
-
-
- | 2.34 |
- 0 |
-
-
- | 3.45 |
-
-
-
- | 1960-12-19T00:00:00.000 |
- TOP |
- #N/A |
-
-
- | 1.5 |
- #DIV/0! |
-
-
- | BOTTOM |
-
-
- | LEFT |
-
-
- | RIGHT |
-
-
-
- | BOX |
- |
- Test Column 1 |
-
-
- | Test Column 2 |
-
-
- | Test Column 3 |
-
-
-
-
-
-
-
-
-
-
-
- 600
- 600
-
-
-
-
- 3
- 17
- 4
-
-
- False
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Heading 1 |
- Heading 2 |
- Third Heading |
- Date Heading |
- Adjusted Date |
- Adjusted Number |
-
-
- | ABC |
- 1 |
- 1.1100000000000001 |
- 2001-01-01T00:00:00.000 |
- 2000-12-31T00:00:00.000 |
- 1.1100000000000001 |
-
-
- | BCD |
- 2 |
- 2.2200000000000002 |
- 2002-02-02T00:00:00.000 |
- 2002-01-31T00:00:00.000 |
- 4.4400000000000004 |
-
-
- | CDE |
- 3 |
- 3.33 |
- 2003-03-03T00:00:00.000 |
- 2003-02-28T00:00:00.000 |
- 9.99 |
-
-
- | DEF |
- 4 |
- 4.4400000000000004 |
- 2004-04-03T23:00:00.000 |
- 2004-03-30T23:00:00.000 |
- 17.760000000000002 |
-
-
- | EFG |
- 5 |
- 5.55 |
- 2005-05-04T23:00:00.000 |
- 2005-04-29T23:00:00.000 |
- 27.75 |
-
-
- | FGH |
- 6 |
- 6.66 |
- 2006-06-05T23:00:00.000 |
- 2006-05-30T23:00:00.000 |
- 39.96 |
-
-
- | GHI |
- 7 |
- 7.77 |
- 2007-07-06T23:00:00.000 |
- 2007-06-29T23:00:00.000 |
- 54.39 |
-
-
- | HIJ |
- 8 |
- 8.8800000000000008 |
- 2008-08-07T23:00:00.000 |
- 2008-07-30T23:00:00.000 |
- 71.040000000000006 |
-
-
- | IJK |
- 9 |
- 9.99 |
- 2009-09-08T23:00:00.000 |
- 2009-08-30T23:00:00.000 |
- 89.91 |
-
-
- | JKL |
- 10 |
- 11.1 |
- 2010-10-09T23:00:00.000 |
- 2010-09-29T23:00:00.000 |
- 111 |
-
-
- | KLM |
- 11 |
- 12.21 |
- 2011-11-11T00:00:00.000 |
- 2011-10-31T00:00:00.000 |
- 134.31 |
-
-
- | LMN |
- 12 |
- 13.32 |
- 2012-12-12T00:00:00.000 |
- 2012-11-30T00:00:00.000 |
- 159.84 |
-
-
- | ZYX |
- -1 |
- -1.1100000000000001 |
- 1999-12-01T00:00:00.000 |
- 1999-12-02T00:00:00.000 |
- 1.1100000000000001 |
-
-
-
-
-
-
-
-
-
-
-
- 600
- 600
-
- False
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
- R2C3:R14C3
-
- Greater
- 0
-
-
-
- Less
- 0
-
-
-
-
-
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Africa.txt b/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Africa.txt
deleted file mode 100644
index 407fa769aa3..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Africa.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-Algeria
-Angola
-Benin
-Botswana
-Burkina
-Burundi
-Cameroon
-Cape Verde
-Central African Republic
-Chad
-Comoros
-Congo
-Congo, Democratic Republic of
-Djibouti
-Egypt
-Equatorial Guinea
-Eritrea
-Ethiopia
-Gabon
-Gambia
-Ghana
-Guinea
-Guinea-Bissau
-Ivory Coast
-Kenya
-Lesotho
-Liberia
-Libya
-Madagascar
-Malawi
-Mali
-Mauritania
-Mauritius
-Morocco
-Mozambique
-Namibia
-Niger
-Nigeria
-Rwanda
-Sao Tome and Principe
-Senegal
-Seychelles
-Sierra Leone
-Somalia
-South Africa
-South Sudan
-Sudan
-Swaziland
-Tanzania
-Togo
-Tunisia
-Uganda
-Zambia
-Zimbabwe
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Asia.txt b/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Asia.txt
deleted file mode 100644
index 9ce006c53c8..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Asia.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-Afghanistan
-Bahrain
-Bangladesh
-Bhutan
-Brunei
-Burma (Myanmar)
-Cambodia
-China
-East Timor
-India
-Indonesia
-Iran
-Iraq
-Israel
-Japan
-Jordan
-Kazakhstan
-Korea, North
-Korea, South
-Kuwait
-Kyrgyzstan
-Laos
-Lebanon
-Malaysia
-Maldives
-Mongolia
-Nepal
-Oman
-Pakistan
-Philippines
-Qatar
-Russian Federation
-Saudi Arabia
-Singapore
-Sri Lanka
-Syria
-Tajikistan
-Thailand
-Turkey
-Turkmenistan
-United Arab Emirates
-Uzbekistan
-Vietnam
-Yemen
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Europe.txt b/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Europe.txt
deleted file mode 100644
index 70c11607ab9..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Europe.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-Albania
-Andorra
-Armenia
-Austria
-Azerbaijan
-Belarus
-Belgium
-Bosnia and Herzegovina
-Bulgaria
-Croatia
-Cyprus
-Czech Republic
-Denmark
-Estonia
-Finland
-France
-Georgia
-Germany
-Greece
-Hungary
-Iceland
-Ireland
-Italy
-Latvia
-Liechtenstein
-Lithuania
-Luxembourg
-Macedonia
-Malta
-Moldova
-Monaco
-Montenegro
-Netherlands
-Norway
-Poland
-Portugal
-Romania
-San Marino
-Serbia
-Slovakia
-Slovenia
-Spain
-Sweden
-Switzerland
-Ukraine
-United Kingdom
-Vatican City
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/North America.txt b/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/North America.txt
deleted file mode 100644
index 5881ae132ab..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/North America.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Antigua and Barbuda
-Bahamas
-Barbados
-Belize
-Canada
-Costa Rica
-Cuba
-Dominica
-Dominican Republic
-El Salvador
-Grenada
-Guatemala
-Haiti
-Honduras
-Jamaica
-Mexico
-Nicaragua
-Panama
-Saint Kitts and Nevis
-Saint Lucia
-Saint Vincent and the Grenadines
-Trinidad and Tobago
-United States
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Oceania.txt b/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Oceania.txt
deleted file mode 100644
index cbdc896c1ca..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/Oceania.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Australia
-Fiji
-Kiribati
-Marshall Islands
-Micronesia
-Nauru
-New Zealand
-Palau
-Papua New Guinea
-Samoa
-Solomon Islands
-Tonga
-Tuvalu
-Vanuatu
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/South America.txt b/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/South America.txt
deleted file mode 100644
index 777ffbfb94b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/data/continents/South America.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Argentina
-Bolivia
-Brazil
-Chile
-Colombia
-Ecuador
-Guyana
-Paraguay
-Peru
-Suriname
-Uruguay
-Venezuela
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/images/officelogo.jpg b/htdocs/includes/phpoffice/phpexcel/Examples/images/officelogo.jpg
deleted file mode 100644
index 7e0133d1346..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/Examples/images/officelogo.jpg and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/images/paid.png b/htdocs/includes/phpoffice/phpexcel/Examples/images/paid.png
deleted file mode 100644
index a4355bd6de5..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/Examples/images/paid.png and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/images/phpexcel_logo.gif b/htdocs/includes/phpoffice/phpexcel/Examples/images/phpexcel_logo.gif
deleted file mode 100644
index 6e1b5ee4526..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/Examples/images/phpexcel_logo.gif and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/images/termsconditions.jpg b/htdocs/includes/phpoffice/phpexcel/Examples/images/termsconditions.jpg
deleted file mode 100644
index 1f21302e426..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/Examples/images/termsconditions.jpg and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/Examples/runall.php b/htdocs/includes/phpoffice/phpexcel/Examples/runall.php
deleted file mode 100644
index b2af1ccd0be..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/Examples/runall.php
+++ /dev/null
@@ -1,130 +0,0 @@
-assertTrue(is_bool($result));
- // ... indicating failure
- $this->assertFalse($result);
- }
-
- public function testAutoloaderInvalidPHPExcelClass()
- {
- $className = 'PHPExcel_Invalid_Class';
-
- $result = PHPExcel_Autoloader::Load($className);
- // Must return a boolean...
- $this->assertTrue(is_bool($result));
- // ... indicating failure
- $this->assertFalse($result);
- }
-
- public function testAutoloadValidPHPExcelClass()
- {
- $className = 'PHPExcel_IOFactory';
-
- $result = PHPExcel_Autoloader::Load($className);
- // Check that class has been loaded
- $this->assertTrue(class_exists($className));
- }
-
- public function testAutoloadInstantiateSuccess()
- {
- $result = new PHPExcel_Calculation_Function(1,2,3);
- // Must return an object...
- $this->assertTrue(is_object($result));
- // ... of the correct type
- $this->assertTrue(is_a($result,'PHPExcel_Calculation_Function'));
- }
-
-}
\ No newline at end of file
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/DateTimeTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/DateTimeTest.php
deleted file mode 100644
index d4bdc5abff2..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/DateTimeTest.php
+++ /dev/null
@@ -1,466 +0,0 @@
-assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDATE()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/DATE.data');
- }
-
- public function testDATEtoPHP()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_NUMERIC);
- $result = PHPExcel_Calculation_DateTime::DATE(2012,1,31);
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- $this->assertEquals(1327968000, $result, NULL, 1E-8);
- }
-
- public function testDATEtoPHPObject()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_OBJECT);
- $result = PHPExcel_Calculation_DateTime::DATE(2012,1,31);
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- // Must return an object...
- $this->assertTrue(is_object($result));
- // ... of the correct type
- $this->assertTrue(is_a($result,'DateTime'));
- // ... with the correct value
- $this->assertEquals($result->format('d-M-Y'),'31-Jan-2012');
- }
-
- public function testDATEwith1904Calendar()
- {
- PHPExcel_Shared_Date::setExcelCalendar(PHPExcel_Shared_Date::CALENDAR_MAC_1904);
- $result = PHPExcel_Calculation_DateTime::DATE(1918,11,11);
- PHPExcel_Shared_Date::setExcelCalendar(PHPExcel_Shared_Date::CALENDAR_WINDOWS_1900);
- $this->assertEquals($result,5428);
- }
-
- public function testDATEwith1904CalendarError()
- {
- PHPExcel_Shared_Date::setExcelCalendar(PHPExcel_Shared_Date::CALENDAR_MAC_1904);
- $result = PHPExcel_Calculation_DateTime::DATE(1901,1,31);
- PHPExcel_Shared_Date::setExcelCalendar(PHPExcel_Shared_Date::CALENDAR_WINDOWS_1900);
- $this->assertEquals($result,'#NUM!');
- }
-
- /**
- * @dataProvider providerDATEVALUE
- */
- public function testDATEVALUE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','DATEVALUE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDATEVALUE()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/DATEVALUE.data');
- }
-
- public function testDATEVALUEtoPHP()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_NUMERIC);
- $result = PHPExcel_Calculation_DateTime::DATEVALUE('2012-1-31');
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- $this->assertEquals(1327968000, $result, NULL, 1E-8);
- }
-
- public function testDATEVALUEtoPHPObject()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_OBJECT);
- $result = PHPExcel_Calculation_DateTime::DATEVALUE('2012-1-31');
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- // Must return an object...
- $this->assertTrue(is_object($result));
- // ... of the correct type
- $this->assertTrue(is_a($result,'DateTime'));
- // ... with the correct value
- $this->assertEquals($result->format('d-M-Y'),'31-Jan-2012');
- }
-
- /**
- * @dataProvider providerYEAR
- */
- public function testYEAR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','YEAR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerYEAR()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/YEAR.data');
- }
-
- /**
- * @dataProvider providerMONTH
- */
- public function testMONTH()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','MONTHOFYEAR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerMONTH()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/MONTH.data');
- }
-
- /**
- * @dataProvider providerWEEKNUM
- */
- public function testWEEKNUM()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','WEEKOFYEAR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerWEEKNUM()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/WEEKNUM.data');
- }
-
- /**
- * @dataProvider providerWEEKDAY
- */
- public function testWEEKDAY()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','DAYOFWEEK'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerWEEKDAY()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/WEEKDAY.data');
- }
-
- /**
- * @dataProvider providerDAY
- */
- public function testDAY()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','DAYOFMONTH'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDAY()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/DAY.data');
- }
-
- /**
- * @dataProvider providerTIME
- */
- public function testTIME()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','TIME'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerTIME()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/TIME.data');
- }
-
- public function testTIMEtoPHP()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_NUMERIC);
- $result = PHPExcel_Calculation_DateTime::TIME(7,30,20);
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- $this->assertEquals(27020, $result, NULL, 1E-8);
- }
-
- public function testTIMEtoPHPObject()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_OBJECT);
- $result = PHPExcel_Calculation_DateTime::TIME(7,30,20);
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- // Must return an object...
- $this->assertTrue(is_object($result));
- // ... of the correct type
- $this->assertTrue(is_a($result,'DateTime'));
- // ... with the correct value
- $this->assertEquals($result->format('H:i:s'),'07:30:20');
- }
-
- /**
- * @dataProvider providerTIMEVALUE
- */
- public function testTIMEVALUE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','TIMEVALUE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerTIMEVALUE()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/TIMEVALUE.data');
- }
-
- public function testTIMEVALUEtoPHP()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_NUMERIC);
- $result = PHPExcel_Calculation_DateTime::TIMEVALUE('7:30:20');
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- $this->assertEquals(23420, $result, NULL, 1E-8);
- }
-
- public function testTIMEVALUEtoPHPObject()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_OBJECT);
- $result = PHPExcel_Calculation_DateTime::TIMEVALUE('7:30:20');
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- // Must return an object...
- $this->assertTrue(is_object($result));
- // ... of the correct type
- $this->assertTrue(is_a($result,'DateTime'));
- // ... with the correct value
- $this->assertEquals($result->format('H:i:s'),'07:30:20');
- }
-
- /**
- * @dataProvider providerHOUR
- */
- public function testHOUR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','HOUROFDAY'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerHOUR()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/HOUR.data');
- }
-
- /**
- * @dataProvider providerMINUTE
- */
- public function testMINUTE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','MINUTEOFHOUR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerMINUTE()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/MINUTE.data');
- }
-
- /**
- * @dataProvider providerSECOND
- */
- public function testSECOND()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','SECONDOFMINUTE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerSECOND()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/SECOND.data');
- }
-
- /**
- * @dataProvider providerNETWORKDAYS
- */
- public function testNETWORKDAYS()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','NETWORKDAYS'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerNETWORKDAYS()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/NETWORKDAYS.data');
- }
-
- /**
- * @dataProvider providerWORKDAY
- */
- public function testWORKDAY()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','WORKDAY'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerWORKDAY()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/WORKDAY.data');
- }
-
- /**
- * @dataProvider providerEDATE
- */
- public function testEDATE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','EDATE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerEDATE()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/EDATE.data');
- }
-
- public function testEDATEtoPHP()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_NUMERIC);
- $result = PHPExcel_Calculation_DateTime::EDATE('2012-1-26',-1);
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- $this->assertEquals(1324857600, $result, NULL, 1E-8);
- }
-
- public function testEDATEtoPHPObject()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_OBJECT);
- $result = PHPExcel_Calculation_DateTime::EDATE('2012-1-26',-1);
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- // Must return an object...
- $this->assertTrue(is_object($result));
- // ... of the correct type
- $this->assertTrue(is_a($result,'DateTime'));
- // ... with the correct value
- $this->assertEquals($result->format('d-M-Y'),'26-Dec-2011');
- }
-
- /**
- * @dataProvider providerEOMONTH
- */
- public function testEOMONTH()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','EOMONTH'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerEOMONTH()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/EOMONTH.data');
- }
-
- public function testEOMONTHtoPHP()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_NUMERIC);
- $result = PHPExcel_Calculation_DateTime::EOMONTH('2012-1-26',-1);
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- $this->assertEquals(1325289600, $result, NULL, 1E-8);
- }
-
- public function testEOMONTHtoPHPObject()
- {
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_PHP_OBJECT);
- $result = PHPExcel_Calculation_DateTime::EOMONTH('2012-1-26',-1);
- PHPExcel_Calculation_Functions::setReturnDateType(PHPExcel_Calculation_Functions::RETURNDATE_EXCEL);
- // Must return an object...
- $this->assertTrue(is_object($result));
- // ... of the correct type
- $this->assertTrue(is_a($result,'DateTime'));
- // ... with the correct value
- $this->assertEquals($result->format('d-M-Y'),'31-Dec-2011');
- }
-
- /**
- * @dataProvider providerDATEDIF
- */
- public function testDATEDIF()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','DATEDIF'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDATEDIF()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/DATEDIF.data');
- }
-
- /**
- * @dataProvider providerDAYS360
- */
- public function testDAYS360()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','DAYS360'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDAYS360()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/DAYS360.data');
- }
-
- /**
- * @dataProvider providerYEARFRAC
- */
- public function testYEARFRAC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_DateTime','YEARFRAC'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerYEARFRAC()
- {
- return new testDataFileIterator('rawTestData/Calculation/DateTime/YEARFRAC.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/EngineeringTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/EngineeringTest.php
deleted file mode 100644
index 1f511ffacc0..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/EngineeringTest.php
+++ /dev/null
@@ -1,698 +0,0 @@
-assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerBESSELI()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/BESSELI.data');
- }
-
- /**
- * @dataProvider providerBESSELJ
- */
- public function testBESSELJ()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','BESSELJ'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerBESSELJ()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/BESSELJ.data');
- }
-
- /**
- * @dataProvider providerBESSELK
- */
- public function testBESSELK()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','BESSELK'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerBESSELK()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/BESSELK.data');
- }
-
- /**
- * @dataProvider providerBESSELY
- */
- public function testBESSELY()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','BESSELY'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerBESSELY()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/BESSELY.data');
- }
-
- /**
- * @dataProvider providerCOMPLEX
- */
- public function testCOMPLEX()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','COMPLEX'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerCOMPLEX()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/COMPLEX.data');
- }
-
- /**
- * @dataProvider providerIMAGINARY
- */
- public function testIMAGINARY()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMAGINARY'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIMAGINARY()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMAGINARY.data');
- }
-
- /**
- * @dataProvider providerIMREAL
- */
- public function testIMREAL()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMREAL'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIMREAL()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMREAL.data');
- }
-
- /**
- * @dataProvider providerIMABS
- */
- public function testIMABS()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMABS'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIMABS()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMABS.data');
- }
-
- /**
- * @dataProvider providerIMARGUMENT
- */
- public function testIMARGUMENT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMARGUMENT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIMARGUMENT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMARGUMENT.data');
- }
-
- /**
- * @dataProvider providerIMCONJUGATE
- */
- public function testIMCONJUGATE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMCONJUGATE'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMCONJUGATE()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMCONJUGATE.data');
- }
-
- /**
- * @dataProvider providerIMCOS
- */
- public function testIMCOS()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMCOS'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMCOS()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMCOS.data');
- }
-
- /**
- * @dataProvider providerIMDIV
- */
- public function testIMDIV()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMDIV'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMDIV()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMDIV.data');
- }
-
- /**
- * @dataProvider providerIMEXP
- */
- public function testIMEXP()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMEXP'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMEXP()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMEXP.data');
- }
-
- /**
- * @dataProvider providerIMLN
- */
- public function testIMLN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMLN'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMLN()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMLN.data');
- }
-
- /**
- * @dataProvider providerIMLOG2
- */
- public function testIMLOG2()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMLOG2'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMLOG2()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMLOG2.data');
- }
-
- /**
- * @dataProvider providerIMLOG10
- */
- public function testIMLOG10()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMLOG10'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMLOG10()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMLOG10.data');
- }
-
- /**
- * @dataProvider providerIMPOWER
- */
- public function testIMPOWER()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMPOWER'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMPOWER()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMPOWER.data');
- }
-
- /**
- * @dataProvider providerIMPRODUCT
- */
- public function testIMPRODUCT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMPRODUCT'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMPRODUCT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMPRODUCT.data');
- }
-
- /**
- * @dataProvider providerIMSIN
- */
- public function testIMSIN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMSIN'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMSIN()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMSIN.data');
- }
-
- /**
- * @dataProvider providerIMSQRT
- */
- public function testIMSQRT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMSQRT'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMSQRT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMSQRT.data');
- }
-
- /**
- * @dataProvider providerIMSUB
- */
- public function testIMSUB()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMSUB'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMSUB()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMSUB.data');
- }
-
- /**
- * @dataProvider providerIMSUM
- */
- public function testIMSUM()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','IMSUM'),$args);
- $complexAssert = new complexAssert();
- $this->assertTrue($complexAssert->assertComplexEquals($expectedResult, $result, 1E-8),
- $complexAssert->getErrorMessage());
- }
-
- public function providerIMSUM()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/IMSUM.data');
- }
-
- /**
- * @dataProvider providerERF
- */
- public function testERF()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','ERF'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerERF()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/ERF.data');
- }
-
- /**
- * @dataProvider providerERFC
- */
- public function testERFC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','ERFC'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerERFC()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/ERFC.data');
- }
-
- /**
- * @dataProvider providerBIN2DEC
- */
- public function testBIN2DEC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','BINTODEC'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerBIN2DEC()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/BIN2DEC.data');
- }
-
- /**
- * @dataProvider providerBIN2HEX
- */
- public function testBIN2HEX()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','BINTOHEX'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerBIN2HEX()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/BIN2HEX.data');
- }
-
- /**
- * @dataProvider providerBIN2OCT
- */
- public function testBIN2OCT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','BINTOOCT'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerBIN2OCT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/BIN2OCT.data');
- }
-
- /**
- * @dataProvider providerDEC2BIN
- */
- public function testDEC2BIN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','DECTOBIN'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerDEC2BIN()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/DEC2BIN.data');
- }
-
- /**
- * @dataProvider providerDEC2HEX
- */
- public function testDEC2HEX()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','DECTOHEX'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerDEC2HEX()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/DEC2HEX.data');
- }
-
- /**
- * @dataProvider providerDEC2OCT
- */
- public function testDEC2OCT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','DECTOOCT'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerDEC2OCT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/DEC2OCT.data');
- }
-
- /**
- * @dataProvider providerHEX2BIN
- */
- public function testHEX2BIN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','HEXTOBIN'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerHEX2BIN()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/HEX2BIN.data');
- }
-
- /**
- * @dataProvider providerHEX2DEC
- */
- public function testHEX2DEC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','HEXTODEC'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerHEX2DEC()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/HEX2DEC.data');
- }
-
- /**
- * @dataProvider providerHEX2OCT
- */
- public function testHEX2OCT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','HEXTOOCT'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerHEX2OCT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/HEX2OCT.data');
- }
-
- /**
- * @dataProvider providerOCT2BIN
- */
- public function testOCT2BIN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','OCTTOBIN'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerOCT2BIN()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/OCT2BIN.data');
- }
-
- /**
- * @dataProvider providerOCT2DEC
- */
- public function testOCT2DEC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','OCTTODEC'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerOCT2DEC()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/OCT2DEC.data');
- }
-
- /**
- * @dataProvider providerOCT2HEX
- */
- public function testOCT2HEX()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','OCTTOHEX'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerOCT2HEX()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/OCT2HEX.data');
- }
-
- /**
- * @dataProvider providerDELTA
- */
- public function testDELTA()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','DELTA'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerDELTA()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/DELTA.data');
- }
-
- /**
- * @dataProvider providerGESTEP
- */
- public function testGESTEP()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','GESTEP'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerGESTEP()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/GESTEP.data');
- }
-
- public function testGetConversionGroups()
- {
- $result = PHPExcel_Calculation_Engineering::getConversionGroups();
- $this->assertInternalType('array', $result);
- }
-
- public function testGetConversionGroupUnits()
- {
- $result = PHPExcel_Calculation_Engineering::getConversionGroupUnits();
- $this->assertInternalType('array', $result);
- }
-
- public function testGetConversionGroupUnitDetails()
- {
- $result = PHPExcel_Calculation_Engineering::getConversionGroupUnitDetails();
- $this->assertInternalType('array', $result);
- }
-
- public function testGetConversionMultipliers()
- {
- $result = PHPExcel_Calculation_Engineering::getConversionMultipliers();
- $this->assertInternalType('array', $result);
- }
-
- /**
- * @dataProvider providerCONVERTUOM
- */
- public function testCONVERTUOM()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Engineering','CONVERTUOM'),$args);
- $this->assertEquals($expectedResult, $result, NULL);
- }
-
- public function providerCONVERTUOM()
- {
- return new testDataFileIterator('rawTestData/Calculation/Engineering/CONVERTUOM.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FinancialTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FinancialTest.php
deleted file mode 100644
index f5689c95048..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FinancialTest.php
+++ /dev/null
@@ -1,516 +0,0 @@
-assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerACCRINT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/ACCRINT.data');
- }
-
- /**
- * @dataProvider providerACCRINTM
- */
- public function testACCRINTM()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','ACCRINTM'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerACCRINTM()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/ACCRINTM.data');
- }
-
- /**
- * @dataProvider providerAMORDEGRC
- */
- public function testAMORDEGRC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','AMORDEGRC'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerAMORDEGRC()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/AMORDEGRC.data');
- }
-
- /**
- * @dataProvider providerAMORLINC
- */
- public function testAMORLINC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','AMORLINC'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerAMORLINC()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/AMORLINC.data');
- }
-
- /**
- * @dataProvider providerCOUPDAYBS
- */
- public function testCOUPDAYBS()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','COUPDAYBS'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerCOUPDAYBS()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/COUPDAYBS.data');
- }
-
- /**
- * @dataProvider providerCOUPDAYS
- */
- public function testCOUPDAYS()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','COUPDAYS'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerCOUPDAYS()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/COUPDAYS.data');
- }
-
- /**
- * @dataProvider providerCOUPDAYSNC
- */
- public function testCOUPDAYSNC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','COUPDAYSNC'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerCOUPDAYSNC()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/COUPDAYSNC.data');
- }
-
- /**
- * @dataProvider providerCOUPNCD
- */
- public function testCOUPNCD()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','COUPNCD'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerCOUPNCD()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/COUPNCD.data');
- }
-
- /**
- * @dataProvider providerCOUPNUM
- */
- public function testCOUPNUM()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','COUPNUM'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerCOUPNUM()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/COUPNUM.data');
- }
-
- /**
- * @dataProvider providerCOUPPCD
- */
- public function testCOUPPCD()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','COUPPCD'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerCOUPPCD()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/COUPPCD.data');
- }
-
- /**
- * @dataProvider providerCUMIPMT
- */
- public function testCUMIPMT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','CUMIPMT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerCUMIPMT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/CUMIPMT.data');
- }
-
- /**
- * @dataProvider providerCUMPRINC
- */
- public function testCUMPRINC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','CUMPRINC'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerCUMPRINC()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/CUMPRINC.data');
- }
-
- /**
- * @dataProvider providerDB
- */
- public function testDB()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','DB'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDB()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/DB.data');
- }
-
- /**
- * @dataProvider providerDDB
- */
- public function testDDB()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','DDB'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDDB()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/DDB.data');
- }
-
- /**
- * @dataProvider providerDISC
- */
- public function testDISC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','DISC'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDISC()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/DISC.data');
- }
-
- /**
- * @dataProvider providerDOLLARDE
- */
- public function testDOLLARDE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','DOLLARDE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDOLLARDE()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/DOLLARDE.data');
- }
-
- /**
- * @dataProvider providerDOLLARFR
- */
- public function testDOLLARFR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','DOLLARFR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerDOLLARFR()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/DOLLARFR.data');
- }
-
- /**
- * @dataProvider providerEFFECT
- */
- public function testEFFECT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','EFFECT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerEFFECT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/EFFECT.data');
- }
-
- /**
- * @dataProvider providerFV
- */
- public function testFV()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','FV'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerFV()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/FV.data');
- }
-
- /**
- * @dataProvider providerFVSCHEDULE
- */
- public function testFVSCHEDULE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','FVSCHEDULE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerFVSCHEDULE()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/FVSCHEDULE.data');
- }
-
- /**
- * @dataProvider providerINTRATE
- */
- public function testINTRATE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','INTRATE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerINTRATE()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/INTRATE.data');
- }
-
- /**
- * @dataProvider providerIPMT
- */
- public function testIPMT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','IPMT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIPMT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/IPMT.data');
- }
-
- /**
- * @dataProvider providerIRR
- */
- public function testIRR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','IRR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIRR()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/IRR.data');
- }
-
- /**
- * @dataProvider providerISPMT
- */
- public function testISPMT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','ISPMT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerISPMT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/ISPMT.data');
- }
-
- /**
- * @dataProvider providerMIRR
- */
- public function testMIRR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','MIRR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerMIRR()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/MIRR.data');
- }
-
- /**
- * @dataProvider providerNOMINAL
- */
- public function testNOMINAL()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','NOMINAL'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerNOMINAL()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/NOMINAL.data');
- }
-
- /**
- * @dataProvider providerNPER
- */
- public function testNPER()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','NPER'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerNPER()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/NPER.data');
- }
-
- /**
- * @dataProvider providerNPV
- */
- public function testNPV()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','NPV'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerNPV()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/NPV.data');
- }
-
- /**
- * @dataProvider providerPRICE
- */
- public function testPRICE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','PRICE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerPRICE()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/PRICE.data');
- }
-
- /**
- * @dataProvider providerRATE
- */
- public function testRATE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','RATE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerRATE()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/RATE.data');
- }
-
- /**
- * @dataProvider providerXIRR
- */
- public function testXIRR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Financial','XIRR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerXIRR()
- {
- return new testDataFileIterator('rawTestData/Calculation/Financial/XIRR.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php
deleted file mode 100644
index 013332940ff..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php
+++ /dev/null
@@ -1,276 +0,0 @@
-assertEquals('#Not Yet Implemented', $result);
- }
-
- public function testDIV0()
- {
- $result = PHPExcel_Calculation_Functions::DIV0();
- $this->assertEquals('#DIV/0!', $result);
- }
-
- public function testNA()
- {
- $result = PHPExcel_Calculation_Functions::NA();
- $this->assertEquals('#N/A', $result);
- }
-
- public function testNaN()
- {
- $result = PHPExcel_Calculation_Functions::NaN();
- $this->assertEquals('#NUM!', $result);
- }
-
- public function testNAME()
- {
- $result = PHPExcel_Calculation_Functions::NAME();
- $this->assertEquals('#NAME?', $result);
- }
-
- public function testREF()
- {
- $result = PHPExcel_Calculation_Functions::REF();
- $this->assertEquals('#REF!', $result);
- }
-
- public function testNULL()
- {
- $result = PHPExcel_Calculation_Functions::NULL();
- $this->assertEquals('#NULL!', $result);
- }
-
- public function testVALUE()
- {
- $result = PHPExcel_Calculation_Functions::VALUE();
- $this->assertEquals('#VALUE!', $result);
- }
-
- /**
- * @dataProvider providerIS_BLANK
- */
- public function testIS_BLANK()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_BLANK'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_BLANK()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_BLANK.data');
- }
-
- /**
- * @dataProvider providerIS_ERR
- */
- public function testIS_ERR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_ERR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_ERR()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_ERR.data');
- }
-
- /**
- * @dataProvider providerIS_ERROR
- */
- public function testIS_ERROR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_ERROR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_ERROR()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_ERROR.data');
- }
-
- /**
- * @dataProvider providerERROR_TYPE
- */
- public function testERROR_TYPE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','ERROR_TYPE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerERROR_TYPE()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/ERROR_TYPE.data');
- }
-
- /**
- * @dataProvider providerIS_LOGICAL
- */
- public function testIS_LOGICAL()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_LOGICAL'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_LOGICAL()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_LOGICAL.data');
- }
-
- /**
- * @dataProvider providerIS_NA
- */
- public function testIS_NA()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_NA'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_NA()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_NA.data');
- }
-
- /**
- * @dataProvider providerIS_NUMBER
- */
- public function testIS_NUMBER()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_NUMBER'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_NUMBER()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_NUMBER.data');
- }
-
- /**
- * @dataProvider providerIS_TEXT
- */
- public function testIS_TEXT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_TEXT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_TEXT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_TEXT.data');
- }
-
- /**
- * @dataProvider providerIS_NONTEXT
- */
- public function testIS_NONTEXT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_NONTEXT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_NONTEXT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_NONTEXT.data');
- }
-
- /**
- * @dataProvider providerIS_EVEN
- */
- public function testIS_EVEN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_EVEN'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_EVEN()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_EVEN.data');
- }
-
- /**
- * @dataProvider providerIS_ODD
- */
- public function testIS_ODD()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','IS_ODD'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerIS_ODD()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/IS_ODD.data');
- }
-
- /**
- * @dataProvider providerTYPE
- */
- public function testTYPE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','TYPE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerTYPE()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/TYPE.data');
- }
-
- /**
- * @dataProvider providerN
- */
- public function testN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Functions','N'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerN()
- {
- return new testDataFileIterator('rawTestData/Calculation/Functions/N.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/LogicalTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/LogicalTest.php
deleted file mode 100644
index cc8f8b33383..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/LogicalTest.php
+++ /dev/null
@@ -1,112 +0,0 @@
-assertEquals(TRUE, $result);
- }
-
- public function testFALSE()
- {
- $result = PHPExcel_Calculation_Logical::FALSE();
- $this->assertEquals(FALSE, $result);
- }
-
- /**
- * @dataProvider providerAND
- */
- public function testAND()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Logical','LOGICAL_AND'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerAND()
- {
- return new testDataFileIterator('rawTestData/Calculation/Logical/AND.data');
- }
-
- /**
- * @dataProvider providerOR
- */
- public function testOR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Logical','LOGICAL_OR'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerOR()
- {
- return new testDataFileIterator('rawTestData/Calculation/Logical/OR.data');
- }
-
- /**
- * @dataProvider providerNOT
- */
- public function testNOT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Logical','NOT'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerNOT()
- {
- return new testDataFileIterator('rawTestData/Calculation/Logical/NOT.data');
- }
-
- /**
- * @dataProvider providerIF
- */
- public function testIF()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Logical','STATEMENT_IF'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerIF()
- {
- return new testDataFileIterator('rawTestData/Calculation/Logical/IF.data');
- }
-
- /**
- * @dataProvider providerIFERROR
- */
- public function testIFERROR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_Logical','IFERROR'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerIFERROR()
- {
- return new testDataFileIterator('rawTestData/Calculation/Logical/IFERROR.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/LookupRefTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/LookupRefTest.php
deleted file mode 100644
index 6450b082244..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/LookupRefTest.php
+++ /dev/null
@@ -1,52 +0,0 @@
-assertEquals($expectedResult, $result);
- }
-
- public function providerHLOOKUP()
- {
- return new testDataFileIterator('rawTestData/Calculation/LookupRef/HLOOKUP.data');
- }
-
- /**
- * @dataProvider providerVLOOKUP
- */
- public function testVLOOKUP()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_LookupRef','VLOOKUP'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerVLOOKUP()
- {
- return new testDataFileIterator('rawTestData/Calculation/LookupRef/VLOOKUP.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/MathTrigTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/MathTrigTest.php
deleted file mode 100644
index 0059ed08e6c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/MathTrigTest.php
+++ /dev/null
@@ -1,560 +0,0 @@
-assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerATAN2()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/ATAN2.data');
- }
-
- /**
- * @dataProvider providerCEILING
- */
- public function testCEILING()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','CEILING'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerCEILING()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/CEILING.data');
- }
-
- /**
- * @dataProvider providerCOMBIN
- */
- public function testCOMBIN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','COMBIN'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerCOMBIN()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/COMBIN.data');
- }
-
- /**
- * @dataProvider providerEVEN
- */
- public function testEVEN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','EVEN'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerEVEN()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/EVEN.data');
- }
-
- /**
- * @dataProvider providerODD
- */
- public function testODD()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','ODD'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerODD()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/ODD.data');
- }
-
- /**
- * @dataProvider providerFACT
- */
- public function testFACT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','FACT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerFACT()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/FACT.data');
- }
-
- /**
- * @dataProvider providerFACTDOUBLE
- */
- public function testFACTDOUBLE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','FACTDOUBLE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerFACTDOUBLE()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/FACTDOUBLE.data');
- }
-
- /**
- * @dataProvider providerFLOOR
- */
- public function testFLOOR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','FLOOR'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerFLOOR()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/FLOOR.data');
- }
-
- /**
- * @dataProvider providerGCD
- */
- public function testGCD()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','GCD'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerGCD()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/GCD.data');
- }
-
- /**
- * @dataProvider providerLCM
- */
- public function testLCM()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','LCM'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerLCM()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/LCM.data');
- }
-
- /**
- * @dataProvider providerINT
- */
- public function testINT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','INT'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerINT()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/INT.data');
- }
-
- /**
- * @dataProvider providerSIGN
- */
- public function testSIGN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','SIGN'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerSIGN()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/SIGN.data');
- }
-
- /**
- * @dataProvider providerPOWER
- */
- public function testPOWER()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','POWER'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerPOWER()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/POWER.data');
- }
-
- /**
- * @dataProvider providerLOG
- */
- public function testLOG()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','LOG_BASE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerLOG()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/LOG.data');
- }
-
- /**
- * @dataProvider providerMOD
- */
- public function testMOD()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','MOD'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerMOD()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/MOD.data');
- }
-
- /**
- * @dataProvider providerMDETERM
- */
- public function testMDETERM()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','MDETERM'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerMDETERM()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/MDETERM.data');
- }
-
- /**
- * @dataProvider providerMINVERSE
- */
- public function testMINVERSE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','MINVERSE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerMINVERSE()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/MINVERSE.data');
- }
-
- /**
- * @dataProvider providerMMULT
- */
- public function testMMULT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','MMULT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerMMULT()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/MMULT.data');
- }
-
- /**
- * @dataProvider providerMULTINOMIAL
- */
- public function testMULTINOMIAL()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','MULTINOMIAL'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerMULTINOMIAL()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/MULTINOMIAL.data');
- }
-
- /**
- * @dataProvider providerMROUND
- */
- public function testMROUND()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- PHPExcel_Calculation::setArrayReturnType(PHPExcel_Calculation::RETURN_ARRAY_AS_VALUE);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','MROUND'),$args);
- PHPExcel_Calculation::setArrayReturnType(PHPExcel_Calculation::RETURN_ARRAY_AS_ARRAY);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerMROUND()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/MROUND.data');
- }
-
- /**
- * @dataProvider providerPRODUCT
- */
- public function testPRODUCT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','PRODUCT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerPRODUCT()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/PRODUCT.data');
- }
-
- /**
- * @dataProvider providerQUOTIENT
- */
- public function testQUOTIENT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','QUOTIENT'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerQUOTIENT()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/QUOTIENT.data');
- }
-
- /**
- * @dataProvider providerROUNDUP
- */
- public function testROUNDUP()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','ROUNDUP'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerROUNDUP()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/ROUNDUP.data');
- }
-
- /**
- * @dataProvider providerROUNDDOWN
- */
- public function testROUNDDOWN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','ROUNDDOWN'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerROUNDDOWN()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/ROUNDDOWN.data');
- }
-
- /**
- * @dataProvider providerSERIESSUM
- */
- public function testSERIESSUM()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','SERIESSUM'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerSERIESSUM()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/SERIESSUM.data');
- }
-
- /**
- * @dataProvider providerSUMSQ
- */
- public function testSUMSQ()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','SUMSQ'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerSUMSQ()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/SUMSQ.data');
- }
-
- /**
- * @dataProvider providerTRUNC
- */
- public function testTRUNC()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','TRUNC'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerTRUNC()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/TRUNC.data');
- }
-
- /**
- * @dataProvider providerROMAN
- */
- public function testROMAN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','ROMAN'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerROMAN()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/ROMAN.data');
- }
-
- /**
- * @dataProvider providerSQRTPI
- */
- public function testSQRTPI()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig','SQRTPI'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerSQRTPI()
- {
- return new testDataFileIterator('rawTestData/Calculation/MathTrig/SQRTPI.data');
- }
-
- /**
- * @dataProvider providerSUMIF
- */
- public function testSUMIF()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_MathTrig', 'SUMIF'), $args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-12);
- }
-
- public function providerSUMIF()
- {
- return array(
- array(
- array(
- array(1),
- array(5),
- array(10),
- ),
- '>=5',
- 15,
- ),
- array(
- array(
- array('text'),
- array(2),
- ),
- '=text',
- array(
- array(10),
- array(100),
- ),
- 10,
- ),
- array(
- array(
- array('"text with quotes"'),
- array(2),
- ),
- '="text with quotes"',
- array(
- array(10),
- array(100),
- ),
- 10,
- ),
- array(
- array(
- array('"text with quotes"'),
- array(''),
- ),
- '>"', // Compare to the single characater " (double quote)
- array(
- array(10),
- array(100),
- ),
- 10
- ),
- array(
- array(
- array(''),
- array('anything'),
- ),
- '>"', // Compare to the single characater " (double quote)
- array(
- array(10),
- array(100),
- ),
- 100
- ),
- );
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/TextDataTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/TextDataTest.php
deleted file mode 100644
index 4b1caf5179d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/TextDataTest.php
+++ /dev/null
@@ -1,365 +0,0 @@
-assertEquals($expectedResult, $result);
- }
-
- public function providerCHAR()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/CHAR.data');
- }
-
- /**
- * @dataProvider providerCODE
- */
- public function testCODE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','ASCIICODE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerCODE()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/CODE.data');
- }
-
- /**
- * @dataProvider providerCONCATENATE
- */
- public function testCONCATENATE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','CONCATENATE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerCONCATENATE()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/CONCATENATE.data');
- }
-
- /**
- * @dataProvider providerLEFT
- */
- public function testLEFT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','LEFT'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerLEFT()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/LEFT.data');
- }
-
- /**
- * @dataProvider providerMID
- */
- public function testMID()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','MID'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerMID()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/MID.data');
- }
-
- /**
- * @dataProvider providerRIGHT
- */
- public function testRIGHT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','RIGHT'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerRIGHT()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/RIGHT.data');
- }
-
- /**
- * @dataProvider providerLOWER
- */
- public function testLOWER()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','LOWERCASE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerLOWER()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/LOWER.data');
- }
-
- /**
- * @dataProvider providerUPPER
- */
- public function testUPPER()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','UPPERCASE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerUPPER()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/UPPER.data');
- }
-
- /**
- * @dataProvider providerPROPER
- */
- public function testPROPER()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','PROPERCASE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerPROPER()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/PROPER.data');
- }
-
- /**
- * @dataProvider providerLEN
- */
- public function testLEN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','STRINGLENGTH'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerLEN()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/LEN.data');
- }
-
- /**
- * @dataProvider providerSEARCH
- */
- public function testSEARCH()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','SEARCHINSENSITIVE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerSEARCH()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/SEARCH.data');
- }
-
- /**
- * @dataProvider providerFIND
- */
- public function testFIND()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','SEARCHSENSITIVE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerFIND()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/FIND.data');
- }
-
- /**
- * @dataProvider providerREPLACE
- */
- public function testREPLACE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','REPLACE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerREPLACE()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/REPLACE.data');
- }
-
- /**
- * @dataProvider providerSUBSTITUTE
- */
- public function testSUBSTITUTE()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','SUBSTITUTE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerSUBSTITUTE()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/SUBSTITUTE.data');
- }
-
- /**
- * @dataProvider providerTRIM
- */
- public function testTRIM()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','TRIMSPACES'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerTRIM()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/TRIM.data');
- }
-
- /**
- * @dataProvider providerCLEAN
- */
- public function testCLEAN()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','TRIMNONPRINTABLE'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerCLEAN()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/CLEAN.data');
- }
-
- /**
- * @dataProvider providerDOLLAR
- */
- public function testDOLLAR()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','DOLLAR'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerDOLLAR()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/DOLLAR.data');
- }
-
- /**
- * @dataProvider providerFIXED
- */
- public function testFIXED()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','FIXEDFORMAT'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerFIXED()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/FIXED.data');
- }
-
- /**
- * @dataProvider providerT
- */
- public function testT()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','RETURNSTRING'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerT()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/T.data');
- }
-
- /**
- * @dataProvider providerTEXT
- */
- public function testTEXT()
- {
- // Enforce decimal and thousands separator values to UK/US, and currency code to USD
- call_user_func(array('PHPExcel_Shared_String','setDecimalSeparator'),'.');
- call_user_func(array('PHPExcel_Shared_String','setThousandsSeparator'),',');
- call_user_func(array('PHPExcel_Shared_String','setCurrencyCode'),'$');
-
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','TEXTFORMAT'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerTEXT()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/TEXT.data');
- }
-
- /**
- * @dataProvider providerVALUE
- */
- public function testVALUE()
- {
- call_user_func(array('PHPExcel_Shared_String','setDecimalSeparator'),'.');
- call_user_func(array('PHPExcel_Shared_String','setThousandsSeparator'),' ');
- call_user_func(array('PHPExcel_Shared_String','setCurrencyCode'),'$');
-
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Calculation_TextData','VALUE'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-8);
- }
-
- public function providerVALUE()
- {
- return new testDataFileIterator('rawTestData/Calculation/TextData/VALUE.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/CalculationTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/CalculationTest.php
deleted file mode 100644
index 1de827ca815..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/CalculationTest.php
+++ /dev/null
@@ -1,37 +0,0 @@
-_calculateFormulaValue($formula);
- $this->assertEquals($expectedResultExcel, $resultExcel, 'should be Excel compatible');
-
- PHPExcel_Calculation_Functions::setCompatibilityMode(PHPExcel_Calculation_Functions::COMPATIBILITY_OPENOFFICE);
- $resultOpenOffice = \PHPExcel_Calculation::getInstance()->_calculateFormulaValue($formula);
- $this->assertEquals($expectedResultOpenOffice, $resultOpenOffice, 'should be OpenOffice compatible');
- }
-
- public function providerBinaryComparisonOperation()
- {
- return new testDataFileIterator('rawTestData/CalculationBinaryComparisonOperation.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/AdvancedValueBinderTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/AdvancedValueBinderTest.php
deleted file mode 100644
index 0a6ca54da8a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/AdvancedValueBinderTest.php
+++ /dev/null
@@ -1,73 +0,0 @@
-setUp();
- }
- $currencyUSD = PHPExcel_Style_NumberFormat::FORMAT_CURRENCY_USD_SIMPLE;
- $currencyEURO = str_replace('$', '€', PHPExcel_Style_NumberFormat::FORMAT_CURRENCY_USD_SIMPLE);
-
- return array(
- array('10%', 0.1, PHPExcel_Style_NumberFormat::FORMAT_PERCENTAGE_00, ',', '.', '$'),
- array('$10.11', 10.11, $currencyUSD, ',', '.', '$'),
- array('$1,010.12', 1010.12, $currencyUSD, ',', '.', '$'),
- array('$20,20', 20.2, $currencyUSD, '.', ',', '$'),
- array('$2.020,20', 2020.2, $currencyUSD, '.', ',', '$'),
- array('€2.020,20', 2020.2, $currencyEURO, '.', ',', '€'),
- array('€ 2.020,20', 2020.2, $currencyEURO, '.', ',', '€'),
- array('€2,020.22', 2020.22, $currencyEURO, ',', '.', '€'),
- );
- }
-
- /**
- * @dataProvider provider
- */
- public function testCurrency($value, $valueBinded, $format, $thousandsSeparator, $decimalSeparator, $currencyCode)
- {
- $sheet = $this->getMock(
- 'PHPExcel_Worksheet',
- array('getStyle', 'getNumberFormat', 'setFormatCode','getCellCacheController')
- );
- $cache = $this->getMockBuilder('PHPExcel_CachedObjectStorage_Memory')
- ->disableOriginalConstructor()
- ->getMock();
- $cache->expects($this->any())
- ->method('getParent')
- ->will($this->returnValue($sheet));
-
- $sheet->expects($this->once())
- ->method('getStyle')
- ->will($this->returnSelf());
- $sheet->expects($this->once())
- ->method('getNumberFormat')
- ->will($this->returnSelf());
- $sheet->expects($this->once())
- ->method('setFormatCode')
- ->with($format)
- ->will($this->returnSelf());
- $sheet->expects($this->any())
- ->method('getCellCacheController')
- ->will($this->returnValue($cache));
-
- PHPExcel_Shared_String::setCurrencyCode($currencyCode);
- PHPExcel_Shared_String::setDecimalSeparator($decimalSeparator);
- PHPExcel_Shared_String::setThousandsSeparator($thousandsSeparator);
-
- $cell = new PHPExcel_Cell(NULL, PHPExcel_Cell_DataType::TYPE_STRING, $sheet);
-
- $binder = new PHPExcel_Cell_AdvancedValueBinder();
- $binder->bindValue($cell, $value);
- $this->assertEquals($valueBinded, $cell->getValue());
- }
-}
\ No newline at end of file
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/DataTypeTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/DataTypeTest.php
deleted file mode 100644
index c17c5d0fcc3..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/DataTypeTest.php
+++ /dev/null
@@ -1,24 +0,0 @@
-assertInternalType('array', $result);
- $this->assertGreaterThan(0, count($result));
- $this->assertArrayHasKey('#NULL!', $result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/DefaultValueBinderTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/DefaultValueBinderTest.php
deleted file mode 100644
index 1c74d96f6f8..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/DefaultValueBinderTest.php
+++ /dev/null
@@ -1,85 +0,0 @@
-cellStub = $this->getMockBuilder('PHPExcel_Cell')
- ->disableOriginalConstructor()
- ->getMock();
- // Configure the stub.
- $this->cellStub->expects($this->any())
- ->method('setValueExplicit')
- ->will($this->returnValue(true));
-
- }
-
- /**
- * @dataProvider binderProvider
- */
- public function testBindValue($value)
- {
- $this->createCellStub();
- $binder = new PHPExcel_Cell_DefaultValueBinder();
- $result = $binder->bindValue($this->cellStub, $value);
- $this->assertTrue($result);
- }
-
- public function binderProvider()
- {
- return array(
- array(null),
- array(''),
- array('ABC'),
- array('=SUM(A1:B2)'),
- array(true),
- array(false),
- array(123),
- array(-123.456),
- array('123'),
- array('-123.456'),
- array('#REF!'),
- array(new DateTime()),
- );
- }
-
- /**
- * @dataProvider providerDataTypeForValue
- */
- public function testDataTypeForValue()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell_DefaultValueBinder','dataTypeForValue'), $args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerDataTypeForValue()
- {
- return new testDataFileIterator('rawTestData/Cell/DefaultValueBinder.data');
- }
-
- public function testDataTypeForRichTextObject()
- {
- $objRichText = new PHPExcel_RichText();
- $objRichText->createText('Hello World');
-
- $expectedResult = PHPExcel_Cell_DataType::TYPE_INLINE;
- $result = call_user_func(array('PHPExcel_Cell_DefaultValueBinder','dataTypeForValue'), $objRichText);
- $this->assertEquals($expectedResult, $result);
- }
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/HyperlinkTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/HyperlinkTest.php
deleted file mode 100644
index 54910cfd565..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/HyperlinkTest.php
+++ /dev/null
@@ -1,88 +0,0 @@
-getUrl();
- $this->assertEquals($urlValue,$result);
- }
-
- public function testSetUrl()
- {
- $initialUrlValue = 'http://www.phpexcel.net';
- $newUrlValue = 'http://github.com/PHPOffice/PHPExcel';
-
- $testInstance = new PHPExcel_Cell_Hyperlink($initialUrlValue);
- $result = $testInstance->setUrl($newUrlValue);
- $this->assertTrue($result instanceof PHPExcel_Cell_Hyperlink);
-
- $result = $testInstance->getUrl();
- $this->assertEquals($newUrlValue,$result);
- }
-
- public function testGetTooltip()
- {
- $tooltipValue = 'PHPExcel Web Site';
-
- $testInstance = new PHPExcel_Cell_Hyperlink(NULL, $tooltipValue);
-
- $result = $testInstance->getTooltip();
- $this->assertEquals($tooltipValue,$result);
- }
-
- public function testSetTooltip()
- {
- $initialTooltipValue = 'PHPExcel Web Site';
- $newTooltipValue = 'PHPExcel Repository on Github';
-
- $testInstance = new PHPExcel_Cell_Hyperlink(NULL, $initialTooltipValue);
- $result = $testInstance->setTooltip($newTooltipValue);
- $this->assertTrue($result instanceof PHPExcel_Cell_Hyperlink);
-
- $result = $testInstance->getTooltip();
- $this->assertEquals($newTooltipValue,$result);
- }
-
- public function testIsInternal()
- {
- $initialUrlValue = 'http://www.phpexcel.net';
- $newUrlValue = 'sheet://Worksheet1!A1';
-
- $testInstance = new PHPExcel_Cell_Hyperlink($initialUrlValue);
- $result = $testInstance->isInternal();
- $this->assertFalse($result);
-
- $testInstance->setUrl($newUrlValue);
- $result = $testInstance->isInternal();
- $this->assertTrue($result);
- }
-
- public function testGetHashCode()
- {
- $urlValue = 'http://www.phpexcel.net';
- $tooltipValue = 'PHPExcel Web Site';
- $initialExpectedHash = 'd84d713aed1dbbc8a7c5af183d6c7dbb';
-
- $testInstance = new PHPExcel_Cell_Hyperlink($urlValue, $tooltipValue);
-
- $result = $testInstance->getHashCode();
- $this->assertEquals($initialExpectedHash,$result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/CellTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/CellTest.php
deleted file mode 100644
index 11df404ce5d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/CellTest.php
+++ /dev/null
@@ -1,295 +0,0 @@
-assertEquals($expectedResult, $result);
- }
-
- public function providerColumnString()
- {
- return new testDataFileIterator('rawTestData/ColumnString.data');
- }
-
- public function testColumnIndexFromStringTooLong()
- {
- $cellAddress = 'ABCD';
- try {
- $result = call_user_func(array('PHPExcel_Cell','columnIndexFromString'),$cellAddress);
- } catch (PHPExcel_Exception $e) {
- $this->assertEquals($e->getMessage(), 'Column string index can not be longer than 3 characters');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- public function testColumnIndexFromStringTooShort()
- {
- $cellAddress = '';
- try {
- $result = call_user_func(array('PHPExcel_Cell','columnIndexFromString'),$cellAddress);
- } catch (PHPExcel_Exception $e) {
- $this->assertEquals($e->getMessage(), 'Column string index can not be empty');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- /**
- * @dataProvider providerColumnIndex
- */
- public function testStringFromColumnIndex()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','stringFromColumnIndex'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerColumnIndex()
- {
- return new testDataFileIterator('rawTestData/ColumnIndex.data');
- }
-
- /**
- * @dataProvider providerCoordinates
- */
- public function testCoordinateFromString()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','coordinateFromString'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerCoordinates()
- {
- return new testDataFileIterator('rawTestData/CellCoordinates.data');
- }
-
- public function testCoordinateFromStringWithRangeAddress()
- {
- $cellAddress = 'A1:AI2012';
- try {
- $result = call_user_func(array('PHPExcel_Cell','coordinateFromString'),$cellAddress);
- } catch (PHPExcel_Exception $e) {
- $this->assertEquals($e->getMessage(), 'Cell coordinate string can not be a range of cells');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- public function testCoordinateFromStringWithEmptyAddress()
- {
- $cellAddress = '';
- try {
- $result = call_user_func(array('PHPExcel_Cell','coordinateFromString'),$cellAddress);
- } catch (PHPExcel_Exception $e) {
- $this->assertEquals($e->getMessage(), 'Cell coordinate can not be zero-length string');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- public function testCoordinateFromStringWithInvalidAddress()
- {
- $cellAddress = 'AI';
- try {
- $result = call_user_func(array('PHPExcel_Cell','coordinateFromString'),$cellAddress);
- } catch (PHPExcel_Exception $e) {
- $this->assertEquals($e->getMessage(), 'Invalid cell coordinate '.$cellAddress);
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- /**
- * @dataProvider providerAbsoluteCoordinates
- */
- public function testAbsoluteCoordinateFromString()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','absoluteCoordinate'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerAbsoluteCoordinates()
- {
- return new testDataFileIterator('rawTestData/CellAbsoluteCoordinate.data');
- }
-
- public function testAbsoluteCoordinateFromStringWithRangeAddress()
- {
- $cellAddress = 'A1:AI2012';
- try {
- $result = call_user_func(array('PHPExcel_Cell','absoluteCoordinate'),$cellAddress);
- } catch (PHPExcel_Exception $e) {
- $this->assertEquals($e->getMessage(), 'Cell coordinate string can not be a range of cells');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- /**
- * @dataProvider providerAbsoluteReferences
- */
- public function testAbsoluteReferenceFromString()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','absoluteReference'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerAbsoluteReferences()
- {
- return new testDataFileIterator('rawTestData/CellAbsoluteReference.data');
- }
-
- public function testAbsoluteReferenceFromStringWithRangeAddress()
- {
- $cellAddress = 'A1:AI2012';
- try {
- $result = call_user_func(array('PHPExcel_Cell','absoluteReference'),$cellAddress);
- } catch (PHPExcel_Exception $e) {
- $this->assertEquals($e->getMessage(), 'Cell coordinate string can not be a range of cells');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- /**
- * @dataProvider providerSplitRange
- */
- public function testSplitRange()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','splitRange'),$args);
- foreach($result as $key => $split) {
- if (!is_array($expectedResult[$key])) {
- $this->assertEquals($expectedResult[$key], $split[0]);
- } else {
- $this->assertEquals($expectedResult[$key], $split);
- }
- }
- }
-
- public function providerSplitRange()
- {
- return new testDataFileIterator('rawTestData/CellSplitRange.data');
- }
-
- /**
- * @dataProvider providerBuildRange
- */
- public function testBuildRange()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','buildRange'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerBuildRange()
- {
- return new testDataFileIterator('rawTestData/CellBuildRange.data');
- }
-
- public function testBuildRangeInvalid()
- {
- $cellRange = '';
- try {
- $result = call_user_func(array('PHPExcel_Cell','buildRange'),$cellRange);
- } catch (PHPExcel_Exception $e) {
- $this->assertEquals($e->getMessage(), 'Range does not contain any information');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- /**
- * @dataProvider providerRangeBoundaries
- */
- public function testRangeBoundaries()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','rangeBoundaries'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerRangeBoundaries()
- {
- return new testDataFileIterator('rawTestData/CellRangeBoundaries.data');
- }
-
- /**
- * @dataProvider providerRangeDimension
- */
- public function testRangeDimension()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','rangeDimension'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerRangeDimension()
- {
- return new testDataFileIterator('rawTestData/CellRangeDimension.data');
- }
-
- /**
- * @dataProvider providerGetRangeBoundaries
- */
- public function testGetRangeBoundaries()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','getRangeBoundaries'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerGetRangeBoundaries()
- {
- return new testDataFileIterator('rawTestData/CellGetRangeBoundaries.data');
- }
-
- /**
- * @dataProvider providerExtractAllCellReferencesInRange
- */
- public function testExtractAllCellReferencesInRange()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Cell','extractAllCellReferencesInRange'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerExtractAllCellReferencesInRange()
- {
- return new testDataFileIterator('rawTestData/CellExtractAllCellReferencesInRange.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/DataSeriesValuesTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/DataSeriesValuesTest.php
deleted file mode 100644
index 38284de9a94..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/DataSeriesValuesTest.php
+++ /dev/null
@@ -1,55 +0,0 @@
-setDataType($dataTypeValue);
- $this->assertTrue($result instanceof PHPExcel_Chart_DataSeriesValues);
- }
- }
-
- public function testSetInvalidDataTypeThrowsException()
- {
- $testInstance = new PHPExcel_Chart_DataSeriesValues;
-
- try {
- $result = $testInstance->setDataType('BOOLEAN');
- } catch (Exception $e) {
- $this->assertEquals($e->getMessage(), 'Invalid datatype for chart data series values');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- public function testGetDataType()
- {
- $dataTypeValue = 'String';
-
- $testInstance = new PHPExcel_Chart_DataSeriesValues;
- $setValue = $testInstance->setDataType($dataTypeValue);
-
- $result = $testInstance->getDataType();
- $this->assertEquals($dataTypeValue,$result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/LayoutTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/LayoutTest.php
deleted file mode 100644
index f24e01c3131..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/LayoutTest.php
+++ /dev/null
@@ -1,37 +0,0 @@
-setLayoutTarget($LayoutTargetValue);
- $this->assertTrue($result instanceof PHPExcel_Chart_Layout);
- }
-
- public function testGetLayoutTarget()
- {
- $LayoutTargetValue = 'String';
-
- $testInstance = new PHPExcel_Chart_Layout;
- $setValue = $testInstance->setLayoutTarget($LayoutTargetValue);
-
- $result = $testInstance->getLayoutTarget();
- $this->assertEquals($LayoutTargetValue,$result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/LegendTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/LegendTest.php
deleted file mode 100644
index 4c4f8df81f2..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/LegendTest.php
+++ /dev/null
@@ -1,134 +0,0 @@
-setPosition($positionValue);
- $this->assertTrue($result);
- }
- }
-
- public function testSetInvalidPositionReturnsFalse()
- {
- $testInstance = new PHPExcel_Chart_Legend;
-
- $result = $testInstance->setPosition('BottomLeft');
- $this->assertFalse($result);
- // Ensure that value is unchanged
- $result = $testInstance->getPosition();
- $this->assertEquals(PHPExcel_Chart_Legend::POSITION_RIGHT,$result);
- }
-
- public function testGetPosition()
- {
- $PositionValue = PHPExcel_Chart_Legend::POSITION_BOTTOM;
-
- $testInstance = new PHPExcel_Chart_Legend;
- $setValue = $testInstance->setPosition($PositionValue);
-
- $result = $testInstance->getPosition();
- $this->assertEquals($PositionValue,$result);
- }
-
- public function testSetPositionXL()
- {
- $positionValues = array(
- PHPExcel_Chart_Legend::xlLegendPositionBottom,
- PHPExcel_Chart_Legend::xlLegendPositionCorner,
- PHPExcel_Chart_Legend::xlLegendPositionCustom,
- PHPExcel_Chart_Legend::xlLegendPositionLeft,
- PHPExcel_Chart_Legend::xlLegendPositionRight,
- PHPExcel_Chart_Legend::xlLegendPositionTop,
- );
-
- $testInstance = new PHPExcel_Chart_Legend;
-
- foreach($positionValues as $positionValue) {
- $result = $testInstance->setPositionXL($positionValue);
- $this->assertTrue($result);
- }
- }
-
- public function testSetInvalidXLPositionReturnsFalse()
- {
- $testInstance = new PHPExcel_Chart_Legend;
-
- $result = $testInstance->setPositionXL(999);
- $this->assertFalse($result);
- // Ensure that value is unchanged
- $result = $testInstance->getPositionXL();
- $this->assertEquals(PHPExcel_Chart_Legend::xlLegendPositionRight,$result);
- }
-
- public function testGetPositionXL()
- {
- $PositionValue = PHPExcel_Chart_Legend::xlLegendPositionCorner;
-
- $testInstance = new PHPExcel_Chart_Legend;
- $setValue = $testInstance->setPositionXL($PositionValue);
-
- $result = $testInstance->getPositionXL();
- $this->assertEquals($PositionValue,$result);
- }
-
- public function testSetOverlay()
- {
- $overlayValues = array(
- TRUE,
- FALSE,
- );
-
- $testInstance = new PHPExcel_Chart_Legend;
-
- foreach($overlayValues as $overlayValue) {
- $result = $testInstance->setOverlay($overlayValue);
- $this->assertTrue($result);
- }
- }
-
- public function testSetInvalidOverlayReturnsFalse()
- {
- $testInstance = new PHPExcel_Chart_Legend;
-
- $result = $testInstance->setOverlay('INVALID');
- $this->assertFalse($result);
-
- $result = $testInstance->getOverlay();
- $this->assertFalse($result);
- }
-
- public function testGetOverlay()
- {
- $OverlayValue = TRUE;
-
- $testInstance = new PHPExcel_Chart_Legend;
- $setValue = $testInstance->setOverlay($OverlayValue);
-
- $result = $testInstance->getOverlay();
- $this->assertEquals($OverlayValue,$result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Reader/XEEValidatorTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Reader/XEEValidatorTest.php
deleted file mode 100644
index f635dbb8764..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Reader/XEEValidatorTest.php
+++ /dev/null
@@ -1,55 +0,0 @@
-getMockForAbstractClass('PHPExcel_Reader_Abstract');
- $expectedResult = 'FAILURE: Should throw an Exception rather than return a value';
- $result = $reader->securityScanFile($filename);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerInvalidXML()
- {
- $tests = [];
- foreach(glob('rawTestData/Reader/XEETestInvalid*.xml') as $file) {
- $tests[] = [realpath($file), true];
- }
- return $tests;
- }
-
- /**
- * @dataProvider providerValidXML
- */
- public function testValidXML($filename, $expectedResult)
- {
- $reader = $this->getMockForAbstractClass('PHPExcel_Reader_Abstract');
- $result = $reader->securityScanFile($filename);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerValidXML()
- {
- $tests = [];
- foreach(glob('rawTestData/Reader/XEETestValid*.xml') as $file) {
- $tests[] = [realpath($file), file_get_contents($file)];
- }
- return $tests;
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/ReferenceHelperTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/ReferenceHelperTest.php
deleted file mode 100644
index f37db692e03..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/ReferenceHelperTest.php
+++ /dev/null
@@ -1,58 +0,0 @@
- $value) {
- $this->assertEquals($columnExpectedResult[$key], $value);
- }
- }
-
- public function testColumnReverseSort()
- {
- $columnBase = $columnExpectedResult = array(
- 'A','B','Z',
- 'AA','AB','AZ',
- 'BA','BB','BZ',
- 'ZA','ZB','ZZ',
- 'AAA','AAB','AAZ',
- 'ABA','ABB','ABZ',
- 'AZA','AZB','AZZ',
- 'BAA','BAB','BAZ',
- 'BBA','BBB','BBZ',
- 'BZA','BZB','BZZ'
- );
- shuffle($columnBase);
- $columnExpectedResult = array_reverse($columnExpectedResult);
- usort($columnBase, array('PHPExcel_ReferenceHelper','columnReverseSort'));
- foreach($columnBase as $key => $value) {
- $this->assertEquals($columnExpectedResult[$key], $value);
- }
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/CodePageTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/CodePageTest.php
deleted file mode 100644
index ae4aeecc5cd..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/CodePageTest.php
+++ /dev/null
@@ -1,57 +0,0 @@
-assertEquals($expectedResult, $result);
- }
-
- public function providerCodePage()
- {
- return new testDataFileIterator('rawTestData/Shared/CodePage.data');
- }
-
- public function testNumberToNameWithInvalidCodePage()
- {
- $invalidCodePage = 12345;
- try {
- $result = call_user_func(array('PHPExcel_Shared_CodePage','NumberToName'),$invalidCodePage);
- } catch (Exception $e) {
- $this->assertEquals($e->getMessage(), 'Unknown codepage: 12345');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
- public function testNumberToNameWithUnsupportedCodePage()
- {
- $unsupportedCodePage = 720;
- try {
- $result = call_user_func(array('PHPExcel_Shared_CodePage','NumberToName'),$unsupportedCodePage);
- } catch (Exception $e) {
- $this->assertEquals($e->getMessage(), 'Code page 720 not supported.');
- return;
- }
- $this->fail('An expected exception has not been raised.');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/DateTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/DateTest.php
deleted file mode 100644
index 80b77d3c691..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/DateTest.php
+++ /dev/null
@@ -1,188 +0,0 @@
-assertTrue($result);
- }
- }
-
- public function testSetExcelCalendarWithInvalidValue()
- {
- $unsupportedCalendar = '2012';
- $result = call_user_func(array('PHPExcel_Shared_Date','setExcelCalendar'),$unsupportedCalendar);
- $this->assertFalse($result);
- }
-
- /**
- * @dataProvider providerDateTimeExcelToPHP1900
- */
- public function testDateTimeExcelToPHP1900()
- {
- $result = call_user_func(
- array('PHPExcel_Shared_Date','setExcelCalendar'),
- PHPExcel_Shared_Date::CALENDAR_WINDOWS_1900
- );
-
- $args = func_get_args();
- $expectedResult = array_pop($args);
- if ($args[0] < 1) {
- $expectedResult += gmmktime(0,0,0);
- }
- $result = call_user_func_array(array('PHPExcel_Shared_Date','ExcelToPHP'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerDateTimeExcelToPHP1900()
- {
- return new testDataFileIterator('rawTestData/Shared/DateTimeExcelToPHP1900.data');
- }
-
- /**
- * @dataProvider providerDateTimePHPToExcel1900
- */
- public function testDateTimePHPToExcel1900()
- {
- $result = call_user_func(
- array('PHPExcel_Shared_Date','setExcelCalendar'),
- PHPExcel_Shared_Date::CALENDAR_WINDOWS_1900
- );
-
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Shared_Date','PHPToExcel'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-5);
- }
-
- public function providerDateTimePHPToExcel1900()
- {
- return new testDataFileIterator('rawTestData/Shared/DateTimePHPToExcel1900.data');
- }
-
- /**
- * @dataProvider providerDateTimeFormattedPHPToExcel1900
- */
- public function testDateTimeFormattedPHPToExcel1900()
- {
- $result = call_user_func(
- array('PHPExcel_Shared_Date','setExcelCalendar'),
- PHPExcel_Shared_Date::CALENDAR_WINDOWS_1900
- );
-
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Shared_Date','FormattedPHPToExcel'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-5);
- }
-
- public function providerDateTimeFormattedPHPToExcel1900()
- {
- return new testDataFileIterator('rawTestData/Shared/DateTimeFormattedPHPToExcel1900.data');
- }
-
- /**
- * @dataProvider providerDateTimeExcelToPHP1904
- */
- public function testDateTimeExcelToPHP1904()
- {
- $result = call_user_func(
- array('PHPExcel_Shared_Date','setExcelCalendar'),
- PHPExcel_Shared_Date::CALENDAR_MAC_1904
- );
-
- $args = func_get_args();
- $expectedResult = array_pop($args);
- if ($args[0] < 1) {
- $expectedResult += gmmktime(0,0,0);
- }
- $result = call_user_func_array(array('PHPExcel_Shared_Date','ExcelToPHP'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerDateTimeExcelToPHP1904()
- {
- return new testDataFileIterator('rawTestData/Shared/DateTimeExcelToPHP1904.data');
- }
-
- /**
- * @dataProvider providerDateTimePHPToExcel1904
- */
- public function testDateTimePHPToExcel1904()
- {
- $result = call_user_func(
- array('PHPExcel_Shared_Date','setExcelCalendar'),
- PHPExcel_Shared_Date::CALENDAR_MAC_1904
- );
-
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Shared_Date','PHPToExcel'),$args);
- $this->assertEquals($expectedResult, $result, NULL, 1E-5);
- }
-
- public function providerDateTimePHPToExcel1904()
- {
- return new testDataFileIterator('rawTestData/Shared/DateTimePHPToExcel1904.data');
- }
-
- /**
- * @dataProvider providerIsDateTimeFormatCode
- */
- public function testIsDateTimeFormatCode()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Shared_Date','isDateTimeFormatCode'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerIsDateTimeFormatCode()
- {
- return new testDataFileIterator('rawTestData/Shared/DateTimeFormatCodes.data');
- }
-
- /**
- * @dataProvider providerDateTimeExcelToPHP1900Timezone
- */
- public function testDateTimeExcelToPHP1900Timezone()
- {
- $result = call_user_func(
- array('PHPExcel_Shared_Date','setExcelCalendar'),
- PHPExcel_Shared_Date::CALENDAR_WINDOWS_1900
- );
-
- $args = func_get_args();
- $expectedResult = array_pop($args);
- if ($args[0] < 1) {
- $expectedResult += gmmktime(0,0,0);
- }
- $result = call_user_func_array(array('PHPExcel_Shared_Date','ExcelToPHP'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerDateTimeExcelToPHP1900Timezone()
- {
- return new testDataFileIterator('rawTestData/Shared/DateTimeExcelToPHP1900Timezone.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/FileTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/FileTest.php
deleted file mode 100644
index 9deb401d91b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/FileTest.php
+++ /dev/null
@@ -1,39 +0,0 @@
-assertEquals($expectedResult, $result);
- }
-
- public function testSetUseUploadTempDirectory()
- {
- $useUploadTempDirectoryValues = array(
- TRUE,
- FALSE,
- );
-
- foreach($useUploadTempDirectoryValues as $useUploadTempDirectoryValue) {
- call_user_func(array('PHPExcel_Shared_File','setUseUploadTempDirectory'),$useUploadTempDirectoryValue);
-
- $result = call_user_func(array('PHPExcel_Shared_File','getUseUploadTempDirectory'));
- $this->assertEquals($useUploadTempDirectoryValue, $result);
- }
- }
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/FontTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/FontTest.php
deleted file mode 100644
index 6ce5a0261f3..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/FontTest.php
+++ /dev/null
@@ -1,94 +0,0 @@
-assertEquals($expectedResult, $result);
- }
-
- public function testSetAutoSizeMethod()
- {
- $autosizeMethodValues = array(
- PHPExcel_Shared_Font::AUTOSIZE_METHOD_EXACT,
- PHPExcel_Shared_Font::AUTOSIZE_METHOD_APPROX,
- );
-
- foreach($autosizeMethodValues as $autosizeMethodValue) {
- $result = call_user_func(array('PHPExcel_Shared_Font','setAutoSizeMethod'),$autosizeMethodValue);
- $this->assertTrue($result);
- }
- }
-
- public function testSetAutoSizeMethodWithInvalidValue()
- {
- $unsupportedAutosizeMethod = 'guess';
-
- $result = call_user_func(array('PHPExcel_Shared_Font','setAutoSizeMethod'),$unsupportedAutosizeMethod);
- $this->assertFalse($result);
- }
-
- /**
- * @dataProvider providerFontSizeToPixels
- */
- public function testFontSizeToPixels()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Shared_Font','fontSizeToPixels'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerFontSizeToPixels()
- {
- return new testDataFileIterator('rawTestData/Shared/FontSizeToPixels.data');
- }
-
- /**
- * @dataProvider providerInchSizeToPixels
- */
- public function testInchSizeToPixels()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Shared_Font','inchSizeToPixels'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerInchSizeToPixels()
- {
- return new testDataFileIterator('rawTestData/Shared/InchSizeToPixels.data');
- }
-
- /**
- * @dataProvider providerCentimeterSizeToPixels
- */
- public function testCentimeterSizeToPixels()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Shared_Font','centimeterSizeToPixels'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerCentimeterSizeToPixels()
- {
- return new testDataFileIterator('rawTestData/Shared/CentimeterSizeToPixels.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/PasswordHasherTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/PasswordHasherTest.php
deleted file mode 100644
index 24a26178a10..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/PasswordHasherTest.php
+++ /dev/null
@@ -1,33 +0,0 @@
-assertEquals($expectedResult, $result);
- }
-
- public function providerHashPassword()
- {
- return new testDataFileIterator('rawTestData/Shared/PasswordHashes.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/StringTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/StringTest.php
deleted file mode 100644
index 9a34729d6cf..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/StringTest.php
+++ /dev/null
@@ -1,83 +0,0 @@
-assertTrue($result);
- }
-
- public function testGetIsIconvEnabled()
- {
- $result = call_user_func(array('PHPExcel_Shared_String','getIsIconvEnabled'));
- $this->assertTrue($result);
- }
-
- public function testGetDecimalSeparator()
- {
- $localeconv = localeconv();
-
- $expectedResult = (!empty($localeconv['decimal_point'])) ? $localeconv['decimal_point'] : ',';
- $result = call_user_func(array('PHPExcel_Shared_String','getDecimalSeparator'));
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testSetDecimalSeparator()
- {
- $expectedResult = ',';
- $result = call_user_func(array('PHPExcel_Shared_String','setDecimalSeparator'),$expectedResult);
-
- $result = call_user_func(array('PHPExcel_Shared_String','getDecimalSeparator'));
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testGetThousandsSeparator()
- {
- $localeconv = localeconv();
-
- $expectedResult = (!empty($localeconv['thousands_sep'])) ? $localeconv['thousands_sep'] : ',';
- $result = call_user_func(array('PHPExcel_Shared_String','getThousandsSeparator'));
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testSetThousandsSeparator()
- {
- $expectedResult = ' ';
- $result = call_user_func(array('PHPExcel_Shared_String','setThousandsSeparator'),$expectedResult);
-
- $result = call_user_func(array('PHPExcel_Shared_String','getThousandsSeparator'));
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testGetCurrencyCode()
- {
- $localeconv = localeconv();
-
- $expectedResult = (!empty($localeconv['currency_symbol'])) ? $localeconv['currency_symbol'] : '$';
- $result = call_user_func(array('PHPExcel_Shared_String','getCurrencyCode'));
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testSetCurrencyCode()
- {
- $expectedResult = '£';
- $result = call_user_func(array('PHPExcel_Shared_String','setCurrencyCode'),$expectedResult);
-
- $result = call_user_func(array('PHPExcel_Shared_String','getCurrencyCode'));
- $this->assertEquals($expectedResult, $result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/TimeZoneTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/TimeZoneTest.php
deleted file mode 100644
index 0e44ceb628a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/TimeZoneTest.php
+++ /dev/null
@@ -1,39 +0,0 @@
-assertTrue($result);
- }
-
- }
-
- public function testSetTimezoneWithInvalidValue()
- {
- $unsupportedTimezone = 'Etc/GMT+10';
- $result = call_user_func(array('PHPExcel_Shared_TimeZone','setTimezone'),$unsupportedTimezone);
- $this->assertFalse($result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/ColorTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/ColorTest.php
deleted file mode 100644
index f157b1a34b5..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/ColorTest.php
+++ /dev/null
@@ -1,81 +0,0 @@
-assertEquals($expectedResult, $result);
- }
-
- public function providerColorGetRed()
- {
- return new testDataFileIterator('rawTestData/Style/ColorGetRed.data');
- }
-
- /**
- * @dataProvider providerColorGetGreen
- */
- public function testGetGreen()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Style_Color','getGreen'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerColorGetGreen()
- {
- return new testDataFileIterator('rawTestData/Style/ColorGetGreen.data');
- }
-
- /**
- * @dataProvider providerColorGetBlue
- */
- public function testGetBlue()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Style_Color','getBlue'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerColorGetBlue()
- {
- return new testDataFileIterator('rawTestData/Style/ColorGetBlue.data');
- }
-
- /**
- * @dataProvider providerColorChangeBrightness
- */
- public function testChangeBrightness()
- {
- $args = func_get_args();
- $expectedResult = array_pop($args);
- $result = call_user_func_array(array('PHPExcel_Style_Color','changeBrightness'),$args);
- $this->assertEquals($expectedResult, $result);
- }
-
- public function providerColorChangeBrightness()
- {
- return new testDataFileIterator('rawTestData/Style/ColorChangeBrightness.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/NumberFormatTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/NumberFormatTest.php
deleted file mode 100644
index 13fc3ede3a6..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/NumberFormatTest.php
+++ /dev/null
@@ -1,36 +0,0 @@
-assertEquals($expectedResult, $result);
- }
-
- public function providerNumberFormat()
- {
- return new testDataFileIterator('rawTestData/Style/NumberFormat.data');
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilter/Column/RuleTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilter/Column/RuleTest.php
deleted file mode 100644
index 65d0a85c651..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilter/Column/RuleTest.php
+++ /dev/null
@@ -1,109 +0,0 @@
-_mockAutoFilterColumnObject = $this->getMockBuilder('PHPExcel_Worksheet_AutoFilter_Column')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->_mockAutoFilterColumnObject->expects($this->any())
- ->method('testColumnInRange')
- ->will($this->returnValue(3));
-
- $this->_testAutoFilterRuleObject = new PHPExcel_Worksheet_AutoFilter_Column_Rule(
- $this->_mockAutoFilterColumnObject
- );
- }
-
- public function testGetRuleType()
- {
- $result = $this->_testAutoFilterRuleObject->getRuleType();
- $this->assertEquals(PHPExcel_Worksheet_AutoFilter_Column_Rule::AUTOFILTER_RULETYPE_FILTER, $result);
- }
-
- public function testSetRuleType()
- {
- $expectedResult = PHPExcel_Worksheet_AutoFilter_Column_Rule::AUTOFILTER_RULETYPE_DATEGROUP;
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterRuleObject->setRuleType($expectedResult);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column_Rule', $result);
-
- $result = $this->_testAutoFilterRuleObject->getRuleType();
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testSetValue()
- {
- $expectedResult = 100;
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterRuleObject->setValue($expectedResult);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column_Rule', $result);
-
- $result = $this->_testAutoFilterRuleObject->getValue();
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testGetOperator()
- {
- $result = $this->_testAutoFilterRuleObject->getOperator();
- $this->assertEquals(PHPExcel_Worksheet_AutoFilter_Column_Rule::AUTOFILTER_COLUMN_RULE_EQUAL, $result);
- }
-
- public function testSetOperator()
- {
- $expectedResult = PHPExcel_Worksheet_AutoFilter_Column_Rule::AUTOFILTER_COLUMN_RULE_LESSTHAN;
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterRuleObject->setOperator($expectedResult);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column_Rule', $result);
-
- $result = $this->_testAutoFilterRuleObject->getOperator();
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testSetGrouping()
- {
- $expectedResult = PHPExcel_Worksheet_AutoFilter_Column_Rule::AUTOFILTER_RULETYPE_DATEGROUP_MONTH;
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterRuleObject->setGrouping($expectedResult);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column_Rule', $result);
-
- $result = $this->_testAutoFilterRuleObject->getGrouping();
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testGetParent()
- {
- $result = $this->_testAutoFilterRuleObject->getParent();
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
- }
-
- public function testSetParent()
- {
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterRuleObject->setParent($this->_mockAutoFilterColumnObject);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column_Rule', $result);
- }
-
- public function testClone()
- {
- $result = clone $this->_testAutoFilterRuleObject;
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column_Rule', $result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilter/ColumnTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilter/ColumnTest.php
deleted file mode 100644
index 3c1821bad9b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilter/ColumnTest.php
+++ /dev/null
@@ -1,173 +0,0 @@
-_mockAutoFilterObject = $this->getMockBuilder('PHPExcel_Worksheet_AutoFilter')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->_mockAutoFilterObject->expects($this->any())
- ->method('testColumnInRange')
- ->will($this->returnValue(3));
-
- $this->_testAutoFilterColumnObject = new PHPExcel_Worksheet_AutoFilter_Column(
- $this->_testInitialColumn,
- $this->_mockAutoFilterObject
- );
- }
-
- public function testGetColumnIndex()
- {
- $result = $this->_testAutoFilterColumnObject->getColumnIndex();
- $this->assertEquals($this->_testInitialColumn, $result);
- }
-
- public function testSetColumnIndex()
- {
- $expectedResult = 'L';
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterColumnObject->setColumnIndex($expectedResult);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
-
- $result = $this->_testAutoFilterColumnObject->getColumnIndex();
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testGetParent()
- {
- $result = $this->_testAutoFilterColumnObject->getParent();
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter', $result);
- }
-
- public function testSetParent()
- {
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterColumnObject->setParent($this->_mockAutoFilterObject);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
- }
-
- public function testGetFilterType()
- {
- $result = $this->_testAutoFilterColumnObject->getFilterType();
- $this->assertEquals(PHPExcel_Worksheet_AutoFilter_Column::AUTOFILTER_FILTERTYPE_FILTER, $result);
- }
-
- public function testSetFilterType()
- {
- $result = $this->_testAutoFilterColumnObject->setFilterType(PHPExcel_Worksheet_AutoFilter_Column::AUTOFILTER_FILTERTYPE_DYNAMICFILTER);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
-
- $result = $this->_testAutoFilterColumnObject->getFilterType();
- $this->assertEquals(PHPExcel_Worksheet_AutoFilter_Column::AUTOFILTER_FILTERTYPE_DYNAMICFILTER, $result);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSetInvalidFilterTypeThrowsException()
- {
- $expectedResult = 'Unfiltered';
-
- $result = $this->_testAutoFilterColumnObject->setFilterType($expectedResult);
- }
-
- public function testGetJoin()
- {
- $result = $this->_testAutoFilterColumnObject->getJoin();
- $this->assertEquals(PHPExcel_Worksheet_AutoFilter_Column::AUTOFILTER_COLUMN_JOIN_OR, $result);
- }
-
- public function testSetJoin()
- {
- $result = $this->_testAutoFilterColumnObject->setJoin(PHPExcel_Worksheet_AutoFilter_Column::AUTOFILTER_COLUMN_JOIN_AND);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
-
- $result = $this->_testAutoFilterColumnObject->getJoin();
- $this->assertEquals(PHPExcel_Worksheet_AutoFilter_Column::AUTOFILTER_COLUMN_JOIN_AND, $result);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSetInvalidJoinThrowsException()
- {
- $expectedResult = 'Neither';
-
- $result = $this->_testAutoFilterColumnObject->setJoin($expectedResult);
- }
-
- public function testSetAttributes()
- {
- $attributeSet = array( 'val' => 100,
- 'maxVal' => 200
- );
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterColumnObject->setAttributes($attributeSet);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
- }
-
- public function testGetAttributes()
- {
- $attributeSet = array( 'val' => 100,
- 'maxVal' => 200
- );
-
- $this->_testAutoFilterColumnObject->setAttributes($attributeSet);
-
- $result = $this->_testAutoFilterColumnObject->getAttributes();
- $this->assertTrue(is_array($result));
- $this->assertEquals(count($attributeSet), count($result));
- }
-
- public function testSetAttribute()
- {
- $attributeSet = array( 'val' => 100,
- 'maxVal' => 200
- );
-
- foreach($attributeSet as $attributeName => $attributeValue) {
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterColumnObject->setAttribute($attributeName,$attributeValue);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
- }
- }
-
- public function testGetAttribute()
- {
- $attributeSet = array( 'val' => 100,
- 'maxVal' => 200
- );
-
- $this->_testAutoFilterColumnObject->setAttributes($attributeSet);
-
- foreach($attributeSet as $attributeName => $attributeValue) {
- $result = $this->_testAutoFilterColumnObject->getAttribute($attributeName);
- $this->assertEquals($attributeValue, $result);
- }
- $result = $this->_testAutoFilterColumnObject->getAttribute('nonExistentAttribute');
- $this->assertNull($result);
- }
-
- public function testClone()
- {
- $result = clone $this->_testAutoFilterColumnObject;
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilterTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilterTest.php
deleted file mode 100644
index 9907eabc50a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilterTest.php
+++ /dev/null
@@ -1,340 +0,0 @@
-_mockWorksheetObject = $this->getMockBuilder('PHPExcel_Worksheet')
- ->disableOriginalConstructor()
- ->getMock();
- $this->_mockCacheController = $this->getMockBuilder('PHPExcel_CachedObjectStorage_Memory')
- ->disableOriginalConstructor()
- ->getMock();
- $this->_mockWorksheetObject->expects($this->any())
- ->method('getCellCacheController')
- ->will($this->returnValue($this->_mockCacheController));
-
- $this->_testAutoFilterObject = new PHPExcel_Worksheet_AutoFilter(
- $this->_testInitialRange,
- $this->_mockWorksheetObject
- );
- }
-
- public function testToString()
- {
- $expectedResult = $this->_testInitialRange;
-
- // magic __toString should return the active autofilter range
- $result = $this->_testAutoFilterObject;
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testGetParent()
- {
- $result = $this->_testAutoFilterObject->getParent();
- $this->assertInstanceOf('PHPExcel_Worksheet', $result);
- }
-
- public function testSetParent()
- {
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterObject->setParent($this->_mockWorksheetObject);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter', $result);
- }
-
- public function testGetRange()
- {
- $expectedResult = $this->_testInitialRange;
-
- // Result should be the active autofilter range
- $result = $this->_testAutoFilterObject->getRange();
- $this->assertEquals($expectedResult, $result);
- }
-
- public function testSetRange()
- {
- $ranges = array('G1:J512' => 'Worksheet1!G1:J512',
- 'K1:N20' => 'K1:N20'
- );
-
- foreach($ranges as $actualRange => $fullRange) {
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterObject->setRange($fullRange);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter', $result);
-
- // Result should be the new autofilter range
- $result = $this->_testAutoFilterObject->getRange();
- $this->assertEquals($actualRange, $result);
- }
- }
-
- public function testClearRange()
- {
- $expectedResult = '';
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterObject->setRange();
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter', $result);
-
- // Result should be a clear range
- $result = $this->_testAutoFilterObject->getRange();
- $this->assertEquals($expectedResult, $result);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSetRangeInvalidRange()
- {
- $expectedResult = 'A1';
-
- $result = $this->_testAutoFilterObject->setRange($expectedResult);
- }
-
- public function testGetColumnsEmpty()
- {
- // There should be no columns yet defined
- $result = $this->_testAutoFilterObject->getColumns();
- $this->assertInternalType('array', $result);
- $this->assertEquals(0, count($result));
- }
-
- public function testGetColumnOffset()
- {
- $columnIndexes = array( 'H' => 0,
- 'K' => 3,
- 'M' => 5
- );
-
- // If we request a specific column by its column ID, we should get an
- // integer returned representing the column offset within the range
- foreach($columnIndexes as $columnIndex => $columnOffset) {
- $result = $this->_testAutoFilterObject->getColumnOffset($columnIndex);
- $this->assertEquals($columnOffset, $result);
- }
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testGetInvalidColumnOffset()
- {
- $invalidColumn = 'G';
-
- $result = $this->_testAutoFilterObject->getColumnOffset($invalidColumn);
- }
-
- public function testSetColumnWithString()
- {
- $expectedResult = 'L';
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterObject->setColumn($expectedResult);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter', $result);
-
- $result = $this->_testAutoFilterObject->getColumns();
- // Result should be an array of PHPExcel_Worksheet_AutoFilter_Column
- // objects for each column we set indexed by the column ID
- $this->assertInternalType('array', $result);
- $this->assertEquals(1, count($result));
- $this->assertArrayHasKey($expectedResult,$result);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result[$expectedResult]);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSetInvalidColumnWithString()
- {
- $invalidColumn = 'A';
-
- $result = $this->_testAutoFilterObject->setColumn($invalidColumn);
- }
-
- public function testSetColumnWithColumnObject()
- {
- $expectedResult = 'M';
- $columnObject = new PHPExcel_Worksheet_AutoFilter_Column($expectedResult);
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterObject->setColumn($columnObject);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter', $result);
-
- $result = $this->_testAutoFilterObject->getColumns();
- // Result should be an array of PHPExcel_Worksheet_AutoFilter_Column
- // objects for each column we set indexed by the column ID
- $this->assertInternalType('array', $result);
- $this->assertEquals(1, count($result));
- $this->assertArrayHasKey($expectedResult,$result);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result[$expectedResult]);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSetInvalidColumnWithObject()
- {
- $invalidColumn = 'E';
- $columnObject = new PHPExcel_Worksheet_AutoFilter_Column($invalidColumn);
-
- $result = $this->_testAutoFilterObject->setColumn($invalidColumn);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSetColumnWithInvalidDataType()
- {
- $invalidColumn = 123.456;
- $columnObject = new PHPExcel_Worksheet_AutoFilter_Column($invalidColumn);
-
- $result = $this->_testAutoFilterObject->setColumn($invalidColumn);
- }
-
- public function testGetColumns()
- {
- $columnIndexes = array('L','M');
-
- foreach($columnIndexes as $columnIndex) {
- $this->_testAutoFilterObject->setColumn($columnIndex);
- }
-
- $result = $this->_testAutoFilterObject->getColumns();
- // Result should be an array of PHPExcel_Worksheet_AutoFilter_Column
- // objects for each column we set indexed by the column ID
- $this->assertInternalType('array', $result);
- $this->assertEquals(count($columnIndexes), count($result));
- foreach($columnIndexes as $columnIndex) {
- $this->assertArrayHasKey($columnIndex,$result);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result[$columnIndex]);
- }
- }
-
- public function testGetColumn()
- {
- $columnIndexes = array('L','M');
-
- foreach($columnIndexes as $columnIndex) {
- $this->_testAutoFilterObject->setColumn($columnIndex);
- }
-
- // If we request a specific column by its column ID, we should
- // get a PHPExcel_Worksheet_AutoFilter_Column object returned
- foreach($columnIndexes as $columnIndex) {
- $result = $this->_testAutoFilterObject->getColumn($columnIndex);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
- }
- }
-
- public function testGetColumnByOffset()
- {
- $columnIndexes = array( 0 => 'H',
- 3 => 'K',
- 5 => 'M'
- );
-
- // If we request a specific column by its offset, we should
- // get a PHPExcel_Worksheet_AutoFilter_Column object returned
- foreach($columnIndexes as $columnIndex => $columnID) {
- $result = $this->_testAutoFilterObject->getColumnByOffset($columnIndex);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
- $this->assertEquals($result->getColumnIndex(),$columnID);
- }
- }
-
- public function testGetColumnIfNotSet()
- {
- // If we request a specific column by its column ID, we should
- // get a PHPExcel_Worksheet_AutoFilter_Column object returned
- $result = $this->_testAutoFilterObject->getColumn('K');
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter_Column', $result);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testGetColumnWithoutRangeSet()
- {
- // Clear the range
- $result = $this->_testAutoFilterObject->setRange();
-
- $result = $this->_testAutoFilterObject->getColumn('A');
- }
-
- public function testClearRangeWithExistingColumns()
- {
- $expectedResult = '';
-
- $columnIndexes = array('L','M','N');
- foreach($columnIndexes as $columnIndex) {
- $this->_testAutoFilterObject->setColumn($columnIndex);
- }
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterObject->setRange();
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter', $result);
-
- // Range should be cleared
- $result = $this->_testAutoFilterObject->getRange();
- $this->assertEquals($expectedResult, $result);
-
- // Column array should be cleared
- $result = $this->_testAutoFilterObject->getColumns();
- $this->assertInternalType('array', $result);
- $this->assertEquals(0, count($result));
- }
-
- public function testSetRangeWithExistingColumns()
- {
- $expectedResult = 'G1:J512';
-
- // These columns should be retained
- $columnIndexes1 = array('I','J');
- foreach($columnIndexes1 as $columnIndex) {
- $this->_testAutoFilterObject->setColumn($columnIndex);
- }
- // These columns should be discarded
- $columnIndexes2 = array('K','L','M');
- foreach($columnIndexes2 as $columnIndex) {
- $this->_testAutoFilterObject->setColumn($columnIndex);
- }
-
- // Setters return the instance to implement the fluent interface
- $result = $this->_testAutoFilterObject->setRange($expectedResult);
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter', $result);
-
- // Range should be correctly set
- $result = $this->_testAutoFilterObject->getRange();
- $this->assertEquals($expectedResult, $result);
-
- // Only columns that existed in the original range and that
- // still fall within the new range should be retained
- $result = $this->_testAutoFilterObject->getColumns();
- $this->assertInternalType('array', $result);
- $this->assertEquals(count($columnIndexes1), count($result));
- }
-
- public function testClone()
- {
- $columnIndexes = array('L','M');
-
- foreach($columnIndexes as $columnIndex) {
- $this->_testAutoFilterObject->setColumn($columnIndex);
- }
-
- $result = clone $this->_testAutoFilterObject;
- $this->assertInstanceOf('PHPExcel_Worksheet_AutoFilter', $result);
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/CellCollectionTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/CellCollectionTest.php
deleted file mode 100644
index c2c130d7a3a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/CellCollectionTest.php
+++ /dev/null
@@ -1,31 +0,0 @@
-getActiveSheet();
- $worksheet->setCellValue('A1', 1);
- $worksheet->setCellValue('A2', 2);
- $this->assertEquals($cells, $worksheet->getCellCollection(), "Cache method \"$method\".");
- PHPExcel_CachedObjectStorageFactory::finalize();
- }
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/ColumnCellIteratorTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/ColumnCellIteratorTest.php
deleted file mode 100644
index bef500ca82a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/ColumnCellIteratorTest.php
+++ /dev/null
@@ -1,87 +0,0 @@
-mockCell = $this->getMockBuilder('PHPExcel_Cell')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->mockWorksheet = $this->getMockBuilder('PHPExcel_Worksheet')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->mockWorksheet->expects($this->any())
- ->method('getHighestRow')
- ->will($this->returnValue(5));
- $this->mockWorksheet->expects($this->any())
- ->method('getCellByColumnAndRow')
- ->will($this->returnValue($this->mockCell));
- }
-
-
- public function testIteratorFullRange()
- {
- $iterator = new PHPExcel_Worksheet_ColumnCellIterator($this->mockWorksheet, 'A');
- $ColumnCellIndexResult = 1;
- $this->assertEquals($ColumnCellIndexResult, $iterator->key());
-
- foreach($iterator as $key => $ColumnCell) {
- $this->assertEquals($ColumnCellIndexResult++, $key);
- $this->assertInstanceOf('PHPExcel_Cell', $ColumnCell);
- }
- }
-
- public function testIteratorStartEndRange()
- {
- $iterator = new PHPExcel_Worksheet_ColumnCellIterator($this->mockWorksheet, 'A', 2, 4);
- $ColumnCellIndexResult = 2;
- $this->assertEquals($ColumnCellIndexResult, $iterator->key());
-
- foreach($iterator as $key => $ColumnCell) {
- $this->assertEquals($ColumnCellIndexResult++, $key);
- $this->assertInstanceOf('PHPExcel_Cell', $ColumnCell);
- }
- }
-
- public function testIteratorSeekAndPrev()
- {
- $iterator = new PHPExcel_Worksheet_ColumnCellIterator($this->mockWorksheet, 'A', 2, 4);
- $columnIndexResult = 4;
- $iterator->seek(4);
- $this->assertEquals($columnIndexResult, $iterator->key());
-
- for($i = 1; $i < $columnIndexResult-1; $i++) {
- $iterator->prev();
- $this->assertEquals($columnIndexResult - $i, $iterator->key());
- }
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSeekOutOfRange()
- {
- $iterator = new PHPExcel_Worksheet_ColumnCellIterator($this->mockWorksheet, 'A', 2, 4);
- $iterator->seek(1);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testPrevOutOfRange()
- {
- $iterator = new PHPExcel_Worksheet_ColumnCellIterator($this->mockWorksheet, 'A', 2, 4);
- $iterator->prev();
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/ColumnIteratorTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/ColumnIteratorTest.php
deleted file mode 100644
index 7d78b61791d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/ColumnIteratorTest.php
+++ /dev/null
@@ -1,89 +0,0 @@
-mockColumn = $this->getMockBuilder('PHPExcel_Worksheet_Column')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->mockWorksheet = $this->getMockBuilder('PHPExcel_Worksheet')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->mockWorksheet->expects($this->any())
- ->method('getHighestColumn')
- ->will($this->returnValue('E'));
- $this->mockWorksheet->expects($this->any())
- ->method('current')
- ->will($this->returnValue($this->mockColumn));
- }
-
-
- public function testIteratorFullRange()
- {
- $iterator = new PHPExcel_Worksheet_ColumnIterator($this->mockWorksheet);
- $columnIndexResult = 'A';
- $this->assertEquals($columnIndexResult, $iterator->key());
-
- foreach($iterator as $key => $column) {
- $this->assertEquals($columnIndexResult++, $key);
- $this->assertInstanceOf('PHPExcel_Worksheet_Column', $column);
- }
- }
-
- public function testIteratorStartEndRange()
- {
- $iterator = new PHPExcel_Worksheet_ColumnIterator($this->mockWorksheet, 'B', 'D');
- $columnIndexResult = 'B';
- $this->assertEquals($columnIndexResult, $iterator->key());
-
- foreach($iterator as $key => $column) {
- $this->assertEquals($columnIndexResult++, $key);
- $this->assertInstanceOf('PHPExcel_Worksheet_Column', $column);
- }
- }
-
- public function testIteratorSeekAndPrev()
- {
- $ranges = range('A','E');
- $iterator = new PHPExcel_Worksheet_ColumnIterator($this->mockWorksheet, 'B', 'D');
- $columnIndexResult = 'D';
- $iterator->seek('D');
- $this->assertEquals($columnIndexResult, $iterator->key());
-
- for($i = 1; $i < array_search($columnIndexResult, $ranges); $i++) {
- $iterator->prev();
- $expectedResult = $ranges[array_search($columnIndexResult, $ranges) - $i];
- $this->assertEquals($expectedResult, $iterator->key());
- }
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSeekOutOfRange()
- {
- $iterator = new PHPExcel_Worksheet_ColumnIterator($this->mockWorksheet, 'B', 'D');
- $iterator->seek('A');
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testPrevOutOfRange()
- {
- $iterator = new PHPExcel_Worksheet_ColumnIterator($this->mockWorksheet, 'B', 'D');
- $iterator->prev();
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/RowCellIteratorTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/RowCellIteratorTest.php
deleted file mode 100644
index cdd3c84d4bd..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/RowCellIteratorTest.php
+++ /dev/null
@@ -1,89 +0,0 @@
-mockCell = $this->getMockBuilder('PHPExcel_Cell')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->mockWorksheet = $this->getMockBuilder('PHPExcel_Worksheet')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->mockWorksheet->expects($this->any())
- ->method('getHighestColumn')
- ->will($this->returnValue('E'));
- $this->mockWorksheet->expects($this->any())
- ->method('getCellByColumnAndRow')
- ->will($this->returnValue($this->mockCell));
- }
-
-
- public function testIteratorFullRange()
- {
- $iterator = new PHPExcel_Worksheet_RowCellIterator($this->mockWorksheet);
- $RowCellIndexResult = 'A';
- $this->assertEquals($RowCellIndexResult, $iterator->key());
-
- foreach($iterator as $key => $RowCell) {
- $this->assertEquals($RowCellIndexResult++, $key);
- $this->assertInstanceOf('PHPExcel_Cell', $RowCell);
- }
- }
-
- public function testIteratorStartEndRange()
- {
- $iterator = new PHPExcel_Worksheet_RowCellIterator($this->mockWorksheet, 2, 'B', 'D');
- $RowCellIndexResult = 'B';
- $this->assertEquals($RowCellIndexResult, $iterator->key());
-
- foreach($iterator as $key => $RowCell) {
- $this->assertEquals($RowCellIndexResult++, $key);
- $this->assertInstanceOf('PHPExcel_Cell', $RowCell);
- }
- }
-
- public function testIteratorSeekAndPrev()
- {
- $ranges = range('A','E');
- $iterator = new PHPExcel_Worksheet_RowCellIterator($this->mockWorksheet, 2, 'B', 'D');
- $RowCellIndexResult = 'D';
- $iterator->seek('D');
- $this->assertEquals($RowCellIndexResult, $iterator->key());
-
- for($i = 1; $i < array_search($RowCellIndexResult, $ranges); $i++) {
- $iterator->prev();
- $expectedResult = $ranges[array_search($RowCellIndexResult, $ranges) - $i];
- $this->assertEquals($expectedResult, $iterator->key());
- }
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSeekOutOfRange()
- {
- $iterator = new PHPExcel_Worksheet_RowCellIterator($this->mockWorksheet, 2, 'B', 'D');
- $iterator->seek(1);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testPrevOutOfRange()
- {
- $iterator = new PHPExcel_Worksheet_RowCellIterator($this->mockWorksheet, 2, 'B', 'D');
- $iterator->prev();
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/RowIteratorTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/RowIteratorTest.php
deleted file mode 100644
index 48d8b6bb1cf..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/RowIteratorTest.php
+++ /dev/null
@@ -1,87 +0,0 @@
-mockRow = $this->getMockBuilder('PHPExcel_Worksheet_Row')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->mockWorksheet = $this->getMockBuilder('PHPExcel_Worksheet')
- ->disableOriginalConstructor()
- ->getMock();
-
- $this->mockWorksheet->expects($this->any())
- ->method('getHighestRow')
- ->will($this->returnValue(5));
- $this->mockWorksheet->expects($this->any())
- ->method('current')
- ->will($this->returnValue($this->mockRow));
- }
-
-
- public function testIteratorFullRange()
- {
- $iterator = new PHPExcel_Worksheet_RowIterator($this->mockWorksheet);
- $rowIndexResult = 1;
- $this->assertEquals($rowIndexResult, $iterator->key());
-
- foreach($iterator as $key => $row) {
- $this->assertEquals($rowIndexResult++, $key);
- $this->assertInstanceOf('PHPExcel_Worksheet_Row', $row);
- }
- }
-
- public function testIteratorStartEndRange()
- {
- $iterator = new PHPExcel_Worksheet_RowIterator($this->mockWorksheet, 2, 4);
- $rowIndexResult = 2;
- $this->assertEquals($rowIndexResult, $iterator->key());
-
- foreach($iterator as $key => $row) {
- $this->assertEquals($rowIndexResult++, $key);
- $this->assertInstanceOf('PHPExcel_Worksheet_Row', $row);
- }
- }
-
- public function testIteratorSeekAndPrev()
- {
- $iterator = new PHPExcel_Worksheet_RowIterator($this->mockWorksheet, 2, 4);
- $columnIndexResult = 4;
- $iterator->seek(4);
- $this->assertEquals($columnIndexResult, $iterator->key());
-
- for($i = 1; $i < $columnIndexResult-1; $i++) {
- $iterator->prev();
- $this->assertEquals($columnIndexResult - $i, $iterator->key());
- }
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testSeekOutOfRange()
- {
- $iterator = new PHPExcel_Worksheet_RowIterator($this->mockWorksheet, 2, 4);
- $iterator->seek(1);
- }
-
- /**
- * @expectedException PHPExcel_Exception
- */
- public function testPrevOutOfRange()
- {
- $iterator = new PHPExcel_Worksheet_RowIterator($this->mockWorksheet, 2, 4);
- $iterator->prev();
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/WorksheetColumnTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/WorksheetColumnTest.php
deleted file mode 100644
index c70c38d364f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/WorksheetColumnTest.php
+++ /dev/null
@@ -1,46 +0,0 @@
-mockWorksheet = $this->getMockBuilder('PHPExcel_Worksheet')
- ->disableOriginalConstructor()
- ->getMock();
- $this->mockWorksheet->expects($this->any())
- ->method('getHighestRow')
- ->will($this->returnValue(5));
- }
-
-
- public function testInstantiateColumnDefault()
- {
- $column = new PHPExcel_Worksheet_Column($this->mockWorksheet);
- $this->assertInstanceOf('PHPExcel_Worksheet_Column', $column);
- $columnIndex = $column->getColumnIndex();
- $this->assertEquals('A', $columnIndex);
- }
-
- public function testInstantiateColumnSpecified()
- {
- $column = new PHPExcel_Worksheet_Column($this->mockWorksheet, 'E');
- $this->assertInstanceOf('PHPExcel_Worksheet_Column', $column);
- $columnIndex = $column->getColumnIndex();
- $this->assertEquals('E', $columnIndex);
- }
-
- public function testGetCellIterator()
- {
- $column = new PHPExcel_Worksheet_Column($this->mockWorksheet);
- $cellIterator = $column->getCellIterator();
- $this->assertInstanceOf('PHPExcel_Worksheet_ColumnCellIterator', $cellIterator);
- }
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/WorksheetRowTest.php b/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/WorksheetRowTest.php
deleted file mode 100644
index 2761b52be61..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/WorksheetRowTest.php
+++ /dev/null
@@ -1,46 +0,0 @@
-mockWorksheet = $this->getMockBuilder('PHPExcel_Worksheet')
- ->disableOriginalConstructor()
- ->getMock();
- $this->mockWorksheet->expects($this->any())
- ->method('getHighestColumn')
- ->will($this->returnValue('E'));
- }
-
-
- public function testInstantiateRowDefault()
- {
- $row = new PHPExcel_Worksheet_Row($this->mockWorksheet);
- $this->assertInstanceOf('PHPExcel_Worksheet_Row', $row);
- $rowIndex = $row->getRowIndex();
- $this->assertEquals(1, $rowIndex);
- }
-
- public function testInstantiateRowSpecified()
- {
- $row = new PHPExcel_Worksheet_Row($this->mockWorksheet, 5);
- $this->assertInstanceOf('PHPExcel_Worksheet_Row', $row);
- $rowIndex = $row->getRowIndex();
- $this->assertEquals(5, $rowIndex);
- }
-
- public function testGetCellIterator()
- {
- $row = new PHPExcel_Worksheet_Row($this->mockWorksheet);
- $cellIterator = $row->getCellIterator();
- $this->assertInstanceOf('PHPExcel_Worksheet_RowCellIterator', $cellIterator);
- }
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/bootstrap.php b/htdocs/includes/phpoffice/phpexcel/unitTests/bootstrap.php
deleted file mode 100644
index 8e8cdb39a9c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/bootstrap.php
+++ /dev/null
@@ -1,49 +0,0 @@
- /etc/php.d/xdebug.ini' . "\n";
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/custom/Complex.php b/htdocs/includes/phpoffice/phpexcel/unitTests/custom/Complex.php
deleted file mode 100644
index a0ac2d2c9d0..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/custom/Complex.php
+++ /dev/null
@@ -1,114 +0,0 @@
-realPart = (float) $realPart;
- $this->imaginaryPart = (float) $imaginaryPart;
- $this->suffix = strtolower($suffix);
- }
-
- public function getReal()
- {
- return $this->realPart;
- }
-
- public function getImaginary()
- {
- return $this->imaginaryPart;
- }
-
- public function getSuffix()
- {
- return $this->suffix;
- }
-
- public function __toString() {
- $str = "";
- if ($this->imaginaryPart != 0.0) {
- if (abs($this->imaginaryPart) != 1.0) {
- $str .= $this->imaginaryPart . $this->suffix;
- } else {
- $str .= (($this->imaginaryPart < 0.0) ? '-' : ''). $this->suffix;
- }
- }
- if ($this->realPart != 0.0) {
- if (($str) && ($this->imaginaryPart > 0.0))
- $str = "+" . $str;
- $str = $this->realPart . $str;
- }
- if (!$str)
- $str = "0.0";
- return $str;
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/custom/complexAssert.php b/htdocs/includes/phpoffice/phpexcel/unitTests/custom/complexAssert.php
deleted file mode 100644
index 5b64e4ced51..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/custom/complexAssert.php
+++ /dev/null
@@ -1,62 +0,0 @@
-_errorMessage = 'Expected Error: ' .
- $actual . ' !== ' . $expected;
- return FALSE;
- }
-
- $expectedComplex = new Complex($expected);
- $actualComplex = new Complex($actual);
-
- if (!is_numeric($actualComplex->getReal()) || !is_numeric($expectedComplex->getReal())) {
- if ($actualComplex->getReal() !== $expectedComplex->getReal()) {
- $this->_errorMessage = 'Mismatched String: ' .
- $actualComplex->getReal() . ' !== ' . $expectedComplex->getReal();
- return FALSE;
- }
- return TRUE;
- }
-
- if ($actualComplex->getReal() < ($expectedComplex->getReal() - $delta) ||
- $actualComplex->getReal() > ($expectedComplex->getReal() + $delta)) {
- $this->_errorMessage = 'Mismatched Real part: ' .
- $actualComplex->getReal() . ' != ' . $expectedComplex->getReal();
- return FALSE;
- }
-
- if ($actualComplex->getImaginary() < ($expectedComplex->getImaginary() - $delta) ||
- $actualComplex->getImaginary() > ($expectedComplex->getImaginary() + $delta)) {
- $this->_errorMessage = 'Mismatched Imaginary part: ' .
- $actualComplex->getImaginary() . ' != ' . $expectedComplex->getImaginary();
- return FALSE;
- }
-
- if ($actualComplex->getSuffix() !== $actualComplex->getSuffix()) {
- $this->_errorMessage = 'Mismatched Suffix: ' .
- $actualComplex->getSuffix() . ' != ' . $expectedComplex->getSuffix();
- return FALSE;
- }
-
- return TRUE;
- }
-
-
- public function getErrorMessage() {
- return $this->_errorMessage;
- }
-
-}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/phpunit-cc.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/phpunit-cc.xml
deleted file mode 100644
index 7e598cc9ab4..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/phpunit-cc.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
- ./Classes
-
-
-
- ../Classes
-
- ../Classes/PHPExcel/Shared/PCLZip
- ../Classes/PHPExcel/Shared/JAMA
- ../Classes/PHPExcel/Writer/PDF
-
-
-
-
-
-
-
-
-
-
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/phpunit.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/phpunit.xml
deleted file mode 100644
index 2c2ff360ae0..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/phpunit.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
- ./Classes
-
-
-
- ../Classes
-
- ../Classes/PHPExcel/Shared/PCLZip
- ../Classes/PHPExcel/Shared/JAMA
- ../Classes/PHPExcel/Writer/PDF
-
-
-
-
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DATE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DATE.data
deleted file mode 100644
index cdcc776b044..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DATE.data
+++ /dev/null
@@ -1,79 +0,0 @@
-# Year Month Day Result Comments
-18, 11, 11, 6890
-1900, 1, 1, 1 // Excel 1900 Calendar Base Date
-1900, 2, 28, 59 // Day before Excel mythical 1900 leap day
-1900, 2, 29, 60 // Excel mythical 1900 leap day
-1900, 3, 1, 61 // Day after Excel mythical 1900 leap day
-1901, 12, 13, 713 // Day after Excel mythical 1900 leap day
-1901, 12, 14, 714 // PHP 32-bit Earliest Date
-1903, 12, 31, 1461
-1904, 1, 1, 1462 // Excel 1904 Calendar Base Date
-1904, 1, 2, 1463
-1960, 12, 19, 22269
-1970, 1, 1, 25569 // PHP Base Date
-1982, 12, 7, 30292
-2008, 6, 12, 39611
-2038, 1, 19, 50424 // PHP 32-bit Latest Date
-2038, 1, 20, 50425 // Day after PHP 32-bit Latest Date
-2008, 1, 1, 39448
-2008, 1, , 39447
-2008, 1, -1, 39446
-2008, 1, -30, 39417
-2008, 1, -31, 39416
-2008, 1, -365, 39082
-2008, 3, 1, 39508
-2008, 3, , 39507
-2008, 3, -1, 39506
-2008, 3, -365, 39142
-2008, , 1, 39417
-2008, -1, 1, 39387
-2008, -11, 1, 39083
-2008, -12, 1, 39052
-2008, -13, 1, 39022
-2008, -13, 30, 39051
-2008, -13, , 39021
-2008, -13, -30, 38991
-2008, -13, -31, 38990
-2008, 13, 1, 39814
-2007, 15, , 39507
-2008, 26, 1, 40210
-2008, 26, -10, 40199
-2008, -26, 61, 38686
-2010, -15, -50, 39641
-2010, -15, 50, 39741
-2010, 15, -50, 40552
-2010, 15, 50, 40652
-2010, 1.5, 1, 40179
-2010, 1.5, 0, 40178
-2010, 0, 1.5, 40148
-2010, 1, 1.5, 40179
-2012, 6, 15, 41075
-2012, 6, , 41060
-2012, , 15, 40892
-, 6, 15, 167
-10, 6, 15, 3819
-10, , , 3622
-, 10, , 274
-, , 10, "#NUM!"
--20, , , "#NUM!"
--20, 6, 15, "#NUM!"
-9999, 12, 31, 2958465 // Excel Maximum Date
-10000, 1, 1, "#NUM!" // Exceeded Excel Maximum Date
-2008, 8, 10, 39670
-2008, 12, 31, 39813
-2008, 8, 32, 39692
-2008, 13, 31, 39844
-2009, 1, 0, 39813
-2009, 1, -1, 39812
-2009, 0, 0, 39782
-2009, 0, -1, 39781
-2009, -1, 0, 39752
-2009, -1, -1, 39751
-2010, 0, -1, 40146
-2010, 5, 31, 40329
-2010, 1, '21st', 40199 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-2010, "March",'21st', 40258 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-2010, "March",21, 40258 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"ABC", 1, 21, "#VALUE!"
-2010, "DEF", 21, "#VALUE!"
-2010, 3, "GHI", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DATEDIF.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DATEDIF.data
deleted file mode 100644
index e8d9e06bfac..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DATEDIF.data
+++ /dev/null
@@ -1,96 +0,0 @@
-"ABC", "2007-1-10", "Y", "#VALUE!"
-"2007-1-1", "DEF", "Y", "#VALUE!"
-"2007-1-1", "2007-1-10", "XYZ", "#VALUE!"
-"2007-1-10", "2007-1-1", "Y", "#NUM!"
-"2007-12-31", "2008-1-10", "Y", 0
-"2007-1-1", "2007-1-10", "Y", 0
-"2007-1-1", "2007-1-10", "M", 0
-"2007-1-1", "2007-1-10", "D", 9
-"2007-1-1", "2007-1-10", "YM", 0
-"2007-1-1", "2007-1-10", "YD", 9
-"2007-1-1", "2007-1-10", "MD", 9
-"2007-1-1", "2007-12-31", "Y", 0
-"2007-1-1", "2007-12-31", "M", 11
-"2007-1-1", "2007-12-31", "D", 364
-"2007-1-1", "2007-12-31", "YM", 11
-"2007-1-1", "2007-12-31", "YD", 364
-"2007-1-1", "2007-12-31", "MD", 30
-"2007-1-1", "2008-7-1", "Y", 1
-"2007-1-1", "2008-7-1", "M", 18
-"2007-1-1", "2008-7-1", "D", 547
-"2007-1-1", "2008-7-1", "YM", 6
-"2007-1-1", "2008-7-1", "YD", 181
-"2007-1-1", "2008-7-1", "MD", 0
-"2007-1-1", "2007-1-31", "Y", 0
-"2007-1-1", "2007-1-31", "M", 0
-"2007-1-1", "2007-1-31", "D", 30
-"2007-1-1", "2007-1-31", "YM", 0
-"2007-1-1", "2007-1-31", "YD", 30
-"2007-1-1", "2007-1-31", "MD", 30
-"2007-1-1", "2007-2-1", "Y", 0
-"2007-1-1", "2007-2-1", "M", 1
-"2007-1-1", "2007-2-1", "D", 31
-"2007-1-1", "2007-2-1", "YM", 1
-"2007-1-1", "2007-2-1", "YD", 31
-"2007-1-1", "2007-2-1", "MD", 0
-"2007-1-1", "2007-2-28", "Y", 0
-"2007-1-1", "2007-2-28", "M", 1
-"2007-1-1", "2007-2-28", "D", 58
-"2007-1-1", "2007-2-28", "YM", 1
-"2007-1-1", "2007-2-28", "YD", 58
-"2007-1-1", "2007-2-28", "MD", 27
-"2007-1-31", "2007-2-1", "Y", 0
-"2007-1-31", "2007-2-1", "M", 0
-"2007-1-31", "2007-2-1", "D", 1
-"2007-1-31", "2007-2-1", "YM", 0
-"2007-1-31", "2007-2-1", "YD", 1
-"2007-1-31", "2007-2-1", "MD", 1
-"2007-1-31", "2007-3-1", "Y", 0
-"2007-1-31", "2007-3-1", "M", 1
-"2007-1-31", "2007-3-1", "D", 29
-"2007-1-31", "2007-3-1", "YM", 1
-"2007-1-31", "2007-3-1", "YD", 29
-"2007-1-31", "2007-3-1", "MD", -2
-"2007-1-31", "2007-3-31", "Y", 0
-"2007-1-31", "2007-3-31", "M", 2
-"2007-1-31", "2007-3-31", "D", 59
-"2007-1-31", "2007-3-31", "YM", 2
-"2007-1-31", "2007-3-31", "YD", 59
-"2007-1-31", "2007-3-31", "MD", 0
-"2008-1-1", "2008-9-1", "Y", 0
-"2008-1-1", "2008-9-1", "M", 8
-"2008-1-1", "2008-9-1", "D", 244
-"2008-1-1", "2008-9-1", "YM", 8
-"2008-1-1", "2008-9-1", "YD", 244
-"2008-1-1", "2008-9-1", "MD", 0
-"2007-2-1", "2008-4-1", "Y", 1
-"2007-2-1", "2008-4-1", "M", 14
-"2007-2-1", "2008-4-1", "D", 425
-"2007-2-1", "2008-4-1", "YM", 2
-"2007-2-1", "2008-4-1", "YD", 59
-"2007-2-1", "2008-4-1", "MD", 0
-"1960-12-19", "2008-6-28", "Y", 47
-"1960-12-19", "2008-6-28", "M", 570
-"1960-12-19", "2008-6-28", "D", 17358
-"1960-12-19", "2008-6-28", "YM", 6
-"1960-12-19", "2008-6-28", "YD", 191
-"1960-12-19", "2008-6-28", "MD", 9
-"1982-12-7", "2008-6-28", "Y", 25
-"1982-12-7", "2008-6-28", "M", 306
-"1982-12-7", "2008-6-28", "D", 9335
-"1982-12-7", "2008-6-28", "YM", 6
-"1982-12-7", "2008-6-28", "YD", 203
-"1982-12-7", "2008-6-28", "MD", 21
-"2007-12-25", "2010-3-17", "Y", 2
-"2007-12-25", "2010-3-17", "M", 26
-"2007-12-25", "2010-3-17", "D", 813
-"2007-12-25", "2010-3-17", "YM", 2
-"2007-12-25", "2010-3-17", "YD", 82
-"2007-12-25", "2010-3-17", "MD", 20
-"19-12-1960", "26-01-2012" "Y", 51
-"19-12-1960", "26-01-2012" "M", 613
-"19-12-1960", "26-01-2012" "D", 18665
-"19-12-1960", "26-01-2012" "YM", 1
-"19-12-1960", "26-01-2012" "YD", 38
-"19-12-1960", "26-01-2012" "MD", 7
-"19-12-1960", "12-12-2012" "Y", 50
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DATEVALUE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DATEVALUE.data
deleted file mode 100644
index f4b0f68e369..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DATEVALUE.data
+++ /dev/null
@@ -1,66 +0,0 @@
-# Date String Result
-"25-Dec-1899", "#VALUE!"
-"31-Dec-1899", "#VALUE!"
-"1-Jan-1900", 1
-"1900/2/28", 59
-"29-02-1900", 60
-"29th February 1900", 60 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"1900/3/1", 61
-"13-12-1901", 713
-"14-12-1901", 714
-"1903/12/31", 1461
-"1-Jan-1904", 1462
-"2nd-Jan-1904", 1463 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"19-12-1960", 22269
-"1st January 1970", 25569 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"7-Dec-1982", 30292
-"1-1-2008", 39448
-"2038-01-19", 50424
-"2-6-2008", 39601
-"December 25th 2008", 39807 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"1 Jan-2008", 39448
-"12-31-2008", 39813 // MS Excel success or failure dependent on country settings
-"31-12-2008", 39813 // PHPExcel tries to handle both US and UK formats, irrespective of country settings
-"8/22/2008", 39682 // MS Excel success or failure dependent on country settings
-"22/8/2008", 39682 // PHPExcel tries to handle both US and UK formats, irrespective of country settings
-"22/8/08", 39682
-"22-AUG-2008", 39682
-"2008/02/23", 39501
-"6-7-2008", 39635
-"28-2-2007", 39141 // MS Excel success or failure dependent on country settings
-"2-28-2007", 39141 // PHPExcel tries to handle both US and UK formats, irrespective of country settings
-"29-2-2007", "#VALUE!" // Should fail because it's an invalid date, but PHPExcel currently adjusts to 1-3-2007 - FIX NEEDED
-"1/1/1999", 36161
-"1954-07-20", 19925
-"22 August 98", 36029
-"1st March 2007", 39142 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"The 1st day of March 2007", "#VALUE!"
-"1 Jan", 41275
-"31/12", 41639
-"12/31", 11658 // Excel reads as 1st December 1931, not 31st December in current year
-"5-JUL", 41460
-"5 Jul", 41460
-"12/2008", 39783
-"10/32", 11963
-11, "#VALUE!"
-TRUE, "#VALUE!"
-FALSE, "#VALUE!"
-1, "#VALUE!"
-12345, "#VALUE!"
-12, "#VALUE!"
-"12-Feb-2010", 40221
-"Feb-12-2010", 40221 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"February-12-2010", 40221 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"February 12 2010", 40221 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"18 Feb 2010", 40227
-"17th 3rd 2010", 40254 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"Feb 18th 2010", 40227 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"1st Feb 2010", 40210 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"1st-Feb-2010", 40210 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"1me Fev 2010", "#VALUE!"
-"February 1st 2010", 40210 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"2nd Feb 2010", 40211 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"Second Feb 2010", "#VALUE!"
-"First August 2010", "#VALUE!"
-"1st August 2010", 40391 // MS Excel will fail with a #VALUE return, but PHPExcel can parse this date
-"15:30:25", 0
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DAY.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DAY.data
deleted file mode 100644
index bde1e8b5e11..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DAY.data
+++ /dev/null
@@ -1,8 +0,0 @@
-# Date Value Result
-22269, 19
-30348, 1
-30843, 10
-"11-Nov-1918", 11
-"28-Feb-1904", 28
-"Invalid", "#VALUE!"
--1, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DAYS360.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DAYS360.data
deleted file mode 100644
index c7abb61285b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/DAYS360.data
+++ /dev/null
@@ -1,34 +0,0 @@
-"ABC", "2007-1-10", FALSE, "#VALUE!"
-"2007-1-1", "DEF", TRUE, "#VALUE!"
-"2007-1-1", "2007-1-10", "XYZ", "#VALUE!"
-"2007-1-10", "2007-1-1", "Y", "#VALUE!"
-"2007-1-1", "2007-1-10", FALSE, 9
-"2007-1-1", "2007-1-10", TRUE, 9
-"2007-1-1", "2007-12-31", FALSE, 360
-"2007-1-1", "2007-12-31", TRUE, 359
-"2007-1-1", "2008-7-1", FALSE, 540
-"2007-1-1", "2008-7-1", TRUE, 540
-"2007-1-1", "2007-1-31", FALSE, 30
-"2007-1-1", "2007-1-31", TRUE, 29
-"2007-1-1", "2007-2-1", FALSE, 30
-"2007-1-1", "2007-2-1", TRUE, 30
-"2007-1-1", "2007-2-28", FALSE, 57
-"2007-1-1", "2007-2-28", TRUE, 57
-"2007-1-31", "2007-2-1", FALSE, 1
-"2007-1-31", "2007-2-1", TRUE, 1
-"2007-1-31", "2007-3-1", FALSE, 31
-"2007-1-31", "2007-3-1", TRUE, 31
-"2007-1-31", "2007-3-31", FALSE, 60
-"2007-1-31", "2007-3-31", TRUE, 60
-"2008-1-1", "2008-9-1", FALSE, 240
-"2008-1-1", "2008-9-1", TRUE, 240
-"2007-2-1", "2008-4-1", FALSE, 420
-"2007-2-1", "2008-4-1", TRUE, 420
-"1960-12-19", "2008-6-28", FALSE, 17109
-"1960-12-19", "2008-6-28", TRUE, 17109
-"1982-12-7", "2008-6-28", FALSE, 9201
-"1982-12-7", "2008-6-28", TRUE, 9201
-"2000-2-28", "2000-3-31", FALSE, 33
-"2000-2-28", "2000-3-31", TRUE, 32
-"2000-2-29", "2000-3-31", FALSE, 30
-"2000-2-29", "2000-3-31", TRUE, 31
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/EDATE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/EDATE.data
deleted file mode 100644
index b7b13e09e31..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/EDATE.data
+++ /dev/null
@@ -1,15 +0,0 @@
-"15-Jan-2008", 1, 39493
-"15-Jan-2008", -1, 39431
-"15-Jan-2008", 2, 39522
-"31-Mar-2007", 1, 39202
-"31-Mar-2007", -1, 39141
-"31-Mar-2008", -1, 39507
-"31-Mar-2008", -4, 39416
-"29-Feb-2008", -12, 39141
-"15-Mar-2007", 3, 39248
-22269.0, 0, 22269
-22269.0, 2, 22331
-22269.0, 110, 25618
-22269.0, -110, 18920
-"15-Mar-2007", "ABC", "#VALUE!"
-"Invalid", 12, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/EOMONTH.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/EOMONTH.data
deleted file mode 100644
index 130a769c78d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/EOMONTH.data
+++ /dev/null
@@ -1,17 +0,0 @@
-"15-Jan-2008", 1, 39507
-"15-Jan-2008", -1, 39447
-"15-Jan-2008", 2, 39538
-"31-Mar-2007", 1, 39202
-"31-Mar-2007", -1, 39141
-"31-Mar-2008", -1, 39507
-"31-Mar-2008", -4, 39416
-"29-Feb-2008", -12, 39141
-"15-Mar-2007", 3, 39263
-22269.0, 0, 22281
-22269.0, 2, 22340
-22269.0, 110, 25627
-22269.0, -110, 18932
-22269.0, 3, 22371
-22269.0, 3.75, 22371
-"15-Mar-2007", "ABC", "#VALUE!"
-"Invalid", 12, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/HOUR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/HOUR.data
deleted file mode 100644
index c07d0dccd1e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/HOUR.data
+++ /dev/null
@@ -1,12 +0,0 @@
-0.25, 6
-0.75, 18
-0.5, 12
-0.6, 14
-"11-Nov-1918 11:11", 11
-"11:59 PM", 23
-"23:59:59", 23
-3600, 2
--3600, 0
-7200, 3
-65535, 19
-"1 O'Clock", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/MINUTE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/MINUTE.data
deleted file mode 100644
index 2931c750095..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/MINUTE.data
+++ /dev/null
@@ -1,12 +0,0 @@
-0.2, 48
-0.4, 36
-0.6, 24
-0.8, 12
-"11-Nov-1918 11:15", 15
-"11:59 PM", 59
-"23:59:59", 59
-3600, 0
--3600, 0
-12500, 28
-65535, 12
-"Half past 1 O'Clock", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/MONTH.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/MONTH.data
deleted file mode 100644
index 6336ffdabb3..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/MONTH.data
+++ /dev/null
@@ -1,12 +0,0 @@
-, 1
-0, 1
-22269.0, 12
-30348.0, 2
-30843.0, 6
-"11-Nov-1918", 11
-"28-Feb-1904", 2
-"01 Jul 2003", 7
-38094, 4
-"Dec 2003", 12
--10, "#NUM!"
-"ABCD", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/NETWORKDAYS.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/NETWORKDAYS.data
deleted file mode 100644
index 70034bfd793..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/NETWORKDAYS.data
+++ /dev/null
@@ -1,18 +0,0 @@
-"1-Jan-2007", "10-Jan-2007", 8
-"18-Jun-2008", "20-Jun-2008", 3
-"16-Jun-2008", "20-Jun-2008", 5
-"14-Jun-2008", "20-Jun-2008", 5
-"20-Jun-2008", "20-Jun-2008", 1
-"21-Jun-2008", "21-Jun-2008", 0
-"20-Jun-2008", "20-Jun-2008", "20-Jun-2008", 0
-"20-Jun-2008", "20-Jun-2008", "20-Jun-2008", "20-Jun-2008", 0
-"14-Jun-2008", "25-Jun-2008", 8
-"19-Dec-1960", "10-Jan-1961", 17
-"10-Jan-1961", "19-Dec-1960", -17
-"19-Dec-1960", "10-Jan-1961", "25-Dec-1960", "26-Dec-1960", "01-Jan-1961", 16
-"10-Jan-1961", "19-Dec-1960", "25-Dec-1960", "26-Dec-1960", "01-Jan-1961", -16
-"1-Jan-2007", "31-Mar-2007", 65
-"1-Jan-2007", "31-Jan-2007", 23
-"1-Jan-2007", "1-Feb-2007", 24
-"1-Jan-2007", "28-Feb-2007", 43
-"31-Jan-2007", "1-Feb-2007", 2
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/SECOND.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/SECOND.data
deleted file mode 100644
index 14a8d3a5990..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/SECOND.data
+++ /dev/null
@@ -1,12 +0,0 @@
-0.2339930556, 57
-0.4202893519, 13
-0.6078935185, 22
-0.8022106481, 11
-"11-Nov-1918 11:15:35", 35
-"11:59 PM", 0
-"23:59:59", 59
-3600, 0
--3601, 59
-12500, 20
-65535, 15
-"Half past 1 O'Clock", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/TIME.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/TIME.data
deleted file mode 100644
index 46d0b9ac07e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/TIME.data
+++ /dev/null
@@ -1,22 +0,0 @@
-18, 11, 11, 0.757766203704
-6, 15, 5, 0.260474537037
-12, 30, 10, 0.520949074074
-18, 45, 25, 0.781539351852
-15, 32, 50, 0.647800925926
-12, , 61, 0.500706018519
-11, , -1, 0.458321759259
-10, , -67, 0.415891203704
-13, 62, 5, 0.584780092593
-9, -80, 17, 0.319641203704
-8, -162, , 0.220833333333
-2, -120, -1, "#NUM!"
-2, -120, , 0.000000000000
-2, -120, 1, 0.000011574074
-36, 1, 2, 0.500717592593
--1, 2, 3, "#NUM!"
--1, 61, 29, 0.001030092593
--1, 61, -60, 0.000000000000
-"A", , , "#VALUE!"
-11, 59, 0, 0.499305555556
-12, 0, 0, 0.500000000000
-16, 48, 10, 0.700115740741
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/TIMEVALUE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/TIMEVALUE.data
deleted file mode 100644
index 457de24e37c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/TIMEVALUE.data
+++ /dev/null
@@ -1,13 +0,0 @@
-"12:00:00 am", 0
-"12:01:02 am", 0.000717593
-"12:03 pm", 0.502083333
-"12:7:11 pm", 0.504988426
-"4:13:39", 0.176145833
-"6:20:17 pm", 0.764085648
-"18:33:27", 0.773229167
-"31/12/2007 03:27:15", 0.143923611
-"9:44:55 pm", 0.90619213
-12, "#VALUE!"
-"13:01", 0.542361111
-"33:45", 0.40625
-"13:01PM", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/WEEKDAY.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/WEEKDAY.data
deleted file mode 100644
index ca2e11f7b32..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/WEEKDAY.data
+++ /dev/null
@@ -1,27 +0,0 @@
-"24-Oct-1968", 5
-"24-Oct-1968", 2, 4
-"24-Oct-1968", 3, 3
-"2000-06-14", 4
-"2000-06-14", 2, 3
-"2000-06-14", 3, 2
-"1996-07-24", 4
-"1996-07-24", 2, 3
-"1996-07-24", 3, 2
-"1996-07-27", 7
-"1996-07-27", 2, 6
-"1996-07-27", 3, 5
-"1977-7-31", 1
-"1977-7-31", 2, 7
-"1977-7-31", 3, 6
-"1977-8-1", 2
-"1977-8-1", 2, 1
-"1977-8-1", 3, 0
-"1900-2-5", 2, 7
-"1900-2-1", 1
-38093, 6
-38093, 2, 5
-38093, 3, 4
-"3/7/1977", "A", "#VALUE!"
-"3/7/1977", 0, "#NUM!"
-"Invalid", 1, "#VALUE!"
--1, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/WEEKNUM.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/WEEKNUM.data
deleted file mode 100644
index 22a01a74c52..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/WEEKNUM.data
+++ /dev/null
@@ -1,7 +0,0 @@
-"21-Dec-2000", 1, 52
-"1995-01-01", 1, 1
-"3/7/1977", 27
-"3/7/1977", "A", "#VALUE!"
-"3/7/1977", 0, "#NUM!"
-"Invalid", 1, "#VALUE!"
--1, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/WORKDAY.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/WORKDAY.data
deleted file mode 100644
index 1070898b248..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/WORKDAY.data
+++ /dev/null
@@ -1,13 +0,0 @@
-"1-Jan-2007", "ABC", "#VALUE!"
-"1-Jan-2007", 9, 39094
-"18-Jun-2008", 2, 39619
-"16-Jun-2008", 4, 39619
-"14-Jun-2008", 6, 39622
-"14-Jun-2008", 11, 39629
-"14-Jun-2008", -2, 39611
-"14-Jun-2008", -6, 39605
-"19-Dec-2008", 10, 39815
-"19-Dec-2008", 10, "25-Dec-2008", "26-Dec-2008", "01-Jan-2009", 39820
-"19-Dec-2008", 10, {"25-Dec-2008"|"26-Dec-2008"|"01-Jan-2009"}, 39820
-39820, -10, {"25-Dec-2008"|"26-Dec-2008"|"01-Jan-2009"}, 39801
-"5-Apr-2012", 3, {"6-Apr-2012"|"9-Apr-2012"}, 41010
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/YEAR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/YEAR.data
deleted file mode 100644
index fe35f1b4a36..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/YEAR.data
+++ /dev/null
@@ -1,11 +0,0 @@
-, 1900
-1, 1900
-33333.33, 1991
-22269.0, 1960
-30348.0, 1983
-30843.0, 1984
-"01 Jan 2525", 2525
-"11-Nov-1918", 1918
-"28-Feb-1904", 1904
--10, "#NUM!"
-"ABCD", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/YEARFRAC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/YEARFRAC.data
deleted file mode 100644
index 3fc5827728a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/DateTime/YEARFRAC.data
+++ /dev/null
@@ -1,65 +0,0 @@
-"2007-1-1", "2007-1-10", 0, 0.025
-"2007-1-1", "2007-1-10", 1, 0.02465753424658
-"2007-1-1", "2007-1-10", 2, 0.025
-"2007-1-1", "2007-1-10", 3, 0.02465753424658
-"2007-1-1", "2007-1-10", 4, 0.025
-"2007-1-1", "2007-12-31", 0, 1.0
-"2007-1-1", "2007-12-31", 1, 0.99726027397260
-"2007-1-1", "2007-12-31", 2, 1.01111111111111
-"2007-1-1", "2007-12-31", 3, 0.99726027397260
-"2007-1-1", "2007-12-31", 4, 0.99722222222222
-"2007-1-1", "2008-7-1", 0, 1.5
-"2007-1-1", "2008-7-1", 1, 1.49658002735978
-"2007-1-1", "2008-7-1", 2, 1.51944444444444
-"2007-1-1", "2008-7-1", 3, 1.49863013698630
-"2007-1-1", "2008-7-1", 4, 1.5
-"2007-1-1", "2007-1-31", 0, 0.08333333333333
-"2007-1-1", "2007-1-31", 1, 0.08219178082192
-"2007-1-1", "2007-1-31", 2, 0.08333333333333
-"2007-1-1", "2007-1-31", 3, 0.08219178082192
-"2007-1-1", "2007-1-31", 4, 0.08055555555556
-"2007-1-1", "2007-2-1", 0, 0.08333333333333
-"2007-1-1", "2007-2-1", 1, 0.08493150684932
-"2007-1-1", "2007-2-1", 2, 0.08611111111111
-"2007-1-1", "2007-2-1", 3, 0.08493150684932
-"2007-1-1", "2007-2-1", 4, 0.08333333333333
-"2007-1-1", "2007-2-28", 0, 0.15833333333333
-"2007-1-1", "2007-2-28", 1, 0.15890410958904
-"2007-1-1", "2007-2-28", 2, 0.16111111111111
-"2007-1-1", "2007-2-28", 3, 0.15890410958904
-"2007-1-1", "2007-2-28", 4, 0.15833333333333
-"2007-1-31", "2007-2-1", 0, 0.00277777777778
-"2007-1-31", "2007-2-1", 1, 0.00273972602740
-"2007-1-31", "2007-2-1", 2, 0.00277777777778
-"2007-1-31", "2007-2-1", 3, 0.00273972602740
-"2007-1-31", "2007-2-1", 4, 0.00277777777778
-"2007-1-31", "2007-3-1", 0, 0.08611111111111
-"2007-1-31", "2007-3-1", 1, 0.07945205479452
-"2007-1-31", "2007-3-1", 2, 0.08055555555556
-"2007-1-31", "2007-3-1", 3, 0.07945205479452
-"2007-1-31", "2007-3-1", 4, 0.08611111111111
-"2007-1-31", "2007-3-31", 0, 0.16666666666667
-"2007-1-31", "2007-3-31", 1, 0.16164383561644
-"2007-1-31", "2007-3-31", 2, 0.16388888888889
-"2007-1-31", "2007-3-31", 3, 0.16164383561644
-"2007-1-31", "2007-3-31", 4, 0.16666666666667
-"2008-1-1", "2008-9-1", 0, 0.66666666666667
-"2008-1-1", "2008-9-1", 1, 0.66666666666667
-"2008-1-1", "2008-9-1", 2, 0.67777777777778
-"2008-1-1", "2008-9-1", 3, 0.66849315068493
-"2008-1-1", "2008-9-1", 4, 0.66666666666667
-"2007-2-1", "2008-4-1", 0, 1.16666666666667
-"2007-2-1", "2008-4-1", 1, 1.16279069767442
-"2007-2-1", "2008-4-1", 2, 1.18055555555556
-"2007-2-1", "2008-4-1", 3, 1.16438356164384
-"2007-2-1", "2008-4-1", 4, 1.16666666666667
-"1960-12-19", "2008-6-28", 0, 47.525
-"1960-12-19", "2008-6-28", 1, 47.52162252765670
-"1960-12-19", "2008-6-28", 2, 48.21666666666670
-"1960-12-19", "2008-6-28", 3, 47.55616438356160
-"1960-12-19", "2008-6-28", 4, 47.525
-"1982-12-7", "2008-6-28", 0, 25.55833333333330
-"1982-12-7", "2008-6-28", 1, 25.55718921111340
-"1982-12-7", "2008-6-28", 2, 25.93055555555560
-"1982-12-7", "2008-6-28", 3, 25.57534246575340
-"1982-12-7", "2008-6-28", 4, 25.55833333333330
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELI.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELI.data
deleted file mode 100644
index bab50c698e5..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELI.data
+++ /dev/null
@@ -1,59 +0,0 @@
-1.5, -1, "#NUM!"
--1, 6, 2.2488660949282200E-05
-0, 3, 0.0
-3, 0, 4.8807925650332900
-1, 5, 2.7146314958504900E-04
-1.5, 1, 9.8166642847516600E-01
--1.5, 2.5, 3.3783462087443800E-01
--1.5, 14.99, 2.1218581758012900E-13
-1, 30, 3.5395005050254700E-42
-2.5, 1, 2.5167162420253600
-2.5, 1.5, 2.5167162420253600
--2.5, 1.5, -2.5167162420253600
-3.5, 1, 6.2058349320630000
-0.7, 3, 7.3673733669342700E-03
-3.5, 2, 3.8320120716293600
-35, 2, 1.0129348967887200E+14
--35, 2, 1.0129348967887200E+14
--35, 3, -9.4217724797020600E+13
--35, 4, 8.5141821583727800E+13
-1.5, "XYZ", "#VALUE!"
-"ABC", 3, "#VALUE!"
--9, 1, -1.0309147086534900E+03
--3.5, 1, -6.2058349320630000
--0.735, 1, -3.9288151661176300E-01
-0, 1, 0.0
-0.035, 1, 1.7502679823335300E-02
-1, 1, 5.6515909758194300E-01
-1.5, 1, 9.8166642847516600E-01
-2.5, 1, 2.5167162420253600
-3.5, 1, 6.2058349320630000
--9, 2, 8.6449622063929800E+02
--3.5, 2, 3.8320120716293600
--0.735, 2, 7.0619941066585700E-02
-0, 2, 0.0
-0.035, 2, 1.5314063208086000E-04
-0.9, 2, 1.0825972222234100E-01
-1, 2, 1.3574766658069900E-01
-1.9, 2, 6.0327243548745000E-01
-2.5, 2, 1.2764661588156100
-3.5, 2, 3.8320120716293600
-4, 2, 6.4221894991960900
-0.035, 3, 8.9329755645604500E-07
-0.7, 3, 7.3673733669342700E-03
-0.89, 3, 1.5428502532466100E-02
-4, 3, 3.3372758428109200
-4, 5, 5.0472437285149600E-01
-1.5, 7, 2.8406417355214300E-05
-3, 9, 1.3237298826652200E-04
--3.5, 0, 7.3782034775718600
--1.5, 0, 1.6467232021476800
-0, 0, 1.0
-1, 0, 1.2660658480342600
-1.5, 0, 1.6467232021476800
-2.5, 0, 3.2898391723912900
-3.5, 0, 7.3782034775718600
--3.5, -1, "#NUM!"
-TRUE, 1, "#VALUE!"
-1, TRUE, "#VALUE!"
-21, 2, 1.0477785626593200E+08
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELJ.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELJ.data
deleted file mode 100644
index e84f16e6dfc..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELJ.data
+++ /dev/null
@@ -1,37 +0,0 @@
-1.5, -1, "#NUM!"
-0, 1, 0.0
-1, 1, 4.4005058567713000E-01
-1, 5, 2.4975773021123400E-04
-1.9, 2, 3.2992582866978500E-01
--2.5, 1.5, -4.9709410250442200E-01
-3.5, 1, 1.3737752717818600E-01
-0.89, 3, 1.3974004027880800E-02
-3.5, 2, 4.5862918476829000E-01
-35, 2, 1.2935945082689100E-01
--35, 2, 1.2935945082689100E-01
--35, 3, 2.9207004782372000E-02
--35, 4, -1.3436636593244100E-01
-1.5, "XYZ", "#VALUE!"
-"ABC", 3, "#VALUE!"
--3.5, 1, -1.3737752717818600E-01
--0.735, 1, -3.4323577520309400E-01
-0, 1, 0.0
-0.035, 1, 1.7497320451918700E-02
-1.5, 1, 5.5793650789080400E-01
-2.5, 1, 4.9709410250442200E-01
-3.5, 1, 1.3737752717818600E-01
--9, 2, 1.4484636919412800E-01
--0.735, 2, 6.4538955636373900E-02
-0, 2, 0.0
-0.9, 2, 9.4586304292255000E-02
-1.9, 2, 3.2992582866978500E-01
-0.035, 2, 1.5310936908796500E-04
-3.5, 2, 4.5862918476829000E-01
-4, 2, 3.6412814319431200E-01
-0.035, 3, 8.9316078090293600E-07
-0.7, 3, 6.9296548267509400E-03
-0.89, 3, 1.3974004027880800E-02
-4, 3, 4.3017147115339600E-01
-4, 5, 1.3208665605594800E-01
-1.5, 7, 2.4679795788287900E-05
-3, 9, 8.4395021309091800E-05
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELK.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELK.data
deleted file mode 100644
index fce3a78d672..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELK.data
+++ /dev/null
@@ -1,38 +0,0 @@
-1.5, -1, "#NUM!"
-0, 2, "#NUM!"
-0.1, 3, 7.9900124326586500E+03
-1, 0, 4.2102442108341800E-01
-1.5, 0, 2.1380556932365400E-01
--1.5, 2, "#NUM!"
-1.5, 1, 2.7738780363225900E-01
-1.5, 2, 5.8365597416666600E-01
-2.3, 1.5, 9.4982447142959400E-02
-2.5, 1, 7.3890815650266900E-02
-3.5, 1, 2.2239393224640700E-02
-3.5, 3, 5.9161817991348200E-02
-3, 9, 3.9795880106238500E+02
-3.5, 2, 3.2307121670869000E-02
-1.5, "XYZ", "#VALUE!"
-"ABC", 3, "#VALUE!"
--3.5, 1, "#NUM!"
--0.735, 1, "#NUM!"
-0, 1, "#NUM!"
-0.035, 1, 2.8501970000186900E+01
-1.5, 1, 2.7738780363225900E-01
-2.5, 1, 7.3890815650266900E-02
-3.5, 1, 2.2239393224640700E-02
--9, 2, "#NUM!"
--0.735, 2, "#NUM!"
-0, 2, "#NUM!"
-0.9, 2, 2.0790271301014400
-1.9, 2, 2.9690930137427500E-01
-0.035, 2, 1.6321537072931900E+03
-3.5, 2, 3.2307121670869000E-02
-4, 2, 1.7401425543547400E-02
-0.035, 3, 1.8656035423207900E+05
-0.7, 3, 2.1972168909566600E+01
-0.89, 3, 1.0317473075007600E+01
-4, 3, 2.9884924431707800E-02
-4, 5, 1.5434254881392600E-01
-1.5, 7, 2.4577004526116700E+03
-3, 9, 3.9795880106238500E+02
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELY.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELY.data
deleted file mode 100644
index 2247f4ecf42..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BESSELY.data
+++ /dev/null
@@ -1,37 +0,0 @@
-1.5, -1, "#NUM!"
-1.23, 45.67, -2.7027311261175000E+63
-2.5, 0, 4.9807035844668900E-01
-2.5, 1, 1.4591813750831300E-01
-2.5, 2, -3.8133584844003800E-01
-3.5, 1, 4.1018841662769800E-01
-3.5, 3, -3.5833534643622900E-01
-4, 2, 2.1590359910699000E-01
-3.5, 2, 4.5371436417535000E-02
-12.5, 0, -1.7121430684466900E-01
-12.5, 1, -1.5383825635163900E-01
-12.5, 2, 1.4660018586805400E-01
-12.5, 22, -3.5760343503878700E+02
-1.5, "XYZ", "#VALUE!"
-"ABC", 3, "#VALUE!"
--3.5, 1, "#NUM!"
--0.735, 1, "#NUM!"
-0, 1, "#NUM!"
-0.035, 1, -1.8233338940000000E+01
-1.5, 1, -4.1230862700000000E-01
-2.5, 1, 1.4591813800000000E-01
-3.5, 1, 4.1018841700000000E-01
--9, 2, "#NUM!"
--0.735, 2, "#NUM!"
-0, 2, "#NUM!"
-0.9, 2, -1.9459096070000000
-1.9, 2, -6.6987867400000000E-01
-0.035, 2, -1.0396979410000000E+03
-3.5, 2, 4.5371436000000000E-02
-4, 2, 2.1590359900000000E-01
-0.035, 3, -1.1880438840000000E+05
-0.7, 3, -1.5819479070000000E+01
-0.89, 3, -8.0204412520000000
-4, 3, -1.8202211000000000E-01
-4, 5, -7.9585141800000000E-01
-1.5, 7, -1.8873970340000000E+03
-3, 9, -4.4495950710000000E+02
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BIN2DEC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BIN2DEC.data
deleted file mode 100644
index 04365fcae3f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BIN2DEC.data
+++ /dev/null
@@ -1,10 +0,0 @@
-"10110010", "178"
-"1100100", "100"
-"111001010101", "#NUM!" // Too large
-"101", "5"
-"10", "2"
-"0", "0"
-"21", "#NUM!" // Invalid binary number
-TRUE, "#VALUE!" // Non string
-"1110010101", "-107" // 2's Complement
-"1111111111", "-1" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BIN2HEX.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BIN2HEX.data
deleted file mode 100644
index 7f7198e6587..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BIN2HEX.data
+++ /dev/null
@@ -1,14 +0,0 @@
-"10110010", "B2"
-"111001010101", "#NUM!" // Too large
-"11111011", 4, "00FB" // Leading places
-"11111011", 3.75, "0FB" // Leading places as a float
-"11111011", -1, "#NUM!" // Leading places negative
-"11111011", "ABC", "#VALUE!" // Leading places non-numeric
-"1110", "E"
-"101", "5"
-"10", "2"
-"0", "0"
-"21", "#NUM!" // Invalid binary number
-TRUE, "#VALUE!" // Non string
-"1110010101", "FFFFFFFF95" // 2's Complement
-"1111111111", "FFFFFFFFFF" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BIN2OCT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BIN2OCT.data
deleted file mode 100644
index 3971654b368..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/BIN2OCT.data
+++ /dev/null
@@ -1,15 +0,0 @@
-"1100100", "144"
-"10110010", "262"
-"111001010101", "#NUM!" // Too large
-"1001", 3, "011" // Leading places
-"1001", 4.75, "0011" // Leading places as a float
-"1001", -1, "#NUM!" // Leading places negative
-"1001", "ABC", "#VALUE!" // Leading places non-numeric
-"00000010", "2"
-"00000101", "5"
-"00001101", "15"
-"0", "0"
-"21", "#NUM!" // Invalid binary number
-TRUE, "#VALUE!" // Non string
-"1110010101", "7777777625" // 2's Complement
-"1111111111", "7777777777" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/COMPLEX.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/COMPLEX.data
deleted file mode 100644
index 980b53bf8a3..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/COMPLEX.data
+++ /dev/null
@@ -1,547 +0,0 @@
-3, 4, "3+4i"
-3, 4, "j", "3+4j"
-12.34, 5.67, "j", "12.34+5.67j"
-3.5, "A", "#VALUE!"
-1.234E-5, 6.78E9, "1.234E-5+6780000000i"
-1.234E5, 6.78E-9, "123400+6.78E-9i"
-3.5, 2.5, "3.5+2.5i"
-3.5, 1, "3.5+i"
-3.5, 0, 3.5
-3.5, -1, "3.5-i"
-3.5, -2.5, "3.5-2.5i"
-1, 2.5, "1+2.5i"
-1, 1, "1+i"
-1, 0, 1
-1, -1, "1-i"
-1, -2.5, "1-2.5i"
-0, 2.5, "2.5i"
-0, 1, "i"
-0, 0, 0
-0, -1, "-i"
-0, -2.5, "-2.5i"
--1, 2.5, "-1+2.5i"
--1, 1, "-1+i"
--1, 0, -1
--1, -1, "-1-i"
--1, -2.5, "-1-2.5i"
--3.5, 2.5, "-3.5+2.5i"
--3.5, 1, "-3.5+i"
--3.5, 0, "-3.5"
--3.5, -1, "-3.5-i"
--3.5, -2.5, "-3.5-2.5i"
--2.5, -2.5, "-2.5-2.5i"
--2.5, -2.5, "-2.5-2.5i"
--1.5, -2.5, "-1.5-2.5i"
--1.5, -2.5, "-1.5-2.5i"
--0.5, -2.5, "-0.5-2.5i"
-0, -2.5, "-2.5i"
-0.5, -2.5, "0.5-2.5i"
-1, -2.5, "1-2.5i"
-1.5, -2.5, "1.5-2.5i"
-2, -2.5, "2-2.5i"
-2.5, -2.5, "2.5-2.5i"
-3, -2.5, "3-2.5i"
-3.5, -2.5, "3.5-2.5i"
--2.5, -2.5, "-2.5-2.5i"
--2.5, -2.5, "-2.5-2.5i"
--1.5, -2.5, "-1.5-2.5i"
--1.5, -2.5, "-1.5-2.5i"
--0.5, -2.5, "-0.5-2.5i"
-0, -2.5, "-2.5i"
-0.5, -2.5, "0.5-2.5i"
-1, -2.5, "1-2.5i"
-1.5, -2.5, "1.5-2.5i"
-2, -2.5, "2-2.5i"
-2.5, -2.5, "2.5-2.5i"
-3, -2.5, "3-2.5i"
-3.5, -2.5, "3.5-2.5i"
--2.5, -1.5, "-2.5-1.5i"
--2.5, -1.5, "-2.5-1.5i"
--1.5, -1.5, "-1.5-1.5i"
--1.5, -1.5, "-1.5-1.5i"
--0.5, -1.5, "-0.5-1.5i"
-0, -1.5, "-1.5i"
-0.5, -1.5, "0.5-1.5i"
-1, -1.5, "1-1.5i"
-1.5, -1.5, "1.5-1.5i"
-2, -1.5, "2-1.5i"
-2.5, -1.5, "2.5-1.5i"
-3, -1.5, "3-1.5i"
-3.5, -1.5, "3.5-1.5i"
--2.5, -1.5, "-2.5-1.5i"
--2.5, -1.5, "-2.5-1.5i"
--1.5, -1.5, "-1.5-1.5i"
--1.5, -1.5, "-1.5-1.5i"
--0.5, -1.5, "-0.5-1.5i"
-0, -1.5, "-1.5i"
-0.5, -1.5, "0.5-1.5i"
-1, -1.5, "1-1.5i"
-1.5, -1.5, "1.5-1.5i"
-2, -1.5, "2-1.5i"
-2.5, -1.5, "2.5-1.5i"
-3, -1.5, "3-1.5i"
-3.5, -1.5, "3.5-1.5i"
--2.5, -0.5, "-2.5-0.5i"
--2.5, -0.5, "-2.5-0.5i"
--1.5, -0.5, "-1.5-0.5i"
--1.5, -0.5, "-1.5-0.5i"
--0.5, -0.5, "-0.5-0.5i"
-0, -0.5, "-0.5i"
-0.5, -0.5, "0.5-0.5i"
-1, -0.5, "1-0.5i"
-1.5, -0.5, "1.5-0.5i"
-2, -0.5, "2-0.5i"
-2.5, -0.5, "2.5-0.5i"
-3, -0.5, "3-0.5i"
-3.5, -0.5, "3.5-0.5i"
--2.5, 0, -2.5
--2.5, 0, -2.5
--1.5, 0, -1.5
--1.5, 0, -1.5
--0.5, 0, -0.5
-0, 0, 0
-0.5, 0, 0.5
-1, 0, 1
-1.5, 0, 1.5
-2, 0, 2
-2.5, 0, 2.5
-3, 0, 3
-3.5, 0, 3.5
--2.5, 0.5, "-2.5+0.5i"
--2.5, 0.5, "-2.5+0.5i"
--1.5, 0.5, "-1.5+0.5i"
--1.5, 0.5, "-1.5+0.5i"
--0.5, 0.5, "-0.5+0.5i"
-0, 0.5, "0.5i"
-0.5, 0.5, "0.5+0.5i"
-1, 0.5, "1+0.5i"
-1.5, 0.5, "1.5+0.5i"
-2, 0.5, "2+0.5i"
-2.5, 0.5, "2.5+0.5i"
-3, 0.5, "3+0.5i"
-3.5, 0.5, "3.5+0.5i"
--2.5, 1, "-2.5+i"
--2.5, 1, "-2.5+i"
--1.5, 1, "-1.5+i"
--1.5, 1, "-1.5+i"
--0.5, 1, "-0.5+i"
-0, 1, "i"
-0.5, 1, "0.5+i"
-1, 1, "1+i"
-1.5, 1, "1.5+i"
-2, 1, "2+i"
-2.5, 1, "2.5+i"
-3, 1, "3+i"
-3.5, 1, "3.5+i"
--2.5, 1.5, "-2.5+1.5i"
--2.5, 1.5, "-2.5+1.5i"
--1.5, 1.5, "-1.5+1.5i"
--1.5, 1.5, "-1.5+1.5i"
--0.5, 1.5, "-0.5+1.5i"
-0, 1.5, "1.5i"
-0.5, 1.5, "0.5+1.5i"
-1, 1.5, "1+1.5i"
-1.5, 1.5, "1.5+1.5i"
-2, 1.5, "2+1.5i"
-2.5, 1.5, "2.5+1.5i"
-3, 1.5, "3+1.5i"
-3.5, 1.5, "3.5+1.5i"
--2.5, 2, "-2.5+2i"
--2.5, 2, "-2.5+2i"
--1.5, 2, "-1.5+2i"
--1.5, 2, "-1.5+2i"
--0.5, 2, "-0.5+2i"
-0, 2, "2i"
-0.5, 2, "0.5+2i"
-1, 2, "1+2i"
-1.5, 2, "1.5+2i"
-2, 2, "2+2i"
-2.5, 2, "2.5+2i"
-3, 2, "3+2i"
-3.5, 2, "3.5+2i"
--2.5, 2.5, "-2.5+2.5i"
--2.5, 2.5, "-2.5+2.5i"
--1.5, 2.5, "-1.5+2.5i"
--1.5, 2.5, "-1.5+2.5i"
--0.5, 2.5, "-0.5+2.5i"
-0, 2.5, "2.5i"
-0.5, 2.5, "0.5+2.5i"
-1, 2.5, "1+2.5i"
-1.5, 2.5, "1.5+2.5i"
-2, 2.5, "2+2.5i"
-2.5, 2.5, "2.5+2.5i"
-3, 2.5, "3+2.5i"
-3.5, 2.5, "3.5+2.5i"
--2.5, 3, "-2.5+3i"
--2.5, 3, "-2.5+3i"
--1.5, 3, "-1.5+3i"
--1.5, 3, "-1.5+3i"
--0.5, 3, "-0.5+3i"
-0, 3, "3i"
-0.5, 3, "0.5+3i"
-1, 3, "1+3i"
-1.5, 3, "1.5+3i"
-2, 3, "2+3i"
-2.5, 3, "2.5+3i"
-3, 3, "3+3i"
-3.5, 3, "3.5+3i"
--2.5, 3.5, "-2.5+3.5i"
--2.5, 3.5, "-2.5+3.5i"
--1.5, 3.5, "-1.5+3.5i"
--1.5, 3.5, "-1.5+3.5i"
--0.5, 3.5, "-0.5+3.5i"
-0, 3.5, "3.5i"
-0.5, 3.5, "0.5+3.5i"
-1, 3.5, "1+3.5i"
-1.5, 3.5, "1.5+3.5i"
-2, 3.5, "2+3.5i"
-2.5, 3.5, "2.5+3.5i"
-3, 3.5, "3+3.5i"
-3.5, 3.5, "3.5+3.5i"
--2.5, -2.5, "i", "-2.5-2.5i"
--2.5, -2.5, "i", "-2.5-2.5i"
--1.5, -2.5, "i", "-1.5-2.5i"
--1.5, -2.5, "i", "-1.5-2.5i"
--0.5, -2.5, "i", "-0.5-2.5i"
-0, -2.5, "i", "-2.5i"
-0.5, -2.5, "i", "0.5-2.5i"
-1, -2.5, "i", "1-2.5i"
-1.5, -2.5, "i", "1.5-2.5i"
-2, -2.5, "i", "2-2.5i"
-2.5, -2.5, "i", "2.5-2.5i"
-3, -2.5, "i", "3-2.5i"
-3.5, -2.5, "i", "3.5-2.5i"
--2.5, -2.5, "i", "-2.5-2.5i"
--2.5, -2.5, "i", "-2.5-2.5i"
--1.5, -2.5, "i", "-1.5-2.5i"
--1.5, -2.5, "i", "-1.5-2.5i"
--0.5, -2.5, "i", "-0.5-2.5i"
-0, -2.5, "i", "-2.5i"
-0.5, -2.5, "i", "0.5-2.5i"
-1, -2.5, "i", "1-2.5i"
-1.5, -2.5, "i", "1.5-2.5i"
-2, -2.5, "i", "2-2.5i"
-2.5, -2.5, "i", "2.5-2.5i"
-3, -2.5, "i", "3-2.5i"
-3.5, -2.5, "i", "3.5-2.5i"
--2.5, -1.5, "i", "-2.5-1.5i"
--2.5, -1.5, "i", "-2.5-1.5i"
--1.5, -1.5, "i", "-1.5-1.5i"
--1.5, -1.5, "i", "-1.5-1.5i"
--0.5, -1.5, "i", "-0.5-1.5i"
-0, -1.5, "i", "-1.5i"
-0.5, -1.5, "i", "0.5-1.5i"
-1, -1.5, "i", "1-1.5i"
-1.5, -1.5, "i", "1.5-1.5i"
-2, -1.5, "i", "2-1.5i"
-2.5, -1.5, "i", "2.5-1.5i"
-3, -1.5, "i", "3-1.5i"
-3.5, -1.5, "i", "3.5-1.5i"
--2.5, -1.5, "i", "-2.5-1.5i"
--2.5, -1.5, "i", "-2.5-1.5i"
--1.5, -1.5, "i", "-1.5-1.5i"
--1.5, -1.5, "i", "-1.5-1.5i"
--0.5, -1.5, "i", "-0.5-1.5i"
-0, -1.5, "i", "-1.5i"
-0.5, -1.5, "i", "0.5-1.5i"
-1, -1.5, "i", "1-1.5i"
-1.5, -1.5, "i", "1.5-1.5i"
-2, -1.5, "i", "2-1.5i"
-2.5, -1.5, "i", "2.5-1.5i"
-3, -1.5, "i", "3-1.5i"
-3.5, -1.5, "i", "3.5-1.5i"
--2.5, -0.5, "i", "-2.5-0.5i"
--2.5, -0.5, "i", "-2.5-0.5i"
--1.5, -0.5, "i", "-1.5-0.5i"
--1.5, -0.5, "i", "-1.5-0.5i"
--0.5, -0.5, "i", "-0.5-0.5i"
-0, -0.5, "i", "-0.5i"
-0.5, -0.5, "i", "0.5-0.5i"
-1, -0.5, "i", "1-0.5i"
-1.5, -0.5, "i", "1.5-0.5i"
-2, -0.5, "i", "2-0.5i"
-2.5, -0.5, "i", "2.5-0.5i"
-3, -0.5, "i", "3-0.5i"
-3.5, -0.5, "i", "3.5-0.5i"
--2.5, 0, "i", -2.5
--2.5, 0, "i", -2.5
--1.5, 0, "i", -1.5
--1.5, 0, "i", -1.5
--0.5, 0, "i", -0.5
-0, 0, "i", 0
-0.5, 0, "i", 0.5
-1, 0, "i", 1
-1.5, 0, "i", 1.5
-2, 0, "i", 2
-2.5, 0, "i", 2.5
-3, 0, "i", 3
-3.5, 0, "i", 3.5
--2.5, 0.5, "i", "-2.5+0.5i"
--2.5, 0.5, "i", "-2.5+0.5i"
--1.5, 0.5, "i", "-1.5+0.5i"
--1.5, 0.5, "i", "-1.5+0.5i"
--0.5, 0.5, "i", "-0.5+0.5i"
-0, 0.5, "i", "0.5i"
-0.5, 0.5, "i", "0.5+0.5i"
-1, 0.5, "i", "1+0.5i"
-1.5, 0.5, "i", "1.5+0.5i"
-2, 0.5, "i", "2+0.5i"
-2.5, 0.5, "i", "2.5+0.5i"
-3, 0.5, "i", "3+0.5i"
-3.5, 0.5, "i", "3.5+0.5i"
--2.5, 1, "i", "-2.5+i"
--2.5, 1, "i", "-2.5+i"
--1.5, 1, "i", "-1.5+i"
--1.5, 1, "i", "-1.5+i"
--0.5, 1, "i", "-0.5+i"
-0, 1, "i", "i"
-0.5, 1, "i", "0.5+i"
-1, 1, "i", "1+i"
-1.5, 1, "i", "1.5+i"
-2, 1, "i", "2+i"
-2.5, 1, "i", "2.5+i"
-3, 1, "i", "3+i"
-3.5, 1, "i", "3.5+i"
--2.5, 1.5, "i", "-2.5+1.5i"
--2.5, 1.5, "i", "-2.5+1.5i"
--1.5, 1.5, "i", "-1.5+1.5i"
--1.5, 1.5, "i", "-1.5+1.5i"
--0.5, 1.5, "i", "-0.5+1.5i"
-0, 1.5, "i", "1.5i"
-0.5, 1.5, "i", "0.5+1.5i"
-1, 1.5, "i", "1+1.5i"
-1.5, 1.5, "i", "1.5+1.5i"
-2, 1.5, "i", "2+1.5i"
-2.5, 1.5, "i", "2.5+1.5i"
-3, 1.5, "i", "3+1.5i"
-3.5, 1.5, "i", "3.5+1.5i"
--2.5, 2, "i", "-2.5+2i"
--2.5, 2, "i", "-2.5+2i"
--1.5, 2, "i", "-1.5+2i"
--1.5, 2, "i", "-1.5+2i"
--0.5, 2, "i", "-0.5+2i"
-0, 2, "i", "2i"
-0.5, 2, "i", "0.5+2i"
-1, 2, "i", "1+2i"
-1.5, 2, "i", "1.5+2i"
-2, 2, "i", "2+2i"
-2.5, 2, "i", "2.5+2i"
-3, 2, "i", "3+2i"
-3.5, 2, "i", "3.5+2i"
--2.5, 2.5, "i", "-2.5+2.5i"
--2.5, 2.5, "i", "-2.5+2.5i"
--1.5, 2.5, "i", "-1.5+2.5i"
--1.5, 2.5, "i", "-1.5+2.5i"
--0.5, 2.5, "i", "-0.5+2.5i"
-0, 2.5, "i", "2.5i"
-0.5, 2.5, "i", "0.5+2.5i"
-1, 2.5, "i", "1+2.5i"
-1.5, 2.5, "i", "1.5+2.5i"
-2, 2.5, "i", "2+2.5i"
-2.5, 2.5, "i", "2.5+2.5i"
-3, 2.5, "i", "3+2.5i"
-3.5, 2.5, "i", "3.5+2.5i"
--2.5, 3, "i", "-2.5+3i"
--2.5, 3, "i", "-2.5+3i"
--1.5, 3, "i", "-1.5+3i"
--1.5, 3, "i", "-1.5+3i"
--0.5, 3, "i", "-0.5+3i"
-0, 3, "i", "3i"
-0.5, 3, "i", "0.5+3i"
-1, 3, "i", "1+3i"
-1.5, 3, "i", "1.5+3i"
-2, 3, "i", "2+3i"
-2.5, 3, "i", "2.5+3i"
-3, 3, "i", "3+3i"
-3.5, 3, "i", "3.5+3i"
--2.5, 3.5, "i", "-2.5+3.5i"
--2.5, 3.5, "i", "-2.5+3.5i"
--1.5, 3.5, "i", "-1.5+3.5i"
--1.5, 3.5, "i", "-1.5+3.5i"
--0.5, 3.5, "i", "-0.5+3.5i"
-0, 3.5, "i", "3.5i"
-0.5, 3.5, "i", "0.5+3.5i"
-1, 3.5, "i", "1+3.5i"
-1.5, 3.5, "i", "1.5+3.5i"
-2, 3.5, "i", "2+3.5i"
-2.5, 3.5, "i", "2.5+3.5i"
-3, 3.5, "i", "3+3.5i"
-3.5, 3.5, "i", "3.5+3.5i"
--2.5, -2.5, "j", "-2.5-2.5j"
--2.5, -2.5, "j", "-2.5-2.5j"
--1.5, -2.5, "j", "-1.5-2.5j"
--1.5, -2.5, "j", "-1.5-2.5j"
--0.5, -2.5, "j", "-0.5-2.5j"
-0, -2.5, "j", "-2.5j"
-0.5, -2.5, "j", "0.5-2.5j"
-1, -2.5, "j", "1-2.5j"
-1.5, -2.5, "j", "1.5-2.5j"
-2, -2.5, "j", "2-2.5j"
-2.5, -2.5, "j", "2.5-2.5j"
-3, -2.5, "j", "3-2.5j"
-3.5, -2.5, "j", "3.5-2.5j"
--2.5, -2.5, "j", "-2.5-2.5j"
--2.5, -2.5, "j", "-2.5-2.5j"
--1.5, -2.5, "j", "-1.5-2.5j"
--1.5, -2.5, "j", "-1.5-2.5j"
--0.5, -2.5, "j", "-0.5-2.5j"
-0, -2.5, "j", "-2.5j"
-0.5, -2.5, "j", "0.5-2.5j"
-1, -2.5, "j", "1-2.5j"
-1.5, -2.5, "j", "1.5-2.5j"
-2, -2.5, "j", "2-2.5j"
-2.5, -2.5, "j", "2.5-2.5j"
-3, -2.5, "j", "3-2.5j"
-3.5, -2.5, "j", "3.5-2.5j"
--2.5, -1.5, "j", "-2.5-1.5j"
--2.5, -1.5, "j", "-2.5-1.5j"
--1.5, -1.5, "j", "-1.5-1.5j"
--1.5, -1.5, "j", "-1.5-1.5j"
--0.5, -1.5, "j", "-0.5-1.5j"
-0, -1.5, "j", "-1.5j"
-0.5, -1.5, "j", "0.5-1.5j"
-1, -1.5, "j", "1-1.5j"
-1.5, -1.5, "j", "1.5-1.5j"
-2, -1.5, "j", "2-1.5j"
-2.5, -1.5, "j", "2.5-1.5j"
-3, -1.5, "j", "3-1.5j"
-3.5, -1.5, "j", "3.5-1.5j"
--2.5, -1.5, "j", "-2.5-1.5j"
--2.5, -1.5, "j", "-2.5-1.5j"
--1.5, -1.5, "j", "-1.5-1.5j"
--1.5, -1.5, "j", "-1.5-1.5j"
--0.5, -1.5, "j", "-0.5-1.5j"
-0, -1.5, "j", "-1.5j"
-0.5, -1.5, "j", "0.5-1.5j"
-1, -1.5, "j", "1-1.5j"
-1.5, -1.5, "j", "1.5-1.5j"
-2, -1.5, "j", "2-1.5j"
-2.5, -1.5, "j", "2.5-1.5j"
-3, -1.5, "j", "3-1.5j"
-3.5, -1.5, "j", "3.5-1.5j"
--2.5, -0.5, "j", "-2.5-0.5j"
--2.5, -0.5, "j", "-2.5-0.5j"
--1.5, -0.5, "j", "-1.5-0.5j"
--1.5, -0.5, "j", "-1.5-0.5j"
--0.5, -0.5, "j", "-0.5-0.5j"
-0, -0.5, "j", "-0.5j"
-0.5, -0.5, "j", "0.5-0.5j"
-1, -0.5, "j", "1-0.5j"
-1.5, -0.5, "j", "1.5-0.5j"
-2, -0.5, "j", "2-0.5j"
-2.5, -0.5, "j", "2.5-0.5j"
-3, -0.5, "j", "3-0.5j"
-3.5, -0.5, "j", "3.5-0.5j"
--2.5, 0, "j", -2.5
--2.5, 0, "j", -2.5
--1.5, 0, "j", -1.5
--1.5, 0, "j", -1.5
--0.5, 0, "j", -0.5
-0, 0, "j", 0
-0.5, 0, "j", 0.5
-1, 0, "j", 1
-1.5, 0, "j", 1.5
-2, 0, "j", 2
-2.5, 0, "j", 2.5
-3, 0, "j", 3
-3.5, 0, "j", 3.5
--2.5, 0.5, "j", "-2.5+0.5j"
--2.5, 0.5, "j", "-2.5+0.5j"
--1.5, 0.5, "j", "-1.5+0.5j"
--1.5, 0.5, "j", "-1.5+0.5j"
--0.5, 0.5, "j", "-0.5+0.5j"
-0, 0.5, "j", "0.5j"
-0.5, 0.5, "j", "0.5+0.5j"
-1, 0.5, "j", "1+0.5j"
-1.5, 0.5, "j", "1.5+0.5j"
-2, 0.5, "j", "2+0.5j"
-2.5, 0.5, "j", "2.5+0.5j"
-3, 0.5, "j", "3+0.5j"
-3.5, 0.5, "j", "3.5+0.5j"
--2.5, 1, "j", "-2.5+j"
--2.5, 1, "j", "-2.5+j"
--1.5, 1, "j", "-1.5+j"
--1.5, 1, "j", "-1.5+j"
--0.5, 1, "j", "-0.5+j"
-0, 1, "j", "j"
-0.5, 1, "j", "0.5+j"
-1, 1, "j", "1+j"
-1.5, 1, "j", "1.5+j"
-2, 1, "j", "2+j"
-2.5, 1, "j", "2.5+j"
-3, 1, "j", "3+j"
-3.5, 1, "j", "3.5+j"
--2.5, 1.5, "j", "-2.5+1.5j"
--2.5, 1.5, "j", "-2.5+1.5j"
--1.5, 1.5, "j", "-1.5+1.5j"
--1.5, 1.5, "j", "-1.5+1.5j"
--0.5, 1.5, "j", "-0.5+1.5j"
-0, 1.5, "j", "1.5j"
-0.5, 1.5, "j", "0.5+1.5j"
-1, 1.5, "j", "1+1.5j"
-1.5, 1.5, "j", "1.5+1.5j"
-2, 1.5, "j", "2+1.5j"
-2.5, 1.5, "j", "2.5+1.5j"
-3, 1.5, "j", "3+1.5j"
-3.5, 1.5, "j", "3.5+1.5j"
--2.5, 2, "j", "-2.5+2j"
--2.5, 2, "j", "-2.5+2j"
--1.5, 2, "j", "-1.5+2j"
--1.5, 2, "j", "-1.5+2j"
--0.5, 2, "j", "-0.5+2j"
-0, 2, "j", "2j"
-0.5, 2, "j", "0.5+2j"
-1, 2, "j", "1+2j"
-1.5, 2, "j", "1.5+2j"
-2, 2, "j", "2+2j"
-2.5, 2, "j", "2.5+2j"
-3, 2, "j", "3+2j"
-3.5, 2, "j", "3.5+2j"
--2.5, 2.5, "j", "-2.5+2.5j"
--2.5, 2.5, "j", "-2.5+2.5j"
--1.5, 2.5, "j", "-1.5+2.5j"
--1.5, 2.5, "j", "-1.5+2.5j"
--0.5, 2.5, "j", "-0.5+2.5j"
-0, 2.5, "j", "2.5j"
-0.5, 2.5, "j", "0.5+2.5j"
-1, 2.5, "j", "1+2.5j"
-1.5, 2.5, "j", "1.5+2.5j"
-2, 2.5, "j", "2+2.5j"
-2.5, 2.5, "j", "2.5+2.5j"
-3, 2.5, "j", "3+2.5j"
-3.5, 2.5, "j", "3.5+2.5j"
--2.5, 3, "j", "-2.5+3j"
--2.5, 3, "j", "-2.5+3j"
--1.5, 3, "j", "-1.5+3j"
--1.5, 3, "j", "-1.5+3j"
--0.5, 3, "j", "-0.5+3j"
-0, 3, "j", "3j"
-0.5, 3, "j", "0.5+3j"
-1, 3, "j", "1+3j"
-1.5, 3, "j", "1.5+3j"
-2, 3, "j", "2+3j"
-2.5, 3, "j", "2.5+3j"
-3, 3, "j", "3+3j"
-3.5, 3, "j", "3.5+3j"
--2.5, 3.5, "j", "-2.5+3.5j"
--2.5, 3.5, "j", "-2.5+3.5j"
--1.5, 3.5, "j", "-1.5+3.5j"
--1.5, 3.5, "j", "-1.5+3.5j"
--0.5, 3.5, "j", "-0.5+3.5j"
-0, 3.5, "j", "3.5j"
-0.5, 3.5, "j", "0.5+3.5j"
-1, 3.5, "j", "1+3.5j"
-1.5, 3.5, "j", "1.5+3.5j"
-2, 3.5, "j", "2+3.5j"
-2.5, 3.5, "j", "2.5+3.5j"
-3, 3.5, "j", "3+3.5j"
-3.5, 3.5, "j", "3.5+3.5j"
--1.23, -4.56, "-1.23-4.56i"
-0, -3.21, "i", "-3.21i"
-1.23, -2.34, "j", "1.23-2.34j"
--1.23, 0, -1.23
-0, 0, "i", 0
-1.23, 0, "j", 1.23
--1.23, 4.56, "-1.23+4.56i"
-0, 3.21, "i", "3.21i"
-1.23, 2.34, "j", "1.23+2.34j"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/CONVERTUOM.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/CONVERTUOM.data
deleted file mode 100644
index dbcfb0119aa..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/CONVERTUOM.data
+++ /dev/null
@@ -1,24 +0,0 @@
-1.0, "lbm", "kg", 0.45359230974881
-123.45, "kg", "kg", 123.45
-68, "F", "C", 20
-20, "C", "F", 68
-68, "F", "K", 293.15
-293.15, "K", "F", 68
-22, "C", "K", 295.15
-295.65, "K", "C", 22.5
-2.5, "ft", "sec", "#N/A"
-12345, "m", "km", 12.345
-12.345, "km", "m", 12345
-1, "km", "mi", 0.62137119223733
-"three","ft", "yds", "#VALUE!"
-123.45, "K", "kel", 123.45
-123.45, "C", "cel", 123.45
-123.45, "F", "fah", 123.45
-1, "ft", "day", "#N/A"
-123.45, "m", "m", 123.45
-234.56, "km", "km", 234.56
-234.56, "kpt", "lt", "#N/A"
-234.56, "sm", "m", "#N/A"
-234.56, "lt", "kpt", "#N/A"
-234.56, "m", "sm", "#N/A"
-12.345, "km", "mm", 12345000
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2BIN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2BIN.data
deleted file mode 100644
index 404adaba023..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2BIN.data
+++ /dev/null
@@ -1,16 +0,0 @@
-357, "101100101"
-1357, "#NUM!" // Too large
-9, 4, "1001"
-9, 8, "00001001"
-9, 6.75, "001001" // Leading places as a float
-9, -1, "#NUM!" // Leading places negative
-9, "ABC", "#VALUE!" // Leading places non-numeric
-246, "11110110"
-12345, "#NUM!"
-123456789, "#NUM!"
-123.45, "1111011"
-0, "0"
-"3579A", "#VALUE!" // Invalid decimal
-TRUE, "#VALUE!" // Non string
--100, "1110011100" // 2's Complement
--107, "1110010101" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2HEX.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2HEX.data
deleted file mode 100644
index 5210e91593f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2HEX.data
+++ /dev/null
@@ -1,15 +0,0 @@
-"357", "165"
-"1357", "54D"
-"246", "F6"
-"12345", "3039"
-"123456789", "75BCD15"
-"100", 4, "0064"
-"100", 5.75, "00064" // Leading places as a float
-"100", -1, "#NUM!" // Leading places negative
-"100", "ABC", "#VALUE!" // Leading places non-numeric
-"123.45", "7B"
-"0", "0"
-"3579A", "#VALUE!" // Invalid decimal
-TRUE, "#VALUE!" // Non string
-"-54", "FFFFFFFFCA" // 2's Complement
-"-107", "FFFFFFFF95" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2OCT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2OCT.data
deleted file mode 100644
index 923532e2814..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2OCT.data
+++ /dev/null
@@ -1,12 +0,0 @@
-"357", "545"
-"1357", "2515"
-"246", "366"
-"12345", "30071"
-"123456789", "726746425"
-"123.45", "173"
-"58, 3, "072"
-"0", "0"
-"3579A", "#VALUE!" // Invalid decimal
-TRUE, "#VALUE!" // Non string
-"-100", "7777777634" // 2's Complement
-"-107", "7777777625" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DELTA.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DELTA.data
deleted file mode 100644
index e994277b28e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DELTA.data
+++ /dev/null
@@ -1,25 +0,0 @@
--1.5, -1.5, 1
--0.75, -1.5, 0
-0, -1.5, 0
-0.75, -1.5, 0
-1.5, -1.5, 0
--1.5, -0.75, 0
--0.75, -0.75, 1
-0, -0.75, 0
-0.75, -0.75, 0
-1.5, -0.75, 0
--1.5, 0, 0
--0.75, 0, 0
-0, 0, 1
-0.75, 0, 0
-1.5, 0, 0
--1.5, 0.75, 0
--0.75, 0.75, 0
-0, 0.75, 0
-0.75, 0.75, 1
-1.5, 0.75, 0
--1.5, 1.5, 0
--0.75, 1.5, 0
-0, 1.5, 0
-0.75, 1.5, 0
-1.5, 1.5, 1
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/ERF.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/ERF.data
deleted file mode 100644
index 5c4fc1e9f1b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/ERF.data
+++ /dev/null
@@ -1,124 +0,0 @@
-# lower bound upper bound Result
-0, 0.0
-0.01, 0.0112834155558496
-0.05, 0.0563719777970166
-0.1, 0.1124629160182850
-0.125, 0.1403162048013340
-0.15, 0.1679959714273630
-0.2, 0.2227025892104780
-0.25, 0.2763263901682370
-0.3, 0.3286267594591270
-0.35, 0.3793820535623100
-0.4, 0.4283923550466680
-0.45, 0.4754817197869240
-0.5, 0.5204998778130470
-0.6, 0.6038560908479260
-0.7, 0.6778011938374180
-0.8, 0.7421009647076610
-0.9, 0.7969082124228320
-1, 0.8427007929497150
-1.1, 0.8802050695740820
-1.2, 0.9103139782296350
-1.3, 0.9340079449406520
-1.4, 0.9522851197626490
-1.5, 0.9661051464753110
-1.75, 0.9866716712191820
-2, 0.9953222650189530
-2.5, 0.9995930479825550
-3, 0.9999779095030010
-3.5, 0.9999992569016280
-4, 0.9999999845827420
-4.5, 0.9999999998033840
-5, 0.9999999999984630
-5.5, 0.9999999999999930
-6, 1.0
-32, 1.0
--0.1, -0.1124629160182850
--1, -0.8427007929497150
-TRUE, "#VALUE!"
-FALSE, "#VALUE!"
-"2", 0.9953222650189530
-"TWO", "#VALUE!"
--1.5, -1.5, 0.0
--0.75, -1.5, -0.2549495128217960
-0, -1.5, -0.9661051464753110
-0.75, -1.5, -1.6772607801288300
-1.5, -1.5, -1.9322102929506200
-2.25, -1.5, -1.9646424298886300
-3, -1.5, -1.9660830559783100
-3.75, -1.5, -1.9661050327480500
-4.5, -1.5, -1.9661051462786900
--1.5, -0.75, 0.2549495128217960
--0.75, -0.75, 0.0
-0, -0.75, -0.7111556336535150
-0.75, -0.75, -1.4223112673070300
-1.5, -0.75, -1.6772607801288300
-2.25, -0.75, -1.7096929170668300
-3, -0.75, -1.7111335431565200
-3.75, -0.75, -1.7111555199262600
-4.5, -0.75, -1.7111556334569000
--1.5, 0, 0.9661051464753110
--0.75, 0, 0.7111556336535150
-0, 0, 0.0
-0.75, 0, -0.7111556336535150
-1.5, 0, -0.9661051464753110
-2.25, 0, -0.9985372834133190
-3, 0, -0.9999779095030010
-3.75, 0, -0.9999998862727430
-4.5, 0, -0.9999999998033840
--1.5, 0.75, 1.6772607801288300
--0.75, 0.75, 1.4223112673070300
-0, 0.75, 0.7111556336535150
-0.75, 0.75, 0.0
-1.5, 0.75, -0.2549495128217960
-2.25, 0.75, -0.2873816497598040
-3, 0.75, -0.2888222758494860
-3.75, 0.75, -0.2888442526192280
-4.5, 0.75, -0.2888443661498690
--1.5, 1.5, 1.9322102929506200
--0.75, 1.5, 1.6772607801288300
-0, 1.5, 0.9661051464753110
-0.75, 1.5, 0.2549495128217960
-1.5, 1.5, 0.0
-2.25, 1.5, -0.0324321369380081
-3, 1.5, -0.0338727630276906
-3.75, 1.5, -0.0338947397974326
-4.5, 1.5, -0.0338948533280732
--1.5, 2.25, 1.9646424298886300
--0.75, 2.25, 1.7096929170668300
-0, 2.25, 0.9985372834133190
-0.75, 2.25, 0.2873816497598040
-1.5, 2.25, 0.0324321369380081
-2.25, 2.25, 0.0
-3, 2.25, -0.0014406260896825
-3.75, 2.25, -0.0014626028594246
-4.5, 2.25, -0.0014627163900651
--1.5, 3, 1.9660830559783100
--0.75, 3, 1.7111335431565200
-0, 3, 0.9999779095030010
-0.75, 3, 0.2888222758494860
-1.5, 3, 0.0338727630276906
-2.25, 3, 0.0014406260896825
-3, 3, 0.0
-3.75, 3, -0.0000219767697420
-4.5, 3, -0.0000220903003826
--1.5, 3.75, 1.9661050327480500
--0.75, 3.75, 1.7111555199262600
-0, 3.75, 0.9999998862727430
-0.75, 3.75, 0.2888442526192280
-1.5, 3.75, 0.0338947397974326
-2.25, 3.75, 0.0014626028594246
-3, 3.75, 0.0000219767697420
-3.75, 3.75, 0.0
-4.5, 3.75, -0.0000001135306406
--1.5, 4.5, 1.9661051462786900
--0.75, 4.5, 1.7111556334569000
-0, 4.5, 0.9999999998033840
-0.75, 4.5, 0.2888443661498690
-1.5, 4.5, 0.0338948533280732
-2.25, 4.5, 0.0014627163900651
-3, 4.5, 0.0000220903003826
-3.75, 4.5, 0.0000001135306406
-4.5, 4.5, 0.0
-5, -1, -1.8427007929481800
--5, 1, 1.8427007929481800
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/ERFC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/ERFC.data
deleted file mode 100644
index df814893e2d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/ERFC.data
+++ /dev/null
@@ -1,41 +0,0 @@
-# x value Result
-0, 1.0
-0.01, 0.9887165844441500
-0.05, 0.9436280222029830
-0.1, 0.8875370839817150
-0.125, 0.8596837951986660
-0.15, 0.8320040285726360
-0.2, 0.7772974107895220
-0.25, 0.7236736098317630
-0.3, 0.6713732405408730
-0.35, 0.6206179464376900
-0.4, 0.5716076449533320
-0.45, 0.5245182802130760
-0.5, 0.4795001221869530
-0.6, 0.3961439091520740
-0.7, 0.3221988061625820
-0.8, 0.2578990352923390
-0.9, 0.2030917875771680
-1, 0.1572992070502850
-1.1, 0.1197949304259180
-1.2, 0.0896860217703646
-1.3, 0.0659920550593475
-1.4, 0.0477148802373512
-1.5, 0.0338948535246893
-1.75, 0.0133283287808176
-2, 0.0046777349810473
-2.5, 0.0004069520174450
-3, 0.0000220904969986
-3.5, 0.0000007430983723
-4, 0.0000000154172579
-4.5, 0.0000000001966160
-5, 0.0000000000015375
-5.5, 0.0000000000000074
-6, 0.0
-32, 0.0
--0.1, 1.1124629160182900
--1, 1.8427007929497100
-TRUE, "#VALUE!"
-FALSE, "#VALUE!"
-"2", 0.0046777349810473
-"TWO", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/GESTEP.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/GESTEP.data
deleted file mode 100644
index f6bf40ea8f4..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/GESTEP.data
+++ /dev/null
@@ -1,81 +0,0 @@
--1.5, -1.5, 1
--0.75, -1.5, 1
-0, -1.5, 1
-0.75, -1.5, 1
-1.5, -1.5, 1
-2.25, -1.5, 1
-3, -1.5, 1
-3.75, -1.5, 1
-4.5, -1.5, 1
--1.5, -0.75, 0
--0.75, -0.75, 1
-0, -0.75, 1
-0.75, -0.75, 1
-1.5, -0.75, 1
-2.25, -0.75, 1
-3, -0.75, 1
-3.75, -0.75, 1
-4.5, -0.75, 1
--1.5, 0, 0
--0.75, 0, 0
-0, 0, 1
-0.75, 0, 1
-1.5, 0, 1
-2.25, 0, 1
-3, 0, 1
-3.75, 0, 1
-4.5, 0, 1
--1.5, 0.75, 0
--0.75, 0.75, 0
-0, 0.75, 0
-0.75, 0.75, 1
-1.5, 0.75, 1
-2.25, 0.75, 1
-3, 0.75, 1
-3.75, 0.75, 1
-4.5, 0.75, 1
--1.5, 1.5, 0
--0.75, 1.5, 0
-0, 1.5, 0
-0.75, 1.5, 0
-1.5, 1.5, 1
-2.25, 1.5, 1
-3, 1.5, 1
-3.75, 1.5, 1
-4.5, 1.5, 1
--1.5, 2.25, 0
--0.75, 2.25, 0
-0, 2.25, 0
-0.75, 2.25, 0
-1.5, 2.25, 0
-2.25, 2.25, 1
-3, 2.25, 1
-3.75, 2.25, 1
-4.5, 2.25, 1
--1.5, 3, 0
--0.75, 3, 0
-0, 3, 0
-0.75, 3, 0
-1.5, 3, 0
-2.25, 3, 0
-3, 3, 1
-3.75, 3, 1
-4.5, 3, 1
--1.5, 3.75, 0
--0.75, 3.75, 0
-0, 3.75, 0
-0.75, 3.75, 0
-1.5, 3.75, 0
-2.25, 3.75, 0
-3, 3.75, 0
-3.75, 3.75, 1
-4.5, 3.75, 1
--1.5, 4.5, 0
--0.75, 4.5, 0
-0, 4.5, 0
-0.75, 4.5, 0
-1.5, 4.5, 0
-2.25, 4.5, 0
-3, 4.5, 0
-3.75, 4.5, 0
-4.5, 4.5, 1
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2BIN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2BIN.data
deleted file mode 100644
index 9e1aecb12df..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2BIN.data
+++ /dev/null
@@ -1,13 +0,0 @@
-"01AB", "110101011"
-"ABCD", "#NUM!"
-"F6", "11110110"
-"F", 8, "00001111"
-"B7", "10110111"
-"12345", "#NUM!"
-"123456789", "#NUM!"
-"123.45", "#NUM!"
-"0", "0"
-"G3579A", "#NUM!"
-TRUE, "#VALUE!"
-"-107", "#NUM!"
-"FFFFFFFFFF", "1111111111" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2DEC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2DEC.data
deleted file mode 100644
index 17fc866710d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2DEC.data
+++ /dev/null
@@ -1,13 +0,0 @@
-"01AB", "427"
-"ABCD", "43981"
-"F6", "246"
-"12345", "74565"
-"123456789", "4886718345"
-"123.45", "#NUM!"
-"0", "0"
-"G3579A", "#NUM!"
-TRUE, "#VALUE!"
-"-107", "#NUM!"
-"A5", "165"
-"FFFFFFFF5B", "-165"
-"3DA408B9", "1034160313" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2OCT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2OCT.data
deleted file mode 100644
index 2ebd893ab53..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2OCT.data
+++ /dev/null
@@ -1,13 +0,0 @@
-"01AB", "653"
-"ABCD", "125715"
-"F6", "366"
-"3B4E", "35516"
-"F", 3, "017"
-"12345", "221505"
-"123456789", "#NUM!"
-"123.45", "#NUM!"
-"0", "0"
-"G3579A", "#NUM!"
-TRUE, "#VALUE!"
-"-107", "#NUM!"
-"FFFFFFFF00", "7777777400" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMABS.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMABS.data
deleted file mode 100644
index e92de41b664..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMABS.data
+++ /dev/null
@@ -1,27 +0,0 @@
-"12.34+5.67j", 13.580298229420
-"1.234E-5+6.78E9i", 6.78E9
-"3.5+2.5i", 4.301162633521
-"3.5+i", 3.640054944640
-"3.5", 3.5
-"3.5-i", 3.640054944640
-"3.5-2.5i", 4.301162633521
-"1+2.5i", 2.692582403567
-"1+i", 1.414213562373
-"1", 1
-"1-i", 1.414213562373
-"1-2.5i", 2.692582403567
-"2.5i", 2.5
-"i", 1
-"0", 0
-"-i", 1
-"-2.5i", 2.5
-"-1+2.5i", 2.692582403567
-"-1+i", 1.414213562373
-"-1", 1
-"-1-i", 1.414213562373
-"-1-2.5i", 2.692582403567
-"-3.5+2.5i", 4.301162633521
-"-3.5+i", 3.640054944640
-"-3.5", 3.5
-"-3.5-i", 3.640054944640
-"-3.5-2.5i", 4.301162633521
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMAGINARY.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMAGINARY.data
deleted file mode 100644
index ac888bae8e1..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMAGINARY.data
+++ /dev/null
@@ -1,30 +0,0 @@
-"12.34+5.67j", 5.67
-"1.234E-5+6.78E9i", 6.78E9
-"3.5+2.5i", 2.5
-"3.5+i", 1
-"3.5", 0
-"3.5-i", -1
-"3.5-2.5i", -2.5
-"1+2.5i", 2.5
-"1+i", 1
-"1", 0
-1, 0
-"1-i", -1
-"1-2.5i", -2.5
-"2.5i", 2.5
-"i", 1
-"0", 0
-0, 0
-0.0, 0
-"-i", -1
-"-2.5i", -2.5
-"-1+2.5i", 2.5
-"-1+i", 1
-"-1", 0
-"-1-i", -1
-"-1-2.5i", -2.5
-"-3.5+2.5i", 2.5
-"-3.5+i", 1
-"-3.5", 0
-"-3.5-i", -1
-"-3.5-2.5i", -2.5
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMARGUMENT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMARGUMENT.data
deleted file mode 100644
index 4b11d998ac4..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMARGUMENT.data
+++ /dev/null
@@ -1,26 +0,0 @@
-"12.34+5.67j", 0.430710595550
-"3.5+2.5i", 0.620249485983
-"3.5+i", 0.278299659005
-"3.5", 0
-"3.5-i", -0.278299659005
-"3.5-2.5i", -0.620249485983
-"1+2.5i", 1.190289949683
-"1+i", 0.785398163397
-"1", 0
-"1-i", -0.785398163397
-"1-2.5i", -1.190289949683
-"2.5i", 1.570796326795
-"i", 1.570796326795
-"0", "#DIV/0!"
-"-i", -1.570796326795
-"-2.5i", -1.570796326795
-"-1+2.5i", 1.951302703907
-"-1+i", 2.356194490192
-"-1", 3.141592653590
-"-1-i", -2.356194490192
-"-1-2.5i", -1.951302703907
-"-3.5+2.5i", 2.521343167607
-"-3.5+i", 2.863292994585
-"-3.5", 3.141592653590
-"-3.5-i", -2.863292994585
-"-3.5-2.5i", -2.521343167607
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMCONJUGATE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMCONJUGATE.data
deleted file mode 100644
index 67eb96ff575..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMCONJUGATE.data
+++ /dev/null
@@ -1,26 +0,0 @@
-"12.34+5.67j", "12.34-5.67j"
-"3.5+2.5i", "3.5-2.5i"
-"3.5+i", "3.5-i"
-"3.5", "3.5"
-"3.5-i", "3.5+i"
-"3.5-2.5i", "3.5+2.5i"
-"1+2.5i", "1-2.5i"
-"1+i", "1-i"
-"1", "1"
-"1-i", "1+i"
-"1-2.5i", "1+2.5i"
-"2.5i", "-2.5i"
-"i", "-i"
-"0", "0"
-"-i", "i"
-"-2.5i", "2.5i"
-"-1+2.5i", "-1-2.5i"
-"-1+i", "-1-i"
-"-1", "-1"
-"-1-i", "-1+i"
-"-1-2.5i", "-1+2.5i"
-"-3.5+2.5i", "-3.5-2.5i"
-"-3.5+i", "-3.5-i"
-"-3.5", "-3.5"
-"-3.5-i", "-3.5+i"
-"-3.5-2.5i", "-3.5+2.5i"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMCOS.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMCOS.data
deleted file mode 100644
index 7ada86eaeaa..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMCOS.data
+++ /dev/null
@@ -1,27 +0,0 @@
-"12.34+5.67j", "141.319179436356+32.547610312508j"
-"3.5+2.5i", "-5.74262349163406+2.12231025604134i"
-"3.5+i", "-1.44502817950166+0.412240867891067i"
-"3.5", "-0.936456687290796"
-"3.5-i", "-1.44502817950166-0.412240867891067i"
-"3.5-2.5i", "-5.74262349163406-2.12231025604134i"
-"1+2.5i", "3.31329014611322-5.0910715229497i"
-"1+i", "0.833730025131149-0.988897705762865i"
-"1", "0.54030230586814"
-"1-i", "0.833730025131149+0.988897705762865i"
-"1-2.5i", "3.31329014611322+5.0910715229497i"
-"2.5i", "6.13228947966369"
-"i", "1.54308063481524"
-"0", "1"
-"-i", "1.54308063481524"
-"-2.5i", "6.13228947966369"
-"-1+2.5i", "3.31329014611322+5.0910715229497i"
-"-1+i", "0.833730025131149+0.988897705762865i"
-"-1", "0.54030230586814"
-"-1-i", "0.833730025131149-0.988897705762865i"
-"-1-2.5i", "3.31329014611322-5.0910715229497i"
-"-3.5+2.5i", "-5.74262349163406-2.12231025604134i"
-"-3.5+i", "-1.44502817950166-0.412240867891067i"
-"-3.5", "-0.936456687290796"
-"-3.5-i", "-1.44502817950166+0.412240867891067i"
-"-3.5-2.5i", "-5.74262349163406+2.12231025604134i"
-"3", "-0.989992496600445"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMDIV.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMDIV.data
deleted file mode 100644
index 52d5cbb6e1a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMDIV.data
+++ /dev/null
@@ -1,20 +0,0 @@
-"12.34+5.67j", "123.45+67.89i", "#NUM!"
-"12.34+5.67j", "123.45+67.89j", "0.0961415519586104-0.00694248653276682j"
-"-12.34+5.67i", "-123.45+67.89i", "0.0961415519586104+0.00694248653276682i"
-"-12.34-5.67i", "-123.45+67.89i", "0.0573549954111941+0.0774712890924744i"
-"-12.34+5.67i", "-123.45-67.89i", "0.0573549954111941-0.0774712890924744i"
-"-12.34-5.67i", "-123.45-67.89i", "0.0961415519586104-0.00694248653276682i"
-"12.34+5.67i", "-123.45+67.89i", "-0.0573549954111941-0.0774712890924744i"
-"12.34-5.67i", "-123.45+67.89i", "-0.0961415519586104-0.00694248653276682i"
-"12.34+5.67i", "-123.45-67.89i", "-0.0961415519586104+0.00694248653276682i"
-"12.34-5.67i", "-123.45-67.89i", "-0.0573549954111941+0.0774712890924744i"
-"-12.34+5.67i", "123.45+67.89i", "-0.0573549954111941+0.0774712890924744i"
-"-12.34-5.67i", "123.45+67.89i", "-0.0961415519586104+0.00694248653276682i"
-"-12.34+5.67i", "123.45-67.89i", "-0.0961415519586104-0.00694248653276682i"
-"-12.34-5.67i", "123.45-67.89i", "-0.0573549954111941-0.0774712890924744i"
-"-12.34-5.67i", "123.45-67.89", "#NUM!"
-"-12.34-5.67j", "123.45-67.89", "#NUM!"
-"-12.34-5.67", "123.45-67.89j", "#NUM!"
-"-12.34-5.67i", "-12.34-5.67i", "1"
-"-12.34", "123.45-67.89i", "-0.0767482736849023-0.0422068878126206i"
-"-12.34-5.67i", "-12.34", "1+0.459481361426256i"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMEXP.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMEXP.data
deleted file mode 100644
index 4c4d9b62b4e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMEXP.data
+++ /dev/null
@@ -1,27 +0,0 @@
-"12.34+5.67j", "187004.11273906-131589.323796073j"
-"-12.34E-5+6.78E9i", "1.79747131321615E+308+1.79747131321615E+308i"
-"3.5+2.5i", "-26.5302329126575+19.8186755366902i"
-"3.5+i", "17.8923550531471+27.8656919720394i"
-"3.5", "33.1154519586923"
-"3.5-i", "17.8923550531471-27.8656919720394i"
-"3.5-2.5i", "-26.5302329126575-19.8186755366902i"
-"1+2.5i", "-2.17773413212721+1.62681595415671i"
-"1+i", "1.46869393991589+2.28735528717884i"
-"1", "2.71828182845905"
-"1-i", "1.46869393991589-2.28735528717884i"
-"1-2.5i", "-2.17773413212721-1.62681595415671i"
-"2.5i", "-0.801143615546934+0.598472144103957i"
-"i", "0.54030230586814+0.841470984807897i"
-"0", "1"
-"-i", "0.54030230586814-0.841470984807897i"
-"-2.5i", "-0.801143615546934-0.598472144103957i"
-"-1+2.5i", "-0.294724265585475+0.220165597929638i"
-"-1+i", "0.198766110346413+0.309559875653112i"
-"-1", "0.367879441171442"
-"-1-i", "0.198766110346413-0.309559875653112i"
-"-1-2.5i", "-0.294724265585475-0.220165597929638i"
-"-3.5+2.5i", "-0.0241924409350133+0.0180722928030842i"
-"-3.5+i", "0.016315715894263+0.025410221967i"
-"-3.5", "0.0301973834223185"
-"-3.5-i", "0.016315715894263-0.025410221967i"
-"-3.5-2.5i", "-0.0241924409350133-0.0180722928030842i"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMLN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMLN.data
deleted file mode 100644
index cb24be4ef7b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMLN.data
+++ /dev/null
@@ -1,27 +0,0 @@
-"12.34+5.67j", "2.60862008281875+0.430710595550204j"
-"-1.234E-5+6.78E9i", "22.6372429388987+1.5707963267949i"
-"3.5+2.5i", "1.45888536604214+0.620249485982821i"
-"3.5+i", "1.29199877621612+0.278299659005111i"
-"3.5", "1.25276296849537"
-"3.5-i", "1.29199877621612-0.278299659005111i"
-"3.5-2.5i", "1.45888536604214-0.620249485982821i"
-"1+2.5i", "0.990500734433292+1.19028994968253i"
-"1+i", "0.346573590279973+0.785398163397448i"
-"1", "0"
-"1-i", "0.346573590279973-0.785398163397448i"
-"1-2.5i", "0.990500734433292-1.19028994968253i"
-"2.5i", "0.916290731874155+1.5707963267949i"
-"i", "1.5707963267949i"
-"0", "#NUM!"
-"-i", "-1.5707963267949i"
-"-2.5i", "0.916290731874155-1.5707963267949i"
-"-1+2.5i", "0.990500734433292+1.95130270390726i"
-"-1+i", "0.346573590279973+2.35619449019234i"
-"-1", "3.14159265358979i"
-"-1-i", "0.346573590279973-2.35619449019234i"
-"-1-2.5i", "0.990500734433292-1.95130270390726i"
-"-3.5+2.5i", "1.45888536604214+2.52134316760697i"
-"-3.5+i", "1.29199877621612+2.86329299458468i"
-"-3.5", "1.25276296849537+3.14159265358979i"
-"-3.5-i", "1.29199877621612-2.86329299458468i"
-"-3.5-2.5i", "1.45888536604214-2.52134316760697i"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMLOG10.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMLOG10.data
deleted file mode 100644
index 8c57ff90cb2..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMLOG10.data
+++ /dev/null
@@ -1,27 +0,0 @@
-"12.34+5.67j", "1.13290930735019+0.187055234944717j"
-"-12.34E-5+6.78E9i", "9.83122969386706+0.682188176920927i"
-"3.5+2.5i", "0.633585864201507+0.269370929165668i"
-"3.5+i", "0.561107939136413+0.120864006221476i"
-"3.5", "0.544068044350276"
-"3.5-i", "0.561107939136413-0.120864006221476i"
-"3.5-2.5i", "0.633585864201507-0.269370929165668i"
-"1+2.5i", "0.430169003285497+0.516936357012023i"
-"1+i", "0.150514997831991+0.34109408846046i"
-"1", "0"
-"1-i", "0.150514997831991-0.34109408846046i"
-"1-2.5i", "0.430169003285497-0.516936357012023i"
-"2.5i", "0.397940008672038+0.68218817692092i"
-"i", "0.68218817692092i"
-"0", "#NUM!"
-"-i", "-0.68218817692092i"
-"-2.5i", "0.397940008672038-0.68218817692092i"
-"-1+2.5i", "0.430169003285497+0.847439996829817i"
-"-1+i", "0.150514997831991+1.02328226538138i"
-"-1", "1.36437635384184i"
-"-1-i", "0.150514997831991-1.02328226538138i"
-"-1-2.5i", "0.430169003285497-0.847439996829817i"
-"-3.5+2.5i", "0.633585864201507+1.09500542467617i"
-"-3.5+i", "0.561107939136413+1.24351234762036i"
-"-3.5", "0.544068044350276+1.36437635384184i"
-"-3.5-i", "0.561107939136413-1.24351234762036i"
-"-3.5-2.5i", "0.633585864201507-1.09500542467617i"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMLOG2.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMLOG2.data
deleted file mode 100644
index a5a41367909..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMLOG2.data
+++ /dev/null
@@ -1,27 +0,0 @@
-"12.34+5.67j", "3.76344325733562+0.621384040306436j"
-"-12.34E-5+6.78E9i", "32.6586381298614+2.26618007108803i"
-"3.5+2.5i", "2.10472668297646+0.894830857610216i"
-"3.5+i", "1.86396022742506+0.401501537958665i"
-"3.5", "1.80735492219671"
-"3.5-i", "1.86396022742506-0.401501537958665i"
-"3.5-2.5i", "2.10472668297646-0.894830857610216i"
-"1+2.5i", "1.42899049767377+1.71722540775913i"
-"1+i", "0.500000000038482+1.13309003554401i"
-"1", "0"
-"1-i", "0.500000000038482-1.13309003554401i"
-"1-2.5i", "1.42899049767377-1.71722540775913i"
-"2.5i", "1.3219280949891+2.26618007108801i"
-"i", "2.26618007108801i"
-"0", "#NUM!"
-"-i", "-2.26618007108801i"
-"-2.5i", "1.3219280949891-2.26618007108801i"
-"-1+2.5i", "1.42899049767377+2.81513473441689i"
-"-1+i", "0.500000000038482+3.39927010663201i"
-"-1", "4.53236014217602i"
-"-1-i", "0.500000000038482-3.39927010663201i"
-"-1-2.5i", "1.42899049767377-2.81513473441689i"
-"-3.5+2.5i", "2.10472668297646+3.63752928456581i"
-"-3.5+i", "1.86396022742506+4.13085860421736i"
-"-3.5", "1.80735492219671+4.53236014217602i"
-"-3.5-i", "1.86396022742506-4.13085860421736i"
-"-3.5-2.5i", "2.10472668297646-3.63752928456581i"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMPOWER.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMPOWER.data
deleted file mode 100644
index 8e753bc24fd..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMPOWER.data
+++ /dev/null
@@ -1,18 +0,0 @@
-"12.34+5.67j", 2, "120.1267+139.9356j"
-"12.34+5.67j", 3, "688.928626+2407.923693j"
-"12.34+5.67j", -1, "6.69108496973016E-002-3.07442883131037E-002j"
-"12.34+5.67j", -2, "3.53185054333564E-003-4.11425290873718E-003j"
-"12.34+5.67j", 0.5, "3.60002071031685+0.787495469644252j"
-"12.34+5.67j", -0.25, "0.517904976730581-5.59833234375533E-002j"
-"12.34+5.67j", 0, "1"
-"-i", 2, "-1-1.34451369308841E-014i"
-"1-i", 2, "1.22460635382238E-016-2i"
-"2.5i", 2, "-6.25+8.40321058180257E-014i"
-"2.5i", "2.5", "-6.98771242968685-6.98771242968684i"
-"2.5i", "2.5i", "#VALUE!"
-"2.5", "2.5", 9.88211768802619
-"2", "2", 4
-"-12.34-5.67i", "-12.34", "-4.69972844488573E-15+9.35464904349343E-15i"
-"12.34-5.67i", "-12.34", "5.93343000067521E-15-8.62503997728057E-15i"
-"-12.34-5.67i", "12.34", "-42881944468901.9-85355046682682.3i"
-"12.34-5.67i", "12.34", "54138663282971.3+78697841733874.3i"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMPRODUCT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMPRODUCT.data
deleted file mode 100644
index 81ab40b7ce0..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMPRODUCT.data
+++ /dev/null
@@ -1,15 +0,0 @@
-"12.34+5.67j", "123.45+67.89i", "#NUM!"
-"12.34+5.67j", "12.34+5.67j"
-"12.34+5.67i", "123.45+67.89i", "5.67", "6454.936089+8718.895647i"
-"12.34+5.67j", "123.45+67.89j", "5.67", "6454.936089+8718.895647j"
-"12.34+5.67j", "123.45+67.89j", "1138.4367+1537.7241j"
-"12.34-5.67i", "123.45+67.89i", "1908.3093+137.8011i"
-"12.34+5.67i", "123.45-67.89i", "1908.3093-137.8011i"
-"12.34-5.67i", "123.45-67.89i", "1138.4367-1537.7241i"
-"-12.34+5.67i", "123.45+67.89i", "-1908.3093-137.8011i"
-"-12.34-5.67i", "123.45+67.89i", "-1138.4367-1537.7241i"
-"12.34+5.67i", "-123.45+67.89i", "-1908.3093+137.8011i"
-"-12.34+5.67i", "-123.45+67.89i", "1138.4367-1537.7241i"
-"-12.34-5.67i", "-123.45-67.89i", "1138.4367+1537.7241i"
-"-12.34", "123.45-67.89i", "-1523.373+837.7626i"
-"-12.34-5.67i", "-12.34", "152.2756+69.9678i"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMREAL.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMREAL.data
deleted file mode 100644
index ffa4382cbc2..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMREAL.data
+++ /dev/null
@@ -1,30 +0,0 @@
-12.34+5.67j", 12.34
-"-1.234E-5+6.78E9i", -1.234E-5
-"3.5+2.5i", 3.5
-"3.5+i", 3.5
-"3.5", 3.5
-3.5, 3.5
-"3.5-i", 3.5
-"3.5-2.5i", 3.5
-"1+2.5i", 1
-"1+i", 1
-"1", 1
-1, 1
-"1-i", 1
-"1-2.5i", 1
-"2.5i", 0
-"i", 0
-"0", 0
-0, 0
-"-i", 0
-"-2.5i", 0
-"-1+2.5i", -1
-"-1+i", -1
-"-1", -1
-"-1-i", -1
-"-1-2.5i", -1
-"-3.5+2.5i", -3.5
-"-3.5+i", -3.5
-"-3.5", -3.5
-"-3.5-i", -3.5
-"-3.5-2.5i", -3.5
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSIN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSIN.data
deleted file mode 100644
index 50ab20034bb..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSIN.data
+++ /dev/null
@@ -1,27 +0,0 @@
-"12.34+5.67j", "-32.5483841590412+141.315819535092j"
-"3.5+2.5i", "-2.15110429680353-5.66575444574645i"
-"3.5+i", "-0.541286805665839-1.10052501669986i"
-"3.5", "-0.35078322768962"
-"3.5-i", "-0.541286805665839+1.10052501669986i"
-"3.5-2.5i", "-2.15110429680353+5.66575444574645i"
-"1+2.5i", "5.16014366757971+3.26893943207955i"
-"1+i", "1.29845758141598+0.634963914784736i"
-"1", "0.841470984807897"
-"1-i", "1.29845758141598-0.634963914784736i"
-"1-2.5i", "5.16014366757971-3.26893943207955i"
-"2.5i", "6.05020448103979i"
-"i", "1.1752011936438i"
-"0", "0"
-"-i", "-1.1752011936438i"
-"-2.5i", "-6.05020448103979i"
-"-1+2.5i", "-5.16014366757971+3.26893943207955i"
-"-1+i", "-1.29845758141598+0.634963914784736i"
-"-1", "-0.841470984807897"
-"-1-i", "-1.29845758141598-0.634963914784736i"
-"-1-2.5i", "-5.16014366757971-3.26893943207955i"
-"-3.5+2.5i", "2.15110429680353-5.66575444574645i"
-"-3.5+i", "0.541286805665839-1.10052501669986i"
-"-3.5", "0.35078322768962"
-"-3.5-i", "0.541286805665839+1.10052501669986i"
-"-3.5-2.5i", "2.15110429680353+5.66575444574645i"
-"3", "0.141120008059867"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSQRT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSQRT.data
deleted file mode 100644
index d35a4d752cf..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSQRT.data
+++ /dev/null
@@ -1,28 +0,0 @@
-"12.34+5.67j", "3.60002071031685+0.787495469644252j"
-"-1.234E-5+6.78E9i", "58223.7065120385+58223.7065120386i"
-"3.5+2.5i", "1.9749889409211+0.632914936433528i"
-"3.5+i", "1.88945163270197+0.264627043818521i"
-"3.5", "1.87082869338697"
-"3.5-i", "1.88945163270197-0.264627043818521i"
-"3.5-2.5i", "1.9749889409211-0.632914936433528i"
-"1+2.5i", "1.35878298553655+0.919940868634298i"
-"1+i", "1.09868411346781+0.455089860562227i"
-"1", "1"
-"1-i", "1.09868411346781-0.455089860562227i"
-"1-2.5i", "1.35878298553655-0.919940868634298i"
-"2.5i", "1.11803398874989+1.11803398874989i"
-"i", "0.707106781186548+0.707106781186547i"
-"0", "0"
-"-i", "0.707106781186548-0.707106781186547i"
-"-2.5i", "1.11803398874989-1.11803398874989i"
-"-1+2.5i", "0.919940868634298+1.35878298553655i"
-"-1+i", "0.455089860562227+1.09868411346781i"
-"-1", "6.12303176911189E-017+i"
-"-1-i", "0.455089860562227-1.09868411346781i"
-"-1-2.5i", "0.919940868634298-1.35878298553655i"
-"-3.5+2.5i", "0.632914936433528+1.9749889409211i"
-"-3.5+i", "0.264627043818521+1.88945163270197i"
-"-3.5", "1.14551435241745E-016+1.87082869338697i"
-"-3.5-i", "0.264627043818521-1.88945163270197i"
-"-3.5-2.5i", "0.632914936433528-1.9749889409211i"
-"9", "3"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSUB.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSUB.data
deleted file mode 100644
index 024d35859fe..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSUB.data
+++ /dev/null
@@ -1,10 +0,0 @@
-"12.34+5.67j", "123.45+67.89i", "#NUM!"
-"123.45+67.89j", "12.34+5.67j", "111.11+62.22j"
-"12.34+5.67j", "123.45+67.89j", "-111.11-62.22j"
-"12.34+5.67i", "123.45+67.89i", "123.45+67.89i", "-111.11-62.22i"
-"-12.34-5.67i", "123.45-67.89i", "-135.79+62.22i"
-"12.34-5.67i", "-123.45-67.89i", "135.79+62.22i"
-"-12.34-5.67i", "-123.45-67.89i", "111.11+62.22i"
-"-12.34-5.67i", "-123.45-67.89", "#NUM!"
-"-12.34-5.67j", "-123.45-67.89", "#NUM!"
-"-12.34-5.67", "-123.45-67.89j", "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSUM.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSUM.data
deleted file mode 100644
index e63aed946ce..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/IMSUM.data
+++ /dev/null
@@ -1,10 +0,0 @@
-"12.34+5.67j", "123.45+67.89i", "#NUM!"
-"12.34+5.67j", "123.45+67.89j", "135.79+73.56j"
-"12.34-5.67i", "123.45+67.89i", "135.79+62.22i"
-"12.34+5.67i", "123.45-67.89i", "135.79-62.22i"
-"12.34-5.67i", "123.45-67.89i", "135.79-73.56i"
-"12.34+5.67i", "123.45+67.89i", "123.45+67.89i", "259.24+141.45i"
-"12.34+5.67i", "123.45+67.89i", "123.45+67.89j", "#NUM!"
-"-12.34-5.67i", "123.45-67.89i", "111.11-73.56i"
-"12.34-5.67i", "-123.45-67.89i", "-111.11-73.56i"
-"-12.34-5.67i", "-123.45-67.89i", "-135.79-73.56i"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/OCT2BIN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/OCT2BIN.data
deleted file mode 100644
index 1f212fd9d4c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/OCT2BIN.data
+++ /dev/null
@@ -1,9 +0,0 @@
-"1357", "#NUM!"
-"246", "10100110"
-"3", 3, "011"
-"12345", "#NUM!"
-"123.45", "#NUM!"
-"0", "0"
-TRUE, "#VALUE!"
-"3579", "#NUM!"
-"7777777000", "1000000000" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/OCT2DEC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/OCT2DEC.data
deleted file mode 100644
index 19f6dbd69c8..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/OCT2DEC.data
+++ /dev/null
@@ -1,9 +0,0 @@
-"1357", "751"
-"246", "166"
-"12345", "5349"
-"123.45", "#NUM!"
-"0", "0"
-TRUE, "#VALUE!"
-"3579", "#NUM!"
-"54", "44"
-"7777777533", "-165" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/OCT2HEX.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/OCT2HEX.data
deleted file mode 100644
index c18e7fdb5c9..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/OCT2HEX.data
+++ /dev/null
@@ -1,9 +0,0 @@
-"1357", "2EF"
-"246", "A6"
-"12345", "14E5"
-"100", 4, "0040"
-"123.45", "#NUM!"
-"0", "0"
-TRUE, "#VALUE!"
-"3579", "#NUM!"
-"7777777533", "FFFFFFFF5B" // 2's Complement
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/ACCRINT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/ACCRINT.data
deleted file mode 100644
index 5d92786fb5f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/ACCRINT.data
+++ /dev/null
@@ -1,8 +0,0 @@
-#Issue date 1st Interest Settlement Rate Par Freq Basis Result
-"2008-03-01", "2008-08-31", "2008-05-01", 0.10, 1000, 2, 0, 16.666666666667
-"2008-03-05", "2008-08-31", "2008-05-01", 0.10, 1000, 2, 0, 15.555555555556
-"2010-01-01", "2010-06-30", "2010-04-01", 0.08, 10000, 4, 202.222222222222
-"2008-03-05", "2008-08-31", "2008-05-01", -0.10, 1000, 2, 0, "#NUM!"
-"Invalid Date", "2008-08-31", "2008-05-01", 0.10, 1000, 2, 0, "#VALUE!"
-"2008-03-01", "2008-08-31", "2008-05-01", "ABC", 1000, 2, 0, "#VALUE!"
-"2008-03-01", "2008-08-31", "2008-05-01", 0.10, 1000, 2, "ABC", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/ACCRINTM.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/ACCRINTM.data
deleted file mode 100644
index e43e93bb6cb..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/ACCRINTM.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#Issue date Settlement Rate Par Basis Result
-"2008-04-01", "2008-06-15", 0.10, 1000, 3, 20.547945205479
-"2010-01-01", "2010-12-31", 0.08, 10000, 800
-"2008-03-05", "2008-08-31", -0.10, 1000, 2, "#NUM!"
-"Invalid Date", "2008-08-31", 0.10, 1000, 2, "#VALUE!"
-"2008-03-01", "2008-08-31", "ABC", 1000, 2, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/AMORDEGRC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/AMORDEGRC.data
deleted file mode 100644
index d753a6d00db..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/AMORDEGRC.data
+++ /dev/null
@@ -1,3 +0,0 @@
-#Cost Date purchased End of the 1st period Salvage Period Depreciation Basis Result
-2400, "2008-08-19", "2008-12-31", 300, 1, 0.15, 1, 776
-150, "2011-01-01", "2011-09-30", 20, 1, 0.2, 4, 42
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/AMORLINC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/AMORLINC.data
deleted file mode 100644
index db6920ac20f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/AMORLINC.data
+++ /dev/null
@@ -1,3 +0,0 @@
-#Cost Date purchased End of the 1st period Salvage Period Depreciation Basis Result
-2400, "2008-08-19", "2008-12-31", 300, 1, 0.15, 1, 360
-150, "2011-01-01", "2011-09-30", 20, 1, 0.2, 4, 30
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPDAYBS.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPDAYBS.data
deleted file mode 100644
index 5905db94e4f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPDAYBS.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#Settlement Maturity Frequency Basis Result
-"25-Jan-2007", "15-Nov-2008", 2, 1, 71
-"2011-01-01", "2012-10-25", 4, 66
-"Invalid Date", "15-Nov-2008", 2, 1, "#VALUE!"
-"25-Jan-2007", "Invalid Date", 2, 1, "#VALUE!"
-"25-Jan-2007", "15-Nov-2008", 3, 1, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPDAYS.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPDAYS.data
deleted file mode 100644
index 26de7302155..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPDAYS.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#Settlement Maturity Frequency Basis Result
-"25-Jan-2007", "15-Nov-2008", 2, 1, 181
-"2011-01-01", "2012-10-25", 4, 90
-"Invalid Date", "15-Nov-2008", 2, 1, "#VALUE!"
-"25-Jan-2007", "Invalid Date", 2, 1, "#VALUE!"
-"25-Jan-2007", "15-Nov-2008", 3, 1, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPDAYSNC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPDAYSNC.data
deleted file mode 100644
index 91b9f73c4d9..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPDAYSNC.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#Settlement Maturity Frequency Basis Result
-"25-Jan-2007", "15-Nov-2008", 2, 1, 110
-"2011-01-01", "2012-10-25", 4, 24
-"Invalid Date", "15-Nov-2008", 2, 1, "#VALUE!"
-"25-Jan-2007", "Invalid Date", 2, 1, "#VALUE!"
-"25-Jan-2007", "15-Nov-2008", 3, 1, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPNCD.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPNCD.data
deleted file mode 100644
index fe5bba5d1b5..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPNCD.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#Settlement Maturity Frequency Basis Result
-"25-Jan-2007", "15-Nov-2008", 2, 1, 39217
-"2011-01-01", "2012-10-25", 4, 40568
-"Invalid Date", "15-Nov-2008", 2, 1, "#VALUE!"
-"25-Jan-2007", "Invalid Date", 2, 1, "#VALUE!"
-"25-Jan-2007", "15-Nov-2008", 3, 1, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPNUM.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPNUM.data
deleted file mode 100644
index 43f77cd735f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPNUM.data
+++ /dev/null
@@ -1,7 +0,0 @@
-#Settlement Maturity Frequency Basis Result
-"25-Jan-2007", "15-Nov-2008", 2, 1, 4
-"2011-01-01", "2012-10-25", 4, 0, 8
-"Invalid Date", "15-Nov-2008", 2, 1, "#VALUE!"
-"25-Jan-2007", "Invalid Date", 2, 1, "#VALUE!"
-"25-Jan-2007", "15-Nov-2008", 3, 1, "#NUM!"
-"01-Jan-2008", "31-Dec-2012", 1, 1, 5
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPPCD.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPPCD.data
deleted file mode 100644
index 86212afa8da..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/COUPPCD.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#Settlement Maturity Frequency Basis Result
-"25-Jan-2007", "15-Nov-2008", 2, 1, 39036
-"2011-01-01", "2012-10-25", 4, 40476
-"Invalid Date", "15-Nov-2008", 2, 1, "#VALUE!"
-"25-Jan-2007", "Invalid Date", 2, 1, "#VALUE!"
-"25-Jan-2007", "15-Nov-2008", 3, 1, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/CUMIPMT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/CUMIPMT.data
deleted file mode 100644
index 8427c465164..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/CUMIPMT.data
+++ /dev/null
@@ -1,10 +0,0 @@
-#rate nper pv start_period end_period type result
-0.0075, 360, 125000, 13, 24, 0, -11135.232130751
-0.0075, 360, 125000, 1, 1, 0, -937.50
-0.004166666667, 60, 50000, 1, 12, 0, -2294.9775375121
-0.004166666667, 60, 50000, 13, 24, 0, -1833.1000667254
-0.004166666667, 60, 50000, 25, 36, 0, -1347.5920679425
-0.004166666667, 60, 50000, 37, 48, 0, -837.24455850309
-0.004166666667, 60, 50000, 49, 60, 0, -300.78670189939
-0.0075, 360, 125000, 24, 13, 0, "#VALUE!"
-0.0075, 360, 125000, 24, 13, 2, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/CUMPRINC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/CUMPRINC.data
deleted file mode 100644
index 65e6d6d14b8..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/CUMPRINC.data
+++ /dev/null
@@ -1,10 +0,0 @@
-#rate nper pv start_period end_period type result
-0.0075, 360, 125000, 13, 24, 0, -934.10712342088
-0.0075, 360, 125000, 1, 1, 0, -68.278271180977
-0.004166666667, 60, 50000, 1, 12, 0, -9027.7626490046
-0.004166666667, 60, 50000, 13, 24, 0, -9489.6401197913
-0.004166666667, 60, 50000, 25, 36, 0, -9975.1481185741
-0.004166666667, 60, 50000, 37, 48, 0, -10485.495628014
-0.004166666667, 60, 50000, 49, 60, 0, -11021.953484617
-0.0075, 360, 125000, 24, 13, 0, "#VALUE!"
-0.0075, 360, 125000, 24, 13, 2, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DB.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DB.data
deleted file mode 100644
index e8c5fcf7901..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DB.data
+++ /dev/null
@@ -1,17 +0,0 @@
-#cost salvage life period month result
-1000000, 100000, 6, 1, 7, 186083.33333333
-1000000, 100000, 6, 2, 7, 259639.41666667
-1000000, 100000, 6, 3, 7, 176814.44275
-1000000, 100000, 6, 4, 7, 120410.63551275
-1000000, 100000, 6, 5, 7, 81999.642784183
-1000000, 100000, 6, 6, 7, 55841.756736028
-1000000, 100000, 6, 7, 7, 15845.098473848
-10000, 1000, 5, 1, 6, 1845.00
-10000, 1000, 5, 2, 6, 3009.195
-10000, 1000, 5, 3, 6, 1898.802045
-10000, 1000, 5, 4, 6, 1198.144090395
-10000, 1000, 5, 5, 6, 756.02892103925
-10000, 1000, 5, 6, 6, 238.52712458788
-0, 0, 5, 6, 6, 0.0
--1000, 100, 5, 6, 6, "#NUM!"
-"ABC", 100, 5, 6, 6, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DDB.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DDB.data
deleted file mode 100644
index 2dfd5205641..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DDB.data
+++ /dev/null
@@ -1,16 +0,0 @@
-#cost salvage life period month result
-2400, 300, 36500, 1, 0.13150684931507
-2400, 300, 36500, 2, 0.13149964346031
-2400, 300, 36500, 7, 0.13146362010871
-2400, 300, 36500, 7, 14, 0.91843145432708
-2400, 300, 120, 1, 2, 40.00
-2400, 300, 10, 1, 2, 480.00
-2400, 300, 10, 2, 1.5, 306.00
-2400, 300, 10, 10, 22.12254720000030
-10000, 1000, 5, 1, 4000.00
-10000, 1000, 5, 2, 2400.00
-10000, 1000, 5, 3, 1440.00
-10000, 1000, 5, 4, 864.00
-10000, 1000, 5, 5, 296.00
--2400, 300, 36500, 1, "#NUM!"
-"ABC", 300, 36500, 1, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DISC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DISC.data
deleted file mode 100644
index b5790c74c48..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DISC.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#settlement maturity price redemption basis result
-"2007-01-25", "2007-06-15", 97.975, 100, 1, 0.052420213
-"2010-04-01", "2015-03-31", 95, 100, 0.01
-"2010-04-01", "2015-03-31", 0, 100, "#NUM!"
-"2010-04-01", "2015-03-31", "ABC", 100, "#VALUE!"
-"Invalid Date", "2007-06-15", 97.975, 100, 1, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DOLLARDE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DOLLARDE.data
deleted file mode 100644
index c41b51dc19a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DOLLARDE.data
+++ /dev/null
@@ -1,10 +0,0 @@
-#fractional_dollar fraction result
-1.02, 16, 1.125
-1.1, 32, 1.3125
-1.01, 16, 1.0625
-1.1, 16, 1.625
-1.03, 32, 1.09375
-1.3, 32, 1.9375
-1.12, 32, 1.375
-1.2345, 0, "#DIV/0!"
-1.2345, -2, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DOLLARFR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DOLLARFR.data
deleted file mode 100644
index a83a7231f66..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/DOLLARFR.data
+++ /dev/null
@@ -1,10 +0,0 @@
-#decimal_dollar fraction result
-1.125, 16, 1.02
-1.125, 32, 1.04
-1.0625, 16, 1.01
-1.625, 16, 1.1
-1.09375, 32, 1.03
-1.9375, 32, 1.3
-1.375, 32, 1.12
-1.2345, 0, "#DIV/0!"
-1.2345, -2, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/EFFECT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/EFFECT.data
deleted file mode 100644
index 34de2b2c6e0..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/EFFECT.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#nominal_rate npery Result
-0.0525, 4, 0.053542667370758
-0.10, 4, 0.103812890625
-0.10, 2, 0.1025
-0.025, 2, 0.02515625
-1, 0, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/FV.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/FV.data
deleted file mode 100644
index 2955e9a23db..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/FV.data
+++ /dev/null
@@ -1,9 +0,0 @@
-#rate nper pmt pv type Result
-0.005, 10, -200, -500, 1, 2581.4033740601
-0.01, 12, -1000, 12682.503013197
-0.009166666667, 35, -2000, , 1, 82846.246372418
-0.005, 12, -100, -1000, 1, 2301.4018303409
-0.004166666667, 60, -1000, 68006.082841536
-0.025, 16, -2000, 0, 1, 39729.460894166
-0.1, 12, -100, 0, 2, "#NUM!"
-0.0, 12, -100, -100, 1300
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/FVSCHEDULE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/FVSCHEDULE.data
deleted file mode 100644
index 0b5ad893e74..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/FVSCHEDULE.data
+++ /dev/null
@@ -1,4 +0,0 @@
-#principal schedule Result
-1, {0.09|0.11|0.1}, 1.33089
-10, {0.09;0.11;0.1}, 13.3089
-10000, {0.05|0.05|0.035|0.035|0.035}, 12223.614571875
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/INTRATE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/INTRATE.data
deleted file mode 100644
index 38195a427f9..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/INTRATE.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#Settlement Maturity Investment Redemption Basis Result
-"2008-02-15", "2008-05-15", 1000000, 1014420, 2, 0.05768
-"2005-04-01", "2010-03-31", 1000, 2125, 0.225
-"2008-02-15", "2008-05-15", 1000000, 1014420, "ABC", "#VALUE!"
-"2008-02-15", "2008-05-15", 1000000, -1014420, 2, "#NUM!"
-"Invalid Date", "2008-05-15", 1000000, 1014420, 2, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/IPMT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/IPMT.data
deleted file mode 100644
index 9d5dab00d56..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/IPMT.data
+++ /dev/null
@@ -1,9 +0,0 @@
-#rate per nper pv fv type Result
-0.008333333333, 3, 3, 8000, -22.406893015021
-0.10, 3, 3, 8000, -292.44712990937
-0.004166666667, 1, 60, 50000, -208.33333335
-0.004166666667, 2, 60, 50000, -205.26988189617
-0.00875, 1, 8, 10000, 5000, 1, 0.00
-0.00875, 2, 8, 10000, 5000, 1, -70.968650395559
-0.005, 2, 8, 2500, 200, 6, "#NUM!"
-0.005, 8, 2, 2500, 200, 1, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/IRR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/IRR.data
deleted file mode 100644
index 0d4458ff699..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/IRR.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#values guess Result
-{-70000;12000;15000;18000;21000}, -0.021244848273410
-{-70000;12000;15000;18000;21000;26000}, 0.08663094803652
-{-70000;12000;15000;18000}, 0.10, -0.18213746414550
-{-100;20|24|28.80}, -0.13618951095869
-{-100;20|24|28.80|34.56|41.47}, 0.130575756371527
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/ISPMT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/ISPMT.data
deleted file mode 100644
index eac8167d193..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/ISPMT.data
+++ /dev/null
@@ -1,5 +0,0 @@
-#rate per nper pv result
-0.008333333333, 1, 36, 8000000, -64814.814812222
-0.10, 1, 3, 8000000, -533333.33333333
-0.004166666667, 1, 60, 50000, -204.8611111275
-0.004166666667, 2, 60, 50000, -201.388888905
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/MIRR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/MIRR.data
deleted file mode 100644
index f91b030bba1..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/MIRR.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#values finance_rate reinvestment_rate Result
-{-120000;39000|30000|21000|37000|46000}, 0.10, 0.12, 0.12609413036591
-{-120000;39000|30000|21000}, 0.10, 0.12, -0.048044655249981
-{-120000;39000|30000|21000|37000|46000}, 0.10, 0.14, 0.13475911082831
-{-100;12|14|11}, 5.5, 5, 0.74021752686287
-{-100;12|14|11|13|16}, 5.5, 5, 1.8579321744785
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/NOMINAL.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/NOMINAL.data
deleted file mode 100644
index df78c55343b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/NOMINAL.data
+++ /dev/null
@@ -1,6 +0,0 @@
-#effect_rate npery result
-0.053543, 4, 0.052500319868356
-0.10, 4, 0.09645475633778
-0.10, 2, 0.097617696340303
-0.025, 12, 0.024718035238113
--0.025, 12, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/NPER.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/NPER.data
deleted file mode 100644
index 205d0aabfe2..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/NPER.data
+++ /dev/null
@@ -1,10 +0,0 @@
-#rate pmt pv fv type result
-0.01, -100, -1000, 10000, 1, 59.673865674295
-0.01, -100, -1000, 10000, 60.082122853762
-0.01, -100, -1000, -9.5785940398132
-0.003333333333, -1000, 50000, 54.78757726
-0.015, -1200, 9000, 5000, 1, 11.90373729
-0.015, -1200, 9000, 5000, 2, "#NUM!"
-0.015, 0.0, 0.0, 5000, 1, "#NUM!"
-0.0, 0.0, -500, 5000, 1, "#NUM!"
-0.0, -50, -250, 150, 1, -2.0
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/NPV.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/NPV.data
deleted file mode 100644
index c927fa5427d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/NPV.data
+++ /dev/null
@@ -1,5 +0,0 @@
-#rate values result
-0.10, -10000, 3000, 4200, 6800, 1188.4434123352
-0.08, 8000, 9200, 10000, 12000, 14500, 41922.061554932
-0.08, 8000, 9200, 10000, 12000, 14500, -9000, 36250.534912984
-0.05, 2000, 2400, 2900, 3500, 4100, 12678.677633095
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/PRICE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/PRICE.data
deleted file mode 100644
index c36be488b0e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/PRICE.data
+++ /dev/null
@@ -1,10 +0,0 @@
-#Settlement Maturity Rate Yield Redemption Frequency Basis Result
-"15-Feb-2008", "15-Nov-2017", 0.0575, 0.065, 100, 2, 0, 94.6343616213221
-"15-Feb-2008", "15-Nov-2017", 0.0575, 0.065, 100, 2, 1, 94.6354492078772
-"15-Feb-2008", "15-Nov-2017", 0.0575, 0.065, 100, 2, 2, 94.6365640300251
-"15-Feb-2008", "15-Nov-2017", 0.0575, 0.065, 100, 2, 3, 94.6351747967845
-"01-Apr-2012", "31-Mar-2020", 0.12, 0.10, 100, 2, NULL, 110.8344835932160
-"01-Apr-2012", "31-Mar-2020", 0.12, 0.10, 100, 2, 1, 110.8345373958590
-"01-Apr-2012", "31-Mar-2020", 0.12, 0.10, 100, 2, 2, 110.8344835932160
-"01-Apr-2012", "31-Mar-2020", 0.12, 0.10, 100, 2, 3, 110.8345285514390
-"01-Apr-2012", "31-Mar-2020", 0.12, 0.10, 100, 4, 3, 110.9217329631980
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/RATE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/RATE.data
deleted file mode 100644
index 2dd8449ebd0..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/RATE.data
+++ /dev/null
@@ -1,11 +0,0 @@
-#Periods Payment Present Value Future Value Type Guess Result
-48, -200, 8000, 0.0077014724882014
-60, -6000, 120000, 0.0467819164224934
-60, -1000, 120000, -0.0204429522193565
-24, -250, 5000, 0.0151308439023434
-24, -250, 5000, NULL, 1, 0.0165501190667120
-208, -700, 8000, 0.0874999976840937
-10, -1000, 6500, 0.0871137556058636
-6, -1000, 100000, -126068, 0.0484721272835728
-6, 1000, 100000, -126068, 0.0302728738275435
-6, -1000, -100000, 126068, 0, 0.0302728738275437
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/XIRR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/XIRR.data
deleted file mode 100644
index 36a8e23dd8a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Financial/XIRR.data
+++ /dev/null
@@ -1,4 +0,0 @@
-#values dates guess Result
-{-10000;2750|4250|3250|2750|46000}, {"2008-01-01";"2008-03-01"|"2008-10-30"|"2009-02-15"|"2009-04-01"}, 0.10, 0.373362535
-{-100;20|40|25}, {"2010-01-01";"2010-04-01"|"2010-10-01"|"2011-02-01"}, -0.3024
-{-100;20|40|25|8|15}, {"2010-01-01";"2010-04-01"|"2010-10-01"|"2011-02-01"|"2011-03-01"|"2011-06-01"}, 0.2095
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/ERROR_TYPE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/ERROR_TYPE.data
deleted file mode 100644
index f2722937d6f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/ERROR_TYPE.data
+++ /dev/null
@@ -1,14 +0,0 @@
- "#N/A"
-NULL, "#N/A"
--1, "#N/A"
-1.25, "#N/A"
-"", "#N/A"
-"2.5", "#N/A"
-TRUE, "#N/A"
-"#NULL!", 1
-"#DIV/0!", 2
-"#VALUE!", 3
-"#REF!", 4
-"#NAME?", 5
-"#NUM!", 6
-"#N/A", 7
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_BLANK.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_BLANK.data
deleted file mode 100644
index 1daa126dad5..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_BLANK.data
+++ /dev/null
@@ -1,16 +0,0 @@
- TRUE
-NULL, TRUE
--1, FALSE
-0, FALSE
-9, FALSE
-1.5, FALSE
-"", FALSE
-"-1", FALSE
-"2", FALSE
-"-1.5", FALSE
-"ABC", FALSE
-"#VALUE!", FALSE
-"#N/A", FALSE
-"TRUE", FALSE
-TRUE, FALSE
-FALSE, FALSE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_ERR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_ERR.data
deleted file mode 100644
index e6384d14f69..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_ERR.data
+++ /dev/null
@@ -1,16 +0,0 @@
- FALSE
-NULL, FALSE
--1, FALSE
-0, FALSE
-9, FALSE
-1.5, FALSE
-"", FALSE
-"-1", FALSE
-"2", FALSE
-"-1.5", FALSE
-"ABC", FALSE
-"#VALUE!", TRUE
-"#N/A", FALSE
-"TRUE", FALSE
-TRUE, FALSE
-FALSE, FALSE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_ERROR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_ERROR.data
deleted file mode 100644
index 244807a12ad..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_ERROR.data
+++ /dev/null
@@ -1,16 +0,0 @@
- FALSE
-NULL, FALSE
--1, FALSE
-0, FALSE
-9, FALSE
-1.5, FALSE
-"", FALSE
-"-1", FALSE
-"2", FALSE
-"-1.5", FALSE
-"ABC", FALSE
-"#VALUE!", TRUE
-"#N/A", TRUE
-"TRUE", FALSE
-TRUE, FALSE
-FALSE, FALSE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_EVEN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_EVEN.data
deleted file mode 100644
index 8f985df4097..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_EVEN.data
+++ /dev/null
@@ -1,20 +0,0 @@
- "#NAME?"
-NULL, "#NAME?"
--1, FALSE
-0, TRUE
-9, FALSE
-1.25, FALSE
-1.5, FALSE
-2.25, TRUE
-2.5, TRUE
-"", "#VALUE!"
-"-1", FALSE
-"2", TRUE
-"-1.5", FALSE
-"2.5", TRUE
-"ABC", "#VALUE!"
-"#VALUE!", "#VALUE!"
-"#N/A", "#VALUE!"
-"TRUE", "#VALUE!"
-TRUE, "#VALUE!"
-FALSE, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_LOGICAL.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_LOGICAL.data
deleted file mode 100644
index d977ba7b3ff..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_LOGICAL.data
+++ /dev/null
@@ -1,16 +0,0 @@
- FALSE
-NULL, FALSE
--1, FALSE
-0, FALSE
-9, FALSE
-1.5, FALSE
-"", FALSE
-"-1", FALSE
-"2", FALSE
-"-1.5", FALSE
-"ABC", FALSE
-"#VALUE!", FALSE
-"#N/A", FALSE
-"TRUE", FALSE
-TRUE, TRUE
-FALSE, TRUE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_NA.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_NA.data
deleted file mode 100644
index be96e6bf2db..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_NA.data
+++ /dev/null
@@ -1,16 +0,0 @@
- FALSE
-NULL, FALSE
--1, FALSE
-0, FALSE
-9, FALSE
-1.5, FALSE
-"", FALSE
-"-1", FALSE
-"2", FALSE
-"-1.5", FALSE
-"ABC", FALSE
-"#VALUE!", FALSE
-"#N/A", TRUE
-"TRUE", FALSE
-TRUE, FALSE
-FALSE, FALSE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_NONTEXT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_NONTEXT.data
deleted file mode 100644
index 223053a256f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_NONTEXT.data
+++ /dev/null
@@ -1,16 +0,0 @@
- TRUE
-NULL, TRUE
--1, TRUE
-0, TRUE
-9, TRUE
-1.5, TRUE
-"", FALSE
-"-1", FALSE
-"2", FALSE
-"-1.5", FALSE
-"ABC", FALSE
-"#VALUE!", TRUE
-"#N/A", TRUE
-"TRUE", FALSE
-TRUE, TRUE
-FALSE, TRUE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_NUMBER.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_NUMBER.data
deleted file mode 100644
index 525d0fe7e2f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_NUMBER.data
+++ /dev/null
@@ -1,16 +0,0 @@
- FALSE
-NULL, FALSE
--1, TRUE
-0, TRUE
-9, TRUE
-1.5, TRUE
-"", FALSE
-"-1", FALSE
-"2", FALSE
-"-1.5", FALSE
-"ABC", FALSE
-"#VALUE!", FALSE
-"#N/A", FALSE
-"TRUE", FALSE
-TRUE, FALSE
-FALSE, FALSE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_ODD.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_ODD.data
deleted file mode 100644
index 0cf0741eafe..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_ODD.data
+++ /dev/null
@@ -1,20 +0,0 @@
- "#NAME?"
-NULL, "#NAME?"
--1, TRUE
-0, FALSE
-9, TRUE
-1.25, TRUE
-1.5, TRUE
-2.25, FALSE
-2.5, FALSE
-"", "#VALUE!"
-"-1", TRUE
-"2", FALSE
-"-1.5", TRUE
-"2.5", FALSE
-"ABC", "#VALUE!"
-"#VALUE!", "#VALUE!"
-"#N/A", "#VALUE!"
-"TRUE", "#VALUE!"
-TRUE, "#VALUE!"
-FALSE, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_TEXT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_TEXT.data
deleted file mode 100644
index 3f3abf1b63b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/IS_TEXT.data
+++ /dev/null
@@ -1,16 +0,0 @@
- FALSE
-NULL, FALSE
--1, FALSE
-0, FALSE
-9, FALSE
-1.5, FALSE
-"", TRUE
-"-1", TRUE
-"2", TRUE
-"-1.5", TRUE
-"ABC", TRUE
-"#VALUE!", FALSE
-"#N/A", FALSE
-"TRUE", TRUE
-TRUE, FALSE
-FALSE, FALSE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/N.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/N.data
deleted file mode 100644
index 9fc130e0a51..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/N.data
+++ /dev/null
@@ -1,20 +0,0 @@
- 0
-NULL, 0
--1, -1
-1.25, 1.25
-"", 0
-"2.5", 0
-"TRUE", 0
-"ABCDE", 0
-TRUE, 1
-"#DIV/0!", "#DIV/0!"
-"#NUM!", "#NUM!"
-{}, 0
-{123}, 123
-{123|456}, 123
-{123|"A"}, 123
-{"A"|123}, 0
-{"A"|123;456|789}, 0
-{123|"A";456|789}, 123
-{123|456;"A"|789}, 123
-{123|456;789|"A"}, 123
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/TYPE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/TYPE.data
deleted file mode 100644
index 52d168802b1..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Functions/TYPE.data
+++ /dev/null
@@ -1,16 +0,0 @@
- 1
-NULL, 1
--1, 1
-1.25, 1
-"", 2
-"2.5", 2
-"TRUE", 2
-"ABCDE", 2
-TRUE, 4
-"#DIV/0!", 16
-"#NUM!", 16
-{}, 1
-{1}, 1
-{1;2;3}, 64
-{1|2|3;4|5|6;7|8|9}, 64
-{|;|}, 64
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/AND.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/AND.data
deleted file mode 100644
index 76870343e5d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/AND.data
+++ /dev/null
@@ -1,21 +0,0 @@
-"#VALUE!" // No arguments
-NULL, TRUE // NULL
-TRUE, NULL, TRUE // Boolean TRUE and NULL
-FALSE, NULL, FALSE // Boolean FALSE and NULL
-TRUE, TRUE, TRUE // Both TRUE Booleans
-TRUE, FALSE, FALSE // Mixed Booleans
-FALSE, TRUE, FALSE // Mixed Booleans
-FALSE, FALSE, FALSE // Both FALSE Booleans
-TRUE, TRUE, FALSE, FALSE // Multiple Mixed Booleans
-TRUE, TRUE, TRUE, TRUE // Multiple TRUE Booleans
-FALSE, FALSE, FALSE, FALSE, FALSE // Multiple FALSE Booleans
--1, -2, TRUE
-0, 0, FALSE
-0, 1, FALSE
-1, 1, TRUE
-"1",1, "#VALUE!"
-"TRUE", 1, TRUE // 'TRUE' String
-"FALSE",TRUE, FALSE // 'FALSE' String
-"ABCD", 1, "#VALUE!" // Non-numeric String
--2, 1, TRUE
--2, 0, FALSE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/IF.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/IF.data
deleted file mode 100644
index 23017b5b396..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/IF.data
+++ /dev/null
@@ -1,7 +0,0 @@
-0
-TRUE, 0
-FALSE, FALSE
-TRUE, "ABC", "ABC"
-FALSE, "ABC", FALSE
-TRUE, "ABC", "XYZ", "ABC"
-FALSE, "ABC", "XYZ", "XYZ"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/IFERROR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/IFERROR.data
deleted file mode 100644
index 2095481f0c3..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/IFERROR.data
+++ /dev/null
@@ -1,8 +0,0 @@
-, "Error", NULL
-TRUE, "Error", TRUE
-42, "Error", 42
-"", "Error", ""
-"ABC", "Error", "ABC"
-"#VALUE!", "Error", "Error"
-"#NAME?", "Error", "Error"
-"#N/A", "Error", "Error"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/NOT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/NOT.data
deleted file mode 100644
index adc515d8252..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/NOT.data
+++ /dev/null
@@ -1,20 +0,0 @@
-TRUE
-NULL, TRUE
--1, FALSE
-0, TRUE
-1, FALSE
-2, FALSE
--1.5, FALSE
-1.5, FALSE
-"-1", "#VALUE!"
-"0", "#VALUE!"
-"1", "#VALUE!"
-"2", "#VALUE!"
-"-1.5", "#VALUE!"
-"1.5", "#VALUE!"
-"", "#VALUE!"
-"ABC", "#VALUE!"
-"FALSE",TRUE
-"TRUE", FALSE
-TRUE, FALSE
-FALSE, TRUE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/OR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/OR.data
deleted file mode 100644
index 738916ee25e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/OR.data
+++ /dev/null
@@ -1,20 +0,0 @@
-"#VALUE!" // No arguments
-NULL, FALSE // NULL
-TRUE, NULL, TRUE // Boolean TRUE and NULL
-FALSE, NULL, FALSE // Boolean FALSE and NULL
-TRUE, TRUE, TRUE // Both TRUE Booleans
-TRUE, FALSE, TRUE // Mixed Booleans
-FALSE, TRUE, TRUE // Mixed Booleans
-FALSE, FALSE, FALSE // Both FALSE Booleans
-TRUE, TRUE, FALSE, TRUE // Multiple Mixed Booleans
-TRUE, TRUE, TRUE, TRUE // Multiple TRUE Booleans
-FALSE, FALSE, FALSE, FALSE, FALSE // Multiple FALSE Booleans
--1, -2, TRUE
-0, 0, FALSE
-0, 1, TRUE
-1, 1, TRUE
-"TRUE", 1, TRUE // 'TRUE' String
-"FALSE",TRUE, TRUE // 'FALSE' String
-"ABCD", 1, "#VALUE!" // Non-numeric String
--2, 1, TRUE
--2, 0, TRUE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/LookupRef/HLOOKUP.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/LookupRef/HLOOKUP.data
deleted file mode 100644
index c29fdc95ded..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/LookupRef/HLOOKUP.data
+++ /dev/null
@@ -1,9 +0,0 @@
-10251, {"Order ID"|10247|10249|10250|10251|10252|10253;"Unit Price"|14.00|18.60|7.70|16.80|16.80|64.80;"Quantity"|12|9|10|6|20|40}, 2, FALSE, 16.8
-10251, {"Order ID"|10247|10249|10250|10251|10252|10253;"Unit Price"|14.00|18.60|7.70|16.80|16.80|64.80;"Quantity"|12|9|10|6|20|40}, 3, FALSE, 6.0
-10248, {"Order ID"|10247|10249|10250|10251|10252|10253;"Unit Price"|14.00|18.60|7.70|16.80|16.80|64.80;"Quantity"|12|9|10|6|20|40}, 2, FALSE, "#N/A"
-10248, {"Order ID"|10247|10249|10250|10251|10252|10253;"Unit Price"|14.00|18.60|7.70|16.80|16.80|64.80;"Quantity"|12|9|10|6|20|40}, 2, TRUE, 14.0
-"Axles", {"Axles"|"Bearings"|"Bolts";4|4|9;5|7|10;6|8|11}, 2, TRUE, 4
-"Bearings", {"Axles"|"Bearings"|"Bolts";4|4|9;5|7|10;6|8|11}, 3, FALSE, 7
-"B", {"Axles"|"Bearings"|"Bolts";4|4|9;5|7|10;6|8|11}, 3, TRUE, 5
-"Bolts", {"Axles"|"Bearings"|"Bolts";4|4|9;5|7|10;6|8|11}, 4, 11
-3, {1|2|3;"a"|"b"|"c";"d"|"e"|"f"}, 2, TRUE, "c"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/LookupRef/VLOOKUP.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/LookupRef/VLOOKUP.data
deleted file mode 100644
index 8fefc6cc0b3..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/LookupRef/VLOOKUP.data
+++ /dev/null
@@ -1,5 +0,0 @@
-1, {"Density"|"Viscosity"|"Temperature";0.457|3.55|500;0.525|3.25|400;0.616|2.93|300;0.675|2.75|250;0.746|2.57|200;0.835|2.38|150;0.946|2.17|100;1.09|1.95|50;1.29|1.71|0}, 2, FALSE, 2.17
-1, {"Density"|"Viscosity"|"Temperature";0.457|3.55|500;0.525|3.25|400;0.616|2.93|300;0.675|2.75|250;0.746|2.57|200;0.835|2.38|150;0.946|2.17|100;1.09|1.95|50;1.29|1.71|0}, 3, TRUE, 100
-.7, {"Density"|"Viscosity"|"Temperature";0.457|3.55|500;0.525|3.25|400;0.616|2.93|300;0.675|2.75|250;0.746|2.57|200;0.835|2.38|150;0.946|2.17|100;1.09|1.95|50;1.29|1.71|0}, 3, FALSE, "#N/A"
-0.1, {"Density"|"Viscosity"|"Temperature";0.457|3.55|500;0.525|3.25|400;0.616|2.93|300;0.675|2.75|250;0.746|2.57|200;0.835|2.38|150;0.946|2.17|100;1.09|1.95|50;1.29|1.71|0}, 2, TRUE, "#N/A"
-2, {"Density"|"Viscosity"|"Temperature";0.457|3.55|500;0.525|3.25|400;0.616|2.93|300;0.675|2.75|250;0.746|2.57|200;0.835|2.38|150;0.946|2.17|100;1.09|1.95|50;1.29|1.71|0}, 2, TRUE, 1.71
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ATAN2.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ATAN2.data
deleted file mode 100644
index 47dade23884..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ATAN2.data
+++ /dev/null
@@ -1,17 +0,0 @@
-#x_num y_num Result
-0, 0, "#DIV/0!"
-1, 1, 0.785398163397
--1, -1, -2.356194490192
--1, 1, 2.356194490192
-1, -1, -0.785398163397
-0.5, 1, 1.107148717794
--0.5, 2, 1.815774989922
-1, 0.8, 0.674740942224
-0.8, -0.6, -0.643501108793
-1, -9, -1.460139105621
-0.2, 0, 0.0
-0.1, 0.2, 1.107148717794
-0, 0.2, 1.570796326795
-"A", 0.2, "#VALUE!"
-TRUE, 1, 0.785398163397
-FALSE, -2.5, -1.570796326795
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/CEILING.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/CEILING.data
deleted file mode 100644
index ed46ca8bde1..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/CEILING.data
+++ /dev/null
@@ -1,21 +0,0 @@
-#number significance result
-2.5, 1, 3.0
--2.5, -2, -4.0
-1.5, 0.1, 1.5
-0.234, 0.01, 0.24
--2.341, -0.1, -2.4
-8, 0, 0.0
-8, 1.5, 9.0
-8, -1.5, "#NUM!"
--8, 1.5, "#NUM!"
--8, -1.5, -9.0
-8.26, 0.05, 8.3
-2.341, 0.05, 2.35
-123.456, "#VALUE!"
-"PHPExcel", "#VALUE!"
-210.67, 1, 211.0
-210.67, 0.05, 210.70
-210.63, 0.05, 210.65
-2.98, 2, 4.0
--2.98, 2, "#NUM!"
--4.5, -1, -5.0
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/COMBIN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/COMBIN.data
deleted file mode 100644
index 568ad14da79..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/COMBIN.data
+++ /dev/null
@@ -1,25 +0,0 @@
-#NumObjs NumInSet Result
-7, 3, 35
-8, 2, 28
-8, 3, 56
-8, 4, 70
-100, 3, 161700
--7, -10, "#NUM!"
--7, 10, "#NUM!"
-7, -10, "#NUM!"
-2, 3, "#NUM!"
-2, 2, 1
-2, 1, 2
-2, 0, 1
-2.5, 2, 1
-"ABCD", "EFGH", "#VALUE!"
-10, 5, 252
-10, 3, 120
-21, 5, 20349
-6, 1, 6
-6, 2, 15
-6, 3, 20
-6, 4, 15
-6, 5, 6
-6, 6, 1
-6, 7, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/EVEN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/EVEN.data
deleted file mode 100644
index 604533c23d0..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/EVEN.data
+++ /dev/null
@@ -1,17 +0,0 @@
-, 0
-5.4, 6
--5.4, -6
-1.5, 2
-0.1, 2
-3, 4
-2, 2
--2, -2
--1, -2
-"ABC", "#VALUE!"
-TRUE, 2
-FALSE, 0
-0, 0
-210.61, 212
-2.98, 4
--2.98, -4
-6, 6
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/FACT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/FACT.data
deleted file mode 100644
index 6340f6c1b9a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/FACT.data
+++ /dev/null
@@ -1,10 +0,0 @@
-5, 120
-1.9, 1
-0, 1
--4, "#NUM!"
-1, 1
-3, 6
-6, 720
-10, 3628800
-3.2, 6
-"ABC", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/FACTDOUBLE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/FACTDOUBLE.data
deleted file mode 100644
index 81ee2e94a71..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/FACTDOUBLE.data
+++ /dev/null
@@ -1,8 +0,0 @@
-0, 1
-6, 48
-7, 105
-5, 15
-8, 384
-13, 135135
--1, "#NUM!"
-"ABC", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/FLOOR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/FLOOR.data
deleted file mode 100644
index 29785f72341..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/FLOOR.data
+++ /dev/null
@@ -1,11 +0,0 @@
-2.5, 1, 2
--2.5, -2, -2
--2.5, 2, "#NUM!"
-2.5, -2, "#NUM!"
-123.456,0, "#DIV/0!"
-1.5, 0.1, 1.5
-0.234, 0.01, 0.23
-123.456, "#VALUE!"
-"ABC", "#VALUE!"
-17, 3, 15
-19, 4, 16
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/GCD.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/GCD.data
deleted file mode 100644
index ca673481efa..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/GCD.data
+++ /dev/null
@@ -1,20 +0,0 @@
-5, 2, 1
-24, 36, 12
-7, 1, 1
-5, 0, 5
-30, 15, 10, 5
-42, 56, 140, 14
-24, 28, 40, 4
-27, 45, 54, 9
-84, 126, 196, 14
-3, 5, 7, 1
-3, 5, 0, 1
-3, 5, -7, "#NUM!"
-3, 6, 12, 3
-3, 6, "12", 3
-3, 6, "ABC", "#VALUE!"
-3, 3
-15, 10, 25, 5
-0, 8, 12, 4
-7, 2, 1
-0, 0, 0
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/INT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/INT.data
deleted file mode 100644
index b5d8cd5c89f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/INT.data
+++ /dev/null
@@ -1,19 +0,0 @@
-, 0
-5.4, 5
--5.4, -6
--3.2, -4
-1.5, 1
-0.1, 0
--0.1, -1
-3, 3
-2, 2
--2.01, -3
--2, -2
--1, -1
-"ABC", "#VALUE!"
-TRUE, 1
-FALSE, 0
-0, 0
-"-3.5", -4
-8.9, 8
--8.9, -9
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/LCM.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/LCM.data
deleted file mode 100644
index 8f402684110..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/LCM.data
+++ /dev/null
@@ -1,12 +0,0 @@
-5, 2, 10
-24, 36, 72
-3, 7, 12, 84
-24.9, 36.9, 72
-6, 22, 121, 726
-6, "ABC", "#VALUE!"
-24, -12, "#NUM!"
-3, 0, 0
-1, 5, 5
-15, 10, 25, 150
-1, 8, 12, 24
-7, 2, 14
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/LOG.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/LOG.data
deleted file mode 100644
index 219ac59e095..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/LOG.data
+++ /dev/null
@@ -1,70 +0,0 @@
-#number base result
-"ABC", "#VALUE!"
-"123ABC", "#VALUE!"
-1.2345, 0.0914910942679511
--1.5, -0.75, "#NUM!"
-0, -0.75, "#NUM!"
-3.75, -0.75, "#NUM!"
--1.5, 0, "#NUM!"
-0, 0, "#NUM!"
-3.75, 0, "#NUM!"
--0.75, 0.75, "#NUM!"
-0, 0.75, "#NUM!"
-0.75, 0.75, 1.0
-1.5, 0.75, -1.4094208396532100
-2.25, 0.75, -2.8188416793064200
-3, 0.75, -3.8188416793064200
-3.75, 0.75, -4.5945019399978900
-4.5, 0.75, -5.2282625189596300
--0.75, 1.5, "#NUM!"
-0, 1.5, "#NUM!"
-0.75, 1.5, -0.7095112913514550
-1.5, 1.5, 1.0
-2.25, 1.5, 2.0
-3, 1.5, 2.7095112913514500
-3.75, 1.5, 3.2598510045646600
-4.5, 1.5, 3.7095112913514500
--0.75, 2.25, "#NUM!"
-0, 2.25, "#NUM!"
-0.75, 2.25, -0.3547556456757270
-1.5, 2.25, 0.5
-2.25, 2.25, 1.0
-3, 2.25, 1.3547556456757300
-3.75, 2.25, 1.6299255022823300
-4.5, 2.25, 1.8547556456757300
--0.75, 3, "#NUM!"
-0, 3, "#NUM!"
-0.75, 3, -0.2618595071429150
-1.5, 3, 0.3690702464285430
-2.25, 3, 0.7381404928570850
-3, 3, 1.0
-3.75, 3, 1.2031140135750100
-4.5, 3, 1.3690702464285400
--0.75, 3.75, "#NUM!"
-0, 3.75, "#NUM!"
-0.75, 3.75, -0.2176514479827300
-1.5, 3.75, 0.3067624865675560
-2.25, 3.75, 0.6135249731351110
-3, 3.75, 0.8311764211178410
-3.75, 3.75, 1.0
-4.5, 3.75, 1.1379389076854000
--0.75, 4.5, "#NUM!"
-0, 4.5, "#NUM!"
-0.75, 4.5, -0.1912681309275550
-1.5, 4.5, 0.2695772896908150
-2.25, 4.5, 0.5391545793816300
-3, 4.5, 0.7304227103091850
-3.75, 4.5, 0.8787817986064220
-4.5, 4.5, 1.0
-64, 2, 6
-100, 2
-4, 0.5, -2
-500, 2.698970004336
-10, 1
-8, 2, 3
-86, 2.7182818, 4.454347342888
-20, 1.301029995664
-20, 10, 1.301029995664
-20, 25, 0.930676558073
-25, 5.1, 1.975690971574
-200, 3, 4.822736302150
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MDETERM.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MDETERM.data
deleted file mode 100644
index 970bec5383c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MDETERM.data
+++ /dev/null
@@ -1,14 +0,0 @@
-{1|2|3;4|5|6;7|8|9}, 6.661338147750940E-16
-{1.1|2.2|3.3;4.4|5.5|6.6;7.7|8.8|9.9}, 1.61204383175573E-15
-{10|20|30;40|50|60;70|80|90}, -4.26325641456060E-12
-{8|1|6;3|5|7;4|9|2}, -3.6E+02
-{5|2;7|1}, -9
-{6|4|2;3|5|3;2|3|4}, 40
-{0.2|1;0.35|10.8}, 1.81
-{0.2|1|-0.9;0.35|10.8|4;-3.15|5|}, "#VALUE!"
-{1|2;3|4}, -2
-{1|2|1;3|4|2;1|1|2}, -3
-{1|3|8|5;1|3|6|1;1|1|1|0;7|3|10|2}, 88
-{3|6|1;1|1|0;3|10|2}, 1
-{3|6;1|1}, -3
-{1|3|8|5;1|3|6|1}, "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MINVERSE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MINVERSE.data
deleted file mode 100644
index 8c9a962fa6d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MINVERSE.data
+++ /dev/null
@@ -1,15 +0,0 @@
-{1|2|3;4|5|6;7|8|9}, {-4.50359962737050E+15|9.00719925474099E+15|-4.50359962737050E+15;9.00719925474100E+15|-1.80143985094820E+16|9.00719925474099E+15;-4.50359962737050E+15|9.00719925474099E+15|-4.50359962737050E+15}
-{10|20|30;40|50|60;70|80|90}, {7.03687441776639E+13|-1.40737488355328E+14|7.03687441776640E+13;-1.40737488355328E+14|2.81474976710656E+14|-1.40737488355328E+14;7.03687441776641E+13|-1.40737488355328E+14|7.03687441776640E+13}
-{8|1|6;3|5|7;4|9|2}, {1.47222222222222E-01|-1.44444444444444E-01|6.38888888888889E-02;-6.11111111111111E-02|2.22222222222222E-02|1.05555555555556E-01;-1.94444444444444E-02|1.88888888888889E-01|-1.02777777777778E-01}
-{4|-1;2|0}, {0|0.5;-1|2}
-{1|2|1;3|4|-1;0|2|0}, {0.25|0.25|-0.75;0|0|0.5;0.75|-0.25|-0.25}
-{1|4|1|1;1|4|0|1;2|3|1|2;3|2|6|4}, {3.2|-4.8|2.8|-1;0.2|0.2|0.2|0;1|-1|0|0;-4|5|-2|1}
-{0.2|1;0.35|10.8}, {5.96685082872928|-0.55248618784530;-0.19337016574586|0.11049723756906}
-{0.2|1|-0.9;0.35|10.8|4;-3.15|5}, "#VALUE!"
-{1|2;3|4}, {-2|1;1.5|-0.5}
-{1|2|1;3|4|2;1|1|2}, {-2|1|0;1.33333333333333|-0.33333333333333|-0.33333333333333;0.33333333333333|-0.33333333333333|0.66666666666667}
-{2|3;4|5}, {-2.5|1.5;2|-1}
-{5|8;7|9}, {-0.818181818181818|0.727272727272727;0.636363636363636|-0.454545454545455}
-{45|78;17|50}, {0.054112554112554|-0.084415584415584;-0.018398268398268|0.048701298701299}
-{2|2;2|1}, {-0.5|1.0;1|-1}
-{1|4|6;7|4|10;15|16|20}, {-0.2941176470588230|0.0588235294117647|0.0588235294117647;0.0367647058823529|-0.2573529411764710|0.1176470588235290;0.1911764705882350|0.1617647058823530|-0.0882352941176471}
\ No newline at end of file
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MMULT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MMULT.data
deleted file mode 100644
index 86c9bfdb416..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MMULT.data
+++ /dev/null
@@ -1,12 +0,0 @@
-{1|2;3|4}, {1|2;3|4}, {7|10;15|22}
-{1|2|3;4|5|6;7|8|9}, {1|2|3;4|5|6;7|8|9}, {30|36|42;66|81|96;102|126|150}
-{1|2;3|4}, 2, "#VALUE!" // Mismatched dimensions
-{1|2;3|4}, {2}, "#VALUE!" // Mismatched dimensions
-{1.2;2.4}, {3.6|4.5}, {14.43|14.43;14.43|14.43}
-2, {1|2;3|4}, "#VALUE!" // Mismatched dimensions
-{2}, {1|2;3|4}, "#VALUE!" // Mismatched dimensions
-{1|2;3|4}, {2|4}, "#VALUE!"
-{1|2;3|4}, {2;4}, {{10};{22}}
-{2|4}, {1|2;3|4}, {14|20}
-{2;4}, {1|2;3|4}, "#VALUE!" // Mismatched dimensions
-{1|2;3|4;5|6}, {1|2|3;4|5|6}, {9|12|15;19|26|33;29|40|51}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MOD.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MOD.data
deleted file mode 100644
index 7e0aee6f460..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MOD.data
+++ /dev/null
@@ -1,9 +0,0 @@
-19, 17, 2
-19, -13, -7
-34, 17, 0
-34, 0, "#DIV/0!"
-3, 2, 1
--3, 2, 1
-3, -2, -1
--3, -2, -1
-2.5, 1.3, 1.2
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MROUND.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MROUND.data
deleted file mode 100644
index fc68ed7bc48..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MROUND.data
+++ /dev/null
@@ -1,11 +0,0 @@
-10, 3, 9
--10, -3, -9
-1.3, 0.2, 1.4
-5, 0, 0
-3.14159, 0.002, 3.142
--3.14159, -.02, -3.14
-31415.92654, 10, 31420
-31415.92654, 1, 31416
-5, -2, "#NUM!"
-"ABC", 1, "#VALUE!"
-1.234, "ABC", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MULTINOMIAL.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MULTINOMIAL.data
deleted file mode 100644
index c943f20a24b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/MULTINOMIAL.data
+++ /dev/null
@@ -1,2 +0,0 @@
-2, 3, 4, 1260
-3, 1, 2, 5, 27720
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ODD.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ODD.data
deleted file mode 100644
index 54898cc1cec..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ODD.data
+++ /dev/null
@@ -1,13 +0,0 @@
-, 1
-5.4, 7
--5.4, -7
-1.5, 3
-0.1, 1
-3, 3
-2, 3
--2, -3
--1, -1
-"ABC", "#VALUE!"
-TRUE, 1
-FALSE, 1
-0, 1
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/POWER.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/POWER.data
deleted file mode 100644
index f00915e7282..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/POWER.data
+++ /dev/null
@@ -1,81 +0,0 @@
--1.5, -1.5, "#NUM!"
--0.75, -1.5, "#NUM!"
-0, -1.5, "#DIV/0!"
-0.75, -1.5, 1.539600717839
-1.5, -1.5, 0.54433105395182
-2.25, -1.5, 0.2962962962963
-3, -1.5, 0.19245008972988
-3.75, -1.5, 0.13770607453182
-4.5, -1.5, 0.10475656017579
--1.5, -0.75, "#NUM!"
--0.75, -0.75, "#NUM!"
-0, -0.75, "#DIV/0!"
-0.75, -0.75, 1.2408064788028
-1.5, -0.75, 0.73778794646688
-2.25, -0.75, 0.54433105395182
-3, -0.75, 0.43869133765083
-3.75, -0.75, 0.37108769116183
-4.5, -0.75, 0.32366118113822
--1.5, 0, 1
--0.75, 0, 1
-0, 0, "#NUM!"
-0.75, 0, 1
-1.5, 0, 1
-2.25, 0, 1
-3, 0, 1
-3.75, 0, 1
-4.5, 0, 1
--1.5, 0.75, "#NUM!"
--0.75, 0.75, "#NUM!"
-0, 0.75, 0
-0.75, 0.75, 0.80592744886766
-1.5, 0.75, 1.35540300541477
-2.25, 0.75, 1.83711730708738
-3, 0.75, 2.27950705695478
-3.75, 0.75, 2.69478083972313
-4.5, 0.75, 3.08965071586068
--1.5, 1.5, "#NUM!"
--0.75, 1.5, "#NUM!"
-0, 1.5, 0
-0.75, 1.5, 0.64951905283833
-1.5, 1.5, 1.83711730708738
-2.25, 1.5, 3.375
-3, 1.5, 5.19615242270663
-3.75, 1.5, 7.26184377413891
-4.5, 1.5, 9.54594154601839
--1.5, 2.25, "#NUM!"
--0.75, 2.25, "#NUM!"
-0, 2.25, 0
-0.75, 2.25, 0.52346523324493
-1.5, 2.25, 2.49003431932572
-2.25, 2.25, 6.20027091141992
-3, 2.25, 11.8446661165724
-3.75, 2.25, 19.5690774636122
-4.5, 2.25, 29.4936251312199
--1.5, 3, -3.375
--0.75, 3, -0.421875
-0, 3, 0
-0.75, 3, 0.421875
-1.5, 3, 3.375
-2.25, 3, 11.390625
-3, 3, 27
-3.75, 3, 52.734375
-4.5, 3, 91.125
--1.5, 3.75, "#NUM!"
--0.75, 3.75, "#NUM!"
-0, 3.75, 0
-0.75, 3.75, 0.34000064249104
-1.5, 3.75, 4.57448514327484
-2.25, 3.75, 20.9259143260422
-3, 3.75, 61.546690537779
-3.75, 3.75, 142.107583344775
-4.5, 3.75, 281.544421482804
--1.5, 4.5, "#NUM!"
--0.75, 4.5, "#NUM!"
-0, 4.5, 0
-0.75, 4.5, 0.27401585041617
-1.5, 4.5, 6.20027091141992
-2.25, 4.5, 38.443359375
-3, 4.5, 140.296115413079
-3.75, 4.5, 382.948792776857
-4.5, 4.5, 869.873923380926
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/PRODUCT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/PRODUCT.data
deleted file mode 100644
index 9ff8b20c471..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/PRODUCT.data
+++ /dev/null
@@ -1,7 +0,0 @@
-5, 15, 30, 2250
-5, 15, 30, 2, 4500
-3, 6, 2, 8, 5, 1440
-3, 4, 12
-3, 4, 4.5, 54
-3, 4, 4.5, -6.78, -366.12
-3, 4, 4.5, -6.78, -2, 732.24
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/QUOTIENT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/QUOTIENT.data
deleted file mode 100644
index 16c3aa95821..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/QUOTIENT.data
+++ /dev/null
@@ -1,6 +0,0 @@
-5, 2, 2
-4.5, 3.1, 1
--10, 3, -3
-10, 2.2, 4
-5.5, 2.667, 2
--7, 2, -4
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ROMAN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ROMAN.data
deleted file mode 100644
index 69085897b81..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ROMAN.data
+++ /dev/null
@@ -1,5 +0,0 @@
-49, "XLIX"
-50, "L"
-2012, "MMXII"
-999, "CMXCIX"
-499, "CDXCIX"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ROUNDDOWN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ROUNDDOWN.data
deleted file mode 100644
index 7bb42c0c1ab..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ROUNDDOWN.data
+++ /dev/null
@@ -1,14 +0,0 @@
-662.79, 0, 662
-662.79, 1, 662.7
-54.1, -1, 50
-55.1, -1, 50
--23.67, 1, -23.6
-3.2, 0, 3
-3.2, 0.01, 3
-76.9, 0, 76
-3.14159, 3, 3.141
--3.14159, 1, -3.1
-31415.92654, -2, 31400
-31415.92654, -1, 31410
-"ABC", 1, "#VALUE!"
-1.234, "ABC", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ROUNDUP.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ROUNDUP.data
deleted file mode 100644
index ba81e3db1af..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/ROUNDUP.data
+++ /dev/null
@@ -1,14 +0,0 @@
-662.79, 0, 663
-662.79, 1, 662.8
-54.1, -1, 60
-55.1, -1, 60
--23.62, 1, -23.7
-3.2, 0, 4
-3.2, 0.01, 4
-76.9, 0, 77
-3.14159, 3, 3.142
--3.14159, 1, -3.2
-31415.92654, -2, 31500
-31415.92654, -1, 31420
-"ABC", 1, "#VALUE!"
-1.234, "ABC", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SERIESSUM.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SERIESSUM.data
deleted file mode 100644
index eb47f6843f3..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SERIESSUM.data
+++ /dev/null
@@ -1,2 +0,0 @@
-5, 1, 1, {1|1|1|1|1}, 3905
-2, 1, 2, {1|2|3|4|5}, 3186
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SIGN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SIGN.data
deleted file mode 100644
index 8494da9e001..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SIGN.data
+++ /dev/null
@@ -1,13 +0,0 @@
--1.5, -1
--1, -1
--0.5, -1
-0, 0
-0.5, 1
-1, 1
-1.5, 1
-2, 1
-2.5, 1
-"ABC", "#VALUE!"
-TRUE, 1
-FALSE, 0
-"-3.5", -1
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SQRTPI.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SQRTPI.data
deleted file mode 100644
index fc1ea52533a..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SQRTPI.data
+++ /dev/null
@@ -1,15 +0,0 @@
-"ABC", "#VALUE!"
--1.5, "#NUM!"
--1, "#NUM!"
--0.5, "#NUM!"
-0, 0.000000000000000000
-0.5, 1.253314137315500000
-1, 1.772453850905520000
-1.5, 2.170803763674800000
-2, 2.506628274631000000
-2.5, 2.802495608198960000
-3, 3.069980123839470000
-3.5, 3.315957521978270000
-4, 3.544907701811030000
-4.5, 3.759942411946500000
-5, 3.963327297606010000
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SUMSQ.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SUMSQ.data
deleted file mode 100644
index 557c5c05ef8..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/SUMSQ.data
+++ /dev/null
@@ -1,7 +0,0 @@
-3, 4, 25
-5, 2, 1, 3, 39
-5, 2, 1, 6, 66
-1, 3, 10
-1, 3, 2, 4, 30
-3, 5, 7, 83
-1, 2, 3, 14
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/TRUNC.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/TRUNC.data
deleted file mode 100644
index 8c85bddc50f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/MathTrig/TRUNC.data
+++ /dev/null
@@ -1,19 +0,0 @@
-3.14159, 2, 3.14
-3.14159, 3, 3.141
--3.14159, 2, -3.14
--3.14159, 3, -3.141
-31415.92654, 10, 31415.92654
--31415.92654, 10, -31415.92654
-31415.92654, 2, 31415.92
-31415.92654, -2, 31400
-31415.92654, -10, 0
--31415.92654, -10, 0
-12345.6789, -3, 12000
-12345.6789, -2, 12300
-12345.6789, -1, 12340
-12345.6789, 0, 12345
-12345.6789, 1, 12345.6
-12345.6789, 2, 12345.67
-12345.6789, 3, 12345.678
-"ABC", 2, "#VALUE!"
-31415.92654, "ABC", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CHAR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CHAR.data
deleted file mode 100644
index f4cbee5dbaa..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CHAR.data
+++ /dev/null
@@ -1,5 +0,0 @@
-"ABC", "#VALUE!"
--5, "#VALUE!"
-65, "A"
-123, "{"
-126, "~"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CLEAN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CLEAN.data
deleted file mode 100644
index 21f0c0d13c4..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CLEAN.data
+++ /dev/null
@@ -1,5 +0,0 @@
-"HELLO ", "HELLO "
-" HELLO", "HELLO"
-"HELLO WORLD", "HELLO WORLD"
-TRUE, "TRUE"
-NULL, NULL
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CODE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CODE.data
deleted file mode 100644
index d251fb6eb4e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CODE.data
+++ /dev/null
@@ -1,12 +0,0 @@
-, "#VALUE!"
-"", "#VALUE!"
-"ABC", 65
-123, 49
-TRUE, 84
-"DEF", 68
-"PHPExcel", 80
-1.5, 49
-"Mark Baker", 77
-"mark baker", 109
-"£125.00", 163
-"Бензин", 1234
\ No newline at end of file
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CONCATENATE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CONCATENATE.data
deleted file mode 100644
index 7b8984624e5..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/CONCATENATE.data
+++ /dev/null
@@ -1,3 +0,0 @@
-"ABCDE", "FGHIJ", "ABCDEFGHIJ"
-1, 2, 3, "123"
-"Boolean", "-", TRUE, "Boolean-TRUE"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/DOLLAR.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/DOLLAR.data
deleted file mode 100644
index aee1b006088..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/DOLLAR.data
+++ /dev/null
@@ -1,6 +0,0 @@
-123.456, 2, '"$123.46"'
-123.321, 2, '"$123.32"'
-1234567, -3, '"$1,235,000"'
-1234567, -5, '"$1,200,000"'
-"ABC", 2, "#NUM!"
-123.456, "ABC", "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/FIND.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/FIND.data
deleted file mode 100644
index 411150da480..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/FIND.data
+++ /dev/null
@@ -1,13 +0,0 @@
-"E", "QWERTYUIOP", 3
-"D", "ABCDEFGHI", 4
-"E", TRUE, 4
-"E", FALSE, 5
-"A", "Mark Baker", "#VALUE!"
-"A", "MARK BAKER", 2
-"a", "Mark Baker", 2, 2
-"k", "Mark Baker", 2, 4
-"k", "Mark Baker", 5, 8
-"a", "Mark Baker", 3, 7
-"BITE", "BIT", "#VALUE!"
-"", "Mark Baker", 1
-"", "Mark Baker", 8, 8
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/FIXED.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/FIXED.data
deleted file mode 100644
index cd7d57bb593..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/FIXED.data
+++ /dev/null
@@ -1,5 +0,0 @@
-123456.789, 2, FALSE, '"123,456.79"'
-123456.789, 1, TRUE, '"123456.8"'
-123456.789, 2, TRUE, '"123456.79"'
-"ABC", 2, NULL, "#NUM!"
-123.456, "ABC", NULL, "#NUM!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/LEFT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/LEFT.data
deleted file mode 100644
index e76e009cc9e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/LEFT.data
+++ /dev/null
@@ -1,6 +0,0 @@
-, 1, ""
-"", 1, ""
-"QWERTYUIOP", -1, "#VALUE!"
-"ABCDEFGHI", 3, "ABC"
-TRUE, 2, "TR"
-FALSE, 2, "FA"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/LEN.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/LEN.data
deleted file mode 100644
index 09676eae737..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/LEN.data
+++ /dev/null
@@ -1,6 +0,0 @@
-, 0
-"", 0
-"AbCdEfGhI", 9
-"MARK BAKER", 10
-TRUE, 4
-FALSE, 5
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/LOWER.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/LOWER.data
deleted file mode 100644
index 04148f0bd5e..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/LOWER.data
+++ /dev/null
@@ -1,4 +0,0 @@
-"AbCdEfGhI", "abcdefghi"
-"MARK BAKER", "mark baker"
-TRUE, "true"
-FALSE, "false"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/MID.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/MID.data
deleted file mode 100644
index 5d9b503c896..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/MID.data
+++ /dev/null
@@ -1,9 +0,0 @@
-, 1, 1, ""
-"", 1, 1, ""
-"QWERTYUIOP", -1, 1, "#VALUE!"
-"QWERTYUIOP", 5, -1, "#VALUE!"
-"QWERTYUIOP", 5, ""
-"QWERTYUIOP", 8, 20, "IOP"
-"ABCDEFGHI", 4, 3, "DEF"
-TRUE, 2, 1, "R"
-FALSE, 2, 2, "AL"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/PROPER.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/PROPER.data
deleted file mode 100644
index ca142494589..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/PROPER.data
+++ /dev/null
@@ -1,3 +0,0 @@
-"MARK BAKER", "Mark Baker"
-TRUE, "True"
-FALSE, "False"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/REPLACE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/REPLACE.data
deleted file mode 100644
index 7c8f414bac1..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/REPLACE.data
+++ /dev/null
@@ -1,4 +0,0 @@
-"QWERTYUIOP", 3, 3, "DFG", "QWDFGYUIOP"
-"QWERTYUIOP", 5, 3, "DFG", "QWERDFGIOP"
-"QWERTYUIOP", 3, 0, "DFG", "QWDFGERTYUIOP"
-"QWERTYUIOP", 5, 0, "DFG", "QWERDFGTYUIOP"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/RIGHT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/RIGHT.data
deleted file mode 100644
index 02bf333219c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/RIGHT.data
+++ /dev/null
@@ -1,6 +0,0 @@
-, 1, ""
-"", 1, ""
-"QWERTYUIOP", -1, "#VALUE!"
-"ABCDEFGHI", 3, "GHI"
-TRUE, 2, "UE"
-FALSE, 2, "SE"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/SEARCH.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/SEARCH.data
deleted file mode 100644
index 9925e699167..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/SEARCH.data
+++ /dev/null
@@ -1,11 +0,0 @@
-"E", "QWERTYUIOP", 3
-"D", "ABCDEFGHI", 4
-"E", TRUE, 4
-"E", FALSE, 5
-"A", "Mark Baker", 2
-"C", "Mark Baker", "#VALUE!"
-"A", "Mark Baker", 3, 7
-"K", "Mark Baker", 4
-"K", "Mark Baker", 5, 8
-"A", "Mark Baker", 2, 2
-"BITE", "BIT", "#VALUE!"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/SUBSTITUTE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/SUBSTITUTE.data
deleted file mode 100644
index be15c94103c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/SUBSTITUTE.data
+++ /dev/null
@@ -1,4 +0,0 @@
-"QWERTYUIOP", "ERT", "DFG", "QWDFGYUIOP"
-"Mark Baker", "a", "x", "Mxrk Bxker"
-"Mark Baker", "a", "x", 1, "Mxrk Baker"
-"Mark Baker", "x", "a", 1, "Mark Baker"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/T.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/T.data
deleted file mode 100644
index 87f67e99d5f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/T.data
+++ /dev/null
@@ -1,5 +0,0 @@
-123456.789, NULL
-"123456.789", "123456.789"
-"Mark Baker", "Mark Baker"
-NULL, NULL
-TRUE, NULL
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/TEXT.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/TEXT.data
deleted file mode 100644
index da18defa35f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/TEXT.data
+++ /dev/null
@@ -1,13 +0,0 @@
-123.456, '"$#,##0.00"', "$123.46"
--123.456, '"$#,##0.00"', "$-123.46"
-123.456, '"#,##0.00"', "123.46"
-123.456, '"#,##0"', "123"
-123.456, "00000", "00123"
-123456.789, '"$#,##0.00"', '"$123,456.79"'
-123456.789, '"#,##0.00"', '"123,456.79"'
-123456.789, "0.00E+00", "1.23E05"
--123456.789, "0.00E+00", "-1.23E05"
-0.000012345, "0.00E+00", "1.23E-05"
-"19-Dec-1960", "yyyy-mm-dd", "1960-12-19"
-"1-Jan-2012", "yyyy-mm-dd", "2012-01-01"
-1.75, "# ?/?", "1 3/4"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/TRIM.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/TRIM.data
deleted file mode 100644
index ea800963ce9..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/TRIM.data
+++ /dev/null
@@ -1,7 +0,0 @@
-"HELLO ", "HELLO"
-" HELLO", "HELLO"
-" HELLO ", "HELLO"
-" HELLO", " HELLO"
-"HELLO WORLD", "HELLO WORLD"
-TRUE, "TRUE"
-NULL, NULL
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/UPPER.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/UPPER.data
deleted file mode 100644
index 8ebf1d12983..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/UPPER.data
+++ /dev/null
@@ -1,4 +0,0 @@
-"AbCdEfGhI", "ABCDEFGHI"
-"mark baker", "MARK BAKER"
-TRUE, "TRUE"
-FALSE, "FALSE"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/VALUE.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/VALUE.data
deleted file mode 100644
index 505c2915b97..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Calculation/TextData/VALUE.data
+++ /dev/null
@@ -1,10 +0,0 @@
-"1000", "1000"
-"1 000", "1000"
-"$1 000", "1000"
-"£1 000", "#VALUE!"
-"1.1", "1.1"
-"1 000.1", "1000.1"
-"13 Monkeys", "#VALUE!"
-"1-Jan-2014", "41640"
-"12:34:56", "0.524259259259259"
-"2:46 AM", "0.11527777777778"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CalculationBinaryComparisonOperation.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CalculationBinaryComparisonOperation.data
deleted file mode 100644
index de04cbf792f..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CalculationBinaryComparisonOperation.data
+++ /dev/null
@@ -1,53 +0,0 @@
-# formula, expectedResultExcel, expectedResultOpenOffice
-'=TRUE', TRUE, TRUE
-'=1 + 2.5', 3.5, 3.5
-'=2.5 + 1', 3.5, 3.5
-'=1 - 2.5', -1.5, -1.5
-'=2.5 - 1', 1.5, 1.5
-'=3 > 1', TRUE, TRUE
-'=3 > 3', FALSE, FALSE
-'=1 > 3', FALSE, FALSE
-'=3 < 1', FALSE, FALSE
-'=3 < 3', FALSE, FALSE
-'=1 < 3', TRUE, TRUE
-'=3 = 1', FALSE, FALSE
-'=3 = 3', TRUE, TRUE
-'=1 = 1.0', TRUE, TRUE
-'=3 >= 1', TRUE, TRUE
-'=3 >= 3', TRUE, TRUE
-'=1 >= 3', FALSE, FALSE
-'=3 <= 1', FALSE, FALSE
-'=3 <= 3', TRUE, TRUE
-'=1 <= 3', TRUE, TRUE
-'=3 <> 1', TRUE, TRUE
-'=3 <> 3', FALSE, FALSE
-'=1 <> 1.0', FALSE, FALSE
-'="a" > "a"', FALSE, FALSE
-'="A" > "A"', FALSE, FALSE
-'="A" > "a"', FALSE, TRUE
-'="a" > "A"', FALSE, FALSE
-'="a" < "a"', FALSE, FALSE
-'="A" < "A"', FALSE, FALSE
-'="A" < "a"', FALSE, FALSE
-'="a" < "A"', FALSE, TRUE
-'="a" = "a"', TRUE, TRUE
-'="A" = "A"', TRUE, TRUE
-'="A" = "a"', TRUE, FALSE
-'="a" = "A"', TRUE, FALSE
-'="a" <= "a"', TRUE, TRUE
-'="A" <= "A"', TRUE, TRUE
-'="A" <= "a"', TRUE, FALSE
-'="a" <= "A"', TRUE, TRUE
-'="a" >= "a"', TRUE, TRUE
-'="A" >= "A"', TRUE, TRUE
-'="A" >= "a"', TRUE, TRUE
-'="a" >= "A"', TRUE, FALSE
-'="a" <> "a"', FALSE, FALSE
-'="A" <> "A"', FALSE, FALSE
-'="A" <> "a"', FALSE, TRUE
-'="a" <> "A"', FALSE, TRUE
-'="A" > "b"', FALSE, TRUE
-'="a" > "b"', FALSE, FALSE
-'="b" > "a"', TRUE, TRUE
-'="b" > "A"', TRUE, FALSE
-'="a2" > "a10"', TRUE, TRUE // Test natural sorting is not used
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Cell/DefaultValueBinder.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Cell/DefaultValueBinder.data
deleted file mode 100644
index 446ded6cdb4..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Cell/DefaultValueBinder.data
+++ /dev/null
@@ -1,19 +0,0 @@
-NULL, "null"
-, "null"
-"#NULL!", "e"
-FALSE, "b"
-TRUE, "b"
-"FALSE", "s"
-"TRUE", "s"
-"", "s"
-"ABC", "s"
-"123", "n"
-123, "n"
-0.123, "n"
-"-123", "n"
-"1.23E4", "n"
-"-1.23E4", "n"
-"1.23E-4", "n"
-"000123", "s"
-"=123", "f"
-"#DIV/0!", "e"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellAbsoluteCoordinate.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellAbsoluteCoordinate.data
deleted file mode 100644
index ad642947d07..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellAbsoluteCoordinate.data
+++ /dev/null
@@ -1,12 +0,0 @@
-"A1", "$A$1"
-"A12", "$A$12"
-"J1", "$J$1"
-"J20", "$J$20"
-"AI1", "$AI$1"
-"AI2012", "$AI$2012"
-"'Worksheet1'!AI256", "'Worksheet1'!$AI$256"
-"Worksheet1!AI256", "Worksheet1!$AI$256"
-"'Data Worksheet'!AI256", "'Data Worksheet'!$AI$256"
-"'Worksheet1'!$AI256", "'Worksheet1'!$AI$256"
-"'Worksheet1'!AI$256", "'Worksheet1'!$AI$256"
-"'Worksheet1'!$AI$256", "'Worksheet1'!$AI$256"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellAbsoluteReference.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellAbsoluteReference.data
deleted file mode 100644
index 8aa314a2b50..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellAbsoluteReference.data
+++ /dev/null
@@ -1,16 +0,0 @@
-"A1", "$A$1"
-"A12", "$A$12"
-"J1", "$J$1"
-"J20", "$J$20"
-"AI1", "$AI$1"
-"AI2012", "$AI$2012"
-"'Worksheet1'!AI256", "'Worksheet1'!$AI$256"
-"Worksheet1!AI256", "Worksheet1!$AI$256"
-"'Data Worksheet'!AI256", "'Data Worksheet'!$AI$256"
-"AI", "$AI"
-2012, "$2012"
-"Worksheet1!AI", "Worksheet1!$AI"
-"Worksheet1!256", "Worksheet1!$256"
-"'Worksheet1'!$AI256", "'Worksheet1'!$AI$256"
-"'Worksheet1'!AI$256", "'Worksheet1'!$AI$256"
-"'Worksheet1'!$AI$256", "'Worksheet1'!$AI$256"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellBuildRange.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellBuildRange.data
deleted file mode 100644
index 8d6efbffc87..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellBuildRange.data
+++ /dev/null
@@ -1,2 +0,0 @@
-{"B4"|"E9"}, "B4:E9"
-{"B4"|"E9";"H2"|"O11"}, '"B4:E9,H2:O11"'
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellCoordinates.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellCoordinates.data
deleted file mode 100644
index e64ce5598af..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellCoordinates.data
+++ /dev/null
@@ -1,6 +0,0 @@
-"A1", {"A";1}
-"A12", {"A";12}
-"J1", {"J";1}
-"J20", {"J";20}
-"AI1", {"AI";1}
-"AI2012", {"AI";2012}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellExtractAllCellReferencesInRange.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellExtractAllCellReferencesInRange.data
deleted file mode 100644
index 4b44a83a3ad..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellExtractAllCellReferencesInRange.data
+++ /dev/null
@@ -1,9 +0,0 @@
-"B4:B6", {"B4";"B5";"B6"}
-'"B4:B6,D4:D6"', {"B4";"B5";"B6";"D4";"D5";"D6"}
-'"B4:B6 D4:D6"', {"B4";"B5";"B6";"D4";"D5";"D6"}
-"B4:D6", {"B4";"B5";"B6";"C4";"C5";"C6";"D4";"D5";"D6"}
-'"B4:D6,C5:E7"', {"B4";"B5";"B6";"C4";"C5";"C6";"C7";"D4";"D5";"D6";"D7";"E5";"E6";"E7"}
-'"B4:D6 C5:E7"', {"B4";"B5";"B6";"C4";"C5";"C6";"C7";"D4";"D5";"D6";"D7";"E5";"E6";"E7"}
-"B2:D4 C5:D5 E3:E5 D6:E6 F4:F6", {"B2";"B3";"B4";"C2";"C3";"C4";"C5";"D2";"D3";"D4";"D5";"D6";"E3";"E4";"E5";"E6";"F4";"F5";"F6"}
-"B2:D4 C3:E5 D4:F6", {"B2";"B3";"B4";"C2";"C3";"C4";"C5";"D2";"D3";"D4";"D5";"D6";"E3";"E4";"E5";"E6";"F4";"F5";"F6"}
-"B4:B6 B8", {"B4";"B5";"B6";"B8"}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellGetRangeBoundaries.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellGetRangeBoundaries.data
deleted file mode 100644
index f01a5fd9940..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellGetRangeBoundaries.data
+++ /dev/null
@@ -1,2 +0,0 @@
-"B4:E9", {"B"|4;"E"|9}
-"B4", {"B"|4;"B"|4}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellRangeBoundaries.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellRangeBoundaries.data
deleted file mode 100644
index 2fca6dc23d1..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellRangeBoundaries.data
+++ /dev/null
@@ -1,2 +0,0 @@
-"B4:E9", {2|4;5|9}
-"B4", {2|4;2|4}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellRangeDimension.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellRangeDimension.data
deleted file mode 100644
index 1718f1219c0..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellRangeDimension.data
+++ /dev/null
@@ -1,2 +0,0 @@
-"B4:E9", {4;6}
-"B4", {1;1}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellSplitRange.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellSplitRange.data
deleted file mode 100644
index 215fce253f9..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/CellSplitRange.data
+++ /dev/null
@@ -1,3 +0,0 @@
-"B4:E9", {"B4"|"E9"}
-"B4", {"B4"}
-'"B4:E9,H2:O11"', {"B4"|"E9";"H2"|"O11"}
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/ColumnIndex.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/ColumnIndex.data
deleted file mode 100644
index 9a1679b6b91..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/ColumnIndex.data
+++ /dev/null
@@ -1,9 +0,0 @@
-0, "A"
-25, "Z"
-26, "AA"
-27, "AB"
-51, "AZ"
-52, "BA"
-701, "ZZ"
-702, "AAA"
-1378, "BAA"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/ColumnString.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/ColumnString.data
deleted file mode 100644
index 5573759eb93..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/ColumnString.data
+++ /dev/null
@@ -1,9 +0,0 @@
-"A", 1
-"Z", 26
-"AA", 27
-"AB", 28
-"AZ", 52
-"BA", 53
-"ZZ", 702
-"AAA", 703
-"BAA", 1379
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-16.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-16.xml
deleted file mode 100644
index 94eaedfc2ae..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-16.xml and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-16BE.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-16BE.xml
deleted file mode 100644
index 1d186ff4434..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-16BE.xml and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-16LE.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-16LE.xml
deleted file mode 100644
index c3913f71bb8..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-16LE.xml and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-8.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-8.xml
deleted file mode 100644
index 212003fd4fb..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestInvalidUTF-8.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-]>
-
-
- test: (&x0;)
-
\ No newline at end of file
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-16.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-16.xml
deleted file mode 100644
index 6473fe6b638..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-16.xml and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-16BE.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-16BE.xml
deleted file mode 100644
index 677e712f99d..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-16BE.xml and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-16LE.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-16LE.xml
deleted file mode 100644
index 64353bfbab1..00000000000
Binary files a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-16LE.xml and /dev/null differ
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-8.xml b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-8.xml
deleted file mode 100644
index c400ae88b5c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Reader/XEETestValidUTF-8.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- test: Valid
-
\ No newline at end of file
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/CentimeterSizeToPixels.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/CentimeterSizeToPixels.data
deleted file mode 100644
index fc48f21ab11..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/CentimeterSizeToPixels.data
+++ /dev/null
@@ -1,5 +0,0 @@
-0.1, 3.7795275591
-0.2, 7.5590551182
-0.5, 18.8976377955
-1.0, 37.795275591
-2.0, 75.590551182
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/CodePage.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/CodePage.data
deleted file mode 100644
index 68ceda1feda..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/CodePage.data
+++ /dev/null
@@ -1,43 +0,0 @@
-367, "ASCII" // ASCII
-437, "CP437" // OEM US
-737, "CP737" // OEM Greek
-775, "CP775" // OEM Baltic
-850, "CP850" // OEM Latin I
-852, "CP852" // OEM Latin II (Central European)
-855, "CP855" // OEM Cyrillic
-857, "CP857" // OEM Turkish
-858, "CP858" // OEM Multilingual Latin I with Euro
-860, "CP860" // OEM Portugese
-861, "CP861" // OEM Icelandic
-862, "CP862" // OEM Hebrew
-863, "CP863" // OEM Canadian (French)
-864, "CP864" // OEM Arabic
-865, "CP865" // OEM Nordic
-866, "CP866" // OEM Cyrillic (Russian)
-869, "CP869" // OEM Greek (Modern)
-874, "CP874" // ANSI Thai
-932, "CP932" // ANSI Japanese Shift-JIS
-936, "CP936" // ANSI Chinese Simplified GBK
-949, "CP949" // ANSI Korean (Wansung)
-950, "CP950" // ANSI Chinese Traditional BIG5
-1200, "UTF-16LE" // UTF-16 (BIFF8)
-1250, "CP1250" // ANSI Latin II (Central European)
-1251, "CP1251" // ANSI Cyrillic
-0, "CP1252" // ANSI Latin I (BIFF4-BIFF7)
-1252, "CP1252" // ANSI Latin I (BIFF4-BIFF7)
-1253, "CP1253" // ANSI Greek
-1254, "CP1254" // ANSI Turkish
-1255, "CP1255" // ANSI Hebrew
-1256, "CP1256" // ANSI Arabic
-1257, "CP1257" // ANSI Baltic
-1258, "CP1258" // ANSI Vietnamese
-1361, "CP1361" // ANSI Korean (Johab)
-10000, "MAC" // Apple Roman
-10006, "MACGREEK" // Macintosh Greek
-10007, "MACCYRILLIC" // Macintosh Cyrillic
-10029, "MACCENTRALEUROPE" // Macintosh Central Europe
-10079, "MACICELAND" // Macintosh Icelandic
-10081, "MACTURKISH" // Macintosh Turkish
-32768, "MAC" // Apple Roman
-65000, "UTF-7" // Unicode (UTF-7)
-65001, "UTF-8" // Unicode (UTF-8)
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeExcelToPHP1900.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeExcelToPHP1900.data
deleted file mode 100644
index d348b0aa41d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeExcelToPHP1900.data
+++ /dev/null
@@ -1,15 +0,0 @@
-#Excel DateTimeStamp Result Comments
-714, -2147472000 // PHP 32-bit Earliest Date 14-Dec-1901
-1461, -2082931200 // 31-Dec-1903
-1462, -2082844800 // Excel 1904 Calendar Base Date 01-Jan-1904
-1463, -2082758400 // 02-Jan-1904
-22269, -285120000 // 19-Dec-1960
-25569, 0 // PHP Base Date 01-Jan-1970
-30292, 408067200 // 07-Dec-1982
-39611, 1213228800 // 12-Jun-2008
-50424, 2147472000 // PHP 32-bit Latest Date 19-Jan-2038
-1234.56789, -2102494934 // 18-May-1903 13:37:46
-12345.6789, -1142494943 // 18-Oct-1933 16:17:37
-0.5, 43200 // 12:00:00
-0.75, 64800 // 18:00.00
-0.12345, 10666 // 02:57:46
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeExcelToPHP1900Timezone.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeExcelToPHP1900Timezone.data
deleted file mode 100644
index e106b5fe13c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeExcelToPHP1900Timezone.data
+++ /dev/null
@@ -1,23 +0,0 @@
-#Excel DateTimeStamp Adjust Timezone Result Comments
-22269, TRUE, 'America/New_York', -285138000 // 19-Dec-1960 00:00:00 UST
-25569, TRUE, 'America/New_York', -18000 // PHP Base Date 01-Jan-1970 00:00:00 UST
-30292, TRUE, 'America/New_York', 408049200 // 07-Dec-1982 00:00:00 UST
-39611, TRUE, 'America/New_York', 1213214400 // 12-Jun-2008 00:00:00 UST
-50424, TRUE, 'America/New_York', 2147454000 // PHP 32-bit Latest Date 19-Jan-2038 00:00:00 UST
-22345.56789, TRUE, 'America/New_York', -278522534 // 18-May-1903 13:37:46 UST
-22345.6789, TRUE, 'America/New_York', -278512943 // 18-Oct-1933 16:17:37 UST
-0.5, TRUE, 'America/New_York', 25200 // 12:00:00 UST
-0.75, TRUE, 'America/New_York', 46800 // 18:00.00 UST
-0.12345, TRUE, 'America/New_York', -7334 // 02:57:46 UST
-41215, TRUE, 'America/New_York', 1351800000 // 02-Nov-2012 00:00:00 UST
-22269, TRUE, 'Pacific/Auckland', -285076800 // 19-Dec-1960 00:00:00 UST
-25569, TRUE, 'Pacific/Auckland', 43200 // PHP Base Date 01-Jan-1970 00:00:00 UST
-30292, TRUE, 'Pacific/Auckland', 408114000 // 07-Dec-1982 00:00:00 UST
-39611, TRUE, 'Pacific/Auckland', 1213272000 // 12-Jun-2008 00:00:00 UST
-50423.5, TRUE, 'Pacific/Auckland', 2147475600 // PHP 32-bit Latest Date 19-Jan-2038 00:00:00 UST
-22345.56789, TRUE, 'Pacific/Auckland', -278461334 // 18-May-1903 13:37:46 UST
-22345.6789, TRUE, 'Pacific/Auckland', -278451743 // 18-Oct-1933 16:17:37 UST
-0.5, TRUE, 'Pacific/Auckland', 90000 // 12:00:00 UST
-0.75, TRUE, 'Pacific/Auckland', 111600 // 18:00.00 UST
-0.12345, TRUE, 'Pacific/Auckland', 57466 // 02:57:46 UST
-41215, TRUE, 'Pacific/Auckland', 1351861200 // 02-Nov-2012 00:00:00 UST
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeExcelToPHP1904.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeExcelToPHP1904.data
deleted file mode 100644
index 5501ad17cea..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeExcelToPHP1904.data
+++ /dev/null
@@ -1,10 +0,0 @@
-#Excel DateTimeStamp Result
-1462, -1956528000
-1463, -1956441600
-22269, -158803200
-25569, 126316800
-30292, 534384000
-39611, 1339545600
-0.25, 21600 // 06:00:00
-0.3333333333333333333, 28800 // 08:00.00
-0.54321, 46933 // 02:57:46
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeFormatCodes.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeFormatCodes.data
deleted file mode 100644
index 73420470490..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeFormatCodes.data
+++ /dev/null
@@ -1,37 +0,0 @@
-#Excel Format Code Result
-"General", FALSE
-"@", FALSE
-"0", FALSE
-"0.00", FALSE
-"#,##0.00", FALSE
-"#,##0.00_-", FALSE
-"0%", FALSE
-"0.00%", FALSE
-"yyyy-mm-dd", TRUE
-"yy-mm-dd", TRUE
-"dd/mm/yy", TRUE
-"d/m/y", TRUE
-"d-m-y", TRUE
-"d-m", TRUE
-"m-y", TRUE
-"mm-dd-yy", TRUE
-"d-mmm-yy", TRUE
-"d-mmm", TRUE
-"mmm-yy", TRUE
-"m/d/yy h:mm", TRUE
-"d/m/y h:mm", TRUE
-"h:mm AM/PM", TRUE
-"h:mm:ss AM/PM", TRUE
-"h:mm", TRUE
-"h:mm:ss", TRUE
-"mm:ss", TRUE
-"h:mm:ss", TRUE
-"i:s.S", TRUE
-"h:mm:ss;@", TRUE
-"yy/mm/dd;@", TRUE
-"\"$\"#,##0.00_-", FALSE
-"$#,##0_-", FALSE
-"[$EUR ]#,##0.00_-", FALSE
-"_[$EUR ]#,##0.00_-", FALSE
-"[Green]#,##0.00;[Red]#,##0.00_-", FALSE
-"#,##0.00 \"dollars\"", FALSE
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeFormattedPHPToExcel1900.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeFormattedPHPToExcel1900.data
deleted file mode 100644
index bb6ed3f4292..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimeFormattedPHPToExcel1900.data
+++ /dev/null
@@ -1,12 +0,0 @@
-#Year Month Day Hours Minutes Seconds Result Comments
-1901, 12, 14, 714 // PHP 32-bit Earliest Date 14-Dec-1901
-1903, 12, 31, 1461 // 31-Dec-1903
-1904, 1, 1, 1462 // Excel 1904 Calendar Base Date 01-Jan-1904
-1904, 1, 2, 1463 // 02-Jan-1904
-1960, 12, 19, 22269 // 19-Dec-1960
-1970, 1, 1, 25569 // PHP Base Date 01-Jan-1970
-1982, 12, 7, 30292 // 07-Dec-1982
-2008, 6, 12, 39611 // 12-Jun-2008
-2038, 1, 19, 50424 // PHP 32-bit Latest Date 19-Jan-2038
-1903, 5, 18, 13, 37, 46, 1234.56789 // 18-May-1903 13:37:46
-1933, 10, 18, 16, 17, 37, 12345.6789 // 18-Oct-1933 16:17:37
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimePHPToExcel1900.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimePHPToExcel1900.data
deleted file mode 100644
index dc6a9d909a4..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimePHPToExcel1900.data
+++ /dev/null
@@ -1,12 +0,0 @@
-#Excel DateTimeStamp Result Comments
--2147472000, 714 // PHP 32-bit Earliest Date 14-Dec-1901
--2082931200, 1461 // 31-Dec-1903
--2082844800, 1462 // Excel 1904 Calendar Base Date 01-Jan-1904
--2082758400, 1463 // 02-Jan-1904
--285120000, 22269 // 19-Dec-1960
-0, 25569 // PHP Base Date 01-Jan-1970
-408067200, 30292 // 07-Dec-1982
-1213228800, 39611 // 12-Jun-2008
-2147472000, 50424 // PHP 32-bit Latest Date 19-Jan-2038
--2102494934, 1234.56789 // 18-May-1903 13:37:46
--1142494943, 12345.6789 // 18-Oct-1933 16:17:37
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimePHPToExcel1904.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimePHPToExcel1904.data
deleted file mode 100644
index 98fa49514ba..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/DateTimePHPToExcel1904.data
+++ /dev/null
@@ -1,7 +0,0 @@
-#Excel DateTimeStamp Result
--1956528000, 1462
--1956441600, 1463
--158803200, 22269
-126316800, 25569
-534384000, 30292
-1339545600, 39611
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/FontSizeToPixels.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/FontSizeToPixels.data
deleted file mode 100644
index af89196d3ff..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/FontSizeToPixels.data
+++ /dev/null
@@ -1,16 +0,0 @@
-6, 8
-7, 9
-8, 10
-9, 12
-10, 13
-11, 14
-12, 16
-14, 18
-16, 21
-18, 24
-20, 26
-22, 29
-24, 32
-36, 48
-48, 64
-60, 80
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/InchSizeToPixels.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/InchSizeToPixels.data
deleted file mode 100644
index 147eaa989ea..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/InchSizeToPixels.data
+++ /dev/null
@@ -1,5 +0,0 @@
-0.1, 9.6
-0.2, 19.2
-0.5, 48.0
-1.0, 96.0
-2.0, 192.0
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/PasswordHashes.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/PasswordHashes.data
deleted file mode 100644
index c6846812616..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Shared/PasswordHashes.data
+++ /dev/null
@@ -1,9 +0,0 @@
-"PHPExcel", "8053"
-"Mark Baker", "877D"
-"!+&=()~§±æþ", "C0EA"
-"μυστικό κωδικό πρόσβασης", "FFFF26DD"
-"গোপন পাসওয়ার্ড", "E858"
-"Секретный пароль", "EA5F"
-"秘密口令", "C07E"
-"leyndarmál lykilorð", "99E8"
-"", "CE4B"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorChangeBrightness.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorChangeBrightness.data
deleted file mode 100644
index de5eeaf5f7c..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorChangeBrightness.data
+++ /dev/null
@@ -1,14 +0,0 @@
-"FFAABBCC", 0.1, "FFB2C1D1" // RGBA
-"FFAABBCC", -0.1, "FF99A8B7" // RGBA
-"AABBCC", 0.1, "B2C1D1" // RGB
-"AABBCC", -0.1, "99A8B7" // RGB
-"FF0000", 0.1, "FF1919"
-"FF0000", -0.1, "E50000"
-"FF8080", 0.1, "FF8C8C"
-"FF8080", -0.1, "E57373"
-"FF0000", 0.15, "FF2626"
-"FF0000", -0.15, "D80000"
-"FF8080", 0.15, "FF9393"
-"FF8080", -0.15, "D86C6C"
-"FFF008", 0.5, "FFF783"
-"FFF008", -0.5, "7F7804"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorGetBlue.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorGetBlue.data
deleted file mode 100644
index 4e01d1c7ca1..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorGetBlue.data
+++ /dev/null
@@ -1,6 +0,0 @@
-"FFAABBCC", "CC" // RGBA (hex)
-"FFAABBCC", FALSE, 204 // RGBA (decimal)
-"AABBCC", "CC" // RGB (hex)
-"AABBCC", FALSE, 204 // RGB (decimal)
-"FFFF00", "00"
-"FFFF00", FALSE, 0
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorGetGreen.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorGetGreen.data
deleted file mode 100644
index 0ace610340b..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorGetGreen.data
+++ /dev/null
@@ -1,6 +0,0 @@
-"FFAABBCC", "BB" // RGBA (hex)
-"FFAABBCC", FALSE, 187 // RGBA (decimal)
-"AABBCC", "BB" // RGB (hex)
-"AABBCC", FALSE, 187 // RGB (decimal)
-"FF00FF", "00"
-"FF00FF", FALSE, 0
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorGetRed.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorGetRed.data
deleted file mode 100644
index 1692a6ad716..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/ColorGetRed.data
+++ /dev/null
@@ -1,6 +0,0 @@
-"FFAABBCC", "AA" // RGBA (hex)
-"FFAABBCC", FALSE, 170 // RGBA (decimal)
-"AABBCC", "AA" // RGB (hex)
-"AABBCC", FALSE, 170 // RGB (decimal)
-"00FFFF", "00"
-"00FFFF", FALSE, 0
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/NumberFormat.data b/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/NumberFormat.data
deleted file mode 100644
index 49acaccfc7d..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/rawTestData/Style/NumberFormat.data
+++ /dev/null
@@ -1,37 +0,0 @@
-# value format result
-0.0, "0.0", "0.0"
-0.0, "0", "0"
-0, "0.0", "0.0"
-0, "0", "0"
-0, "##0", "000"
-12, "#.0#", "12.0"
-0.1, "0.0", "0.1"
-0.1, "0", "0"
-5.5555, "0.###", "5.556"
-5.5555, "0.0##", "5.556"
-5.5555, "0.00#", "5.556"
-5.5555, "0.000", "5.556"
-5.5555, "0.0000", "5.5555"
-12345.6789, '"#,##0.00"', '"12,345.68"'
-12345.6789, '"#,##0.000"', '"12,345.679"'
-12345.6789, '"£ #,##0.00"', '"£ 12,345.68"'
-12345.6789, '"$ #,##0.000"', '"$ 12,345.679"'
-5.6789, '"#,##0.00"', '"5.68"'
-12000, '"#,###"', '"12,000"'
-12000, '"#,"', '12'
-12200000, '"0.0,,"', '12.2' // Scaling test
-0.08, "0%", "8%"
-0.8, "0%", "80%"
-2.8, "0%", "280%"
-125.74, '$0.00" Surplus";$-0.00" Shortage"', "$125.74 Surplus"
--125.74, '$0.00" Surplus";$-0.00" Shortage"', "$-125.74 Shortage"
--125.74, '$0.00" Surplus";$0.00" Shortage"', "$125.74 Shortage"
-5.25, '# ???/???', "5 1/4" // Fraction
-5.3, '# ???/???', "5 3/10" // Vulgar Fraction
-5.25, '???/???', "21/4"
-123456789, '(000) 0-0000-000', "(001) 2-3456-789"
-123456789, '0 (+00) 0000 00 00 00', "0 (+00) 0123 45 67 89"
-123456789, '0000:00:00', "12345:67:89"
--123456789, '0000:00:00', "-12345:67:89"
-1234567.89, '0000:00.00', "12345:67.89"
--1234567.89,'0000:00.00', "-12345:67.89"
diff --git a/htdocs/includes/phpoffice/phpexcel/unitTests/testDataFileIterator.php b/htdocs/includes/phpoffice/phpexcel/unitTests/testDataFileIterator.php
deleted file mode 100644
index a092cd59339..00000000000
--- a/htdocs/includes/phpoffice/phpexcel/unitTests/testDataFileIterator.php
+++ /dev/null
@@ -1,131 +0,0 @@
-file = fopen($file, 'r');
- }
-
- public function __destruct()
- {
- fclose($this->file);
- }
-
- public function rewind()
- {
- rewind($this->file);
- $this->current = $this->_parseNextDataset();
- $this->key = 0;
- }
-
- public function valid()
- {
- return !feof($this->file);
- }
-
- public function key()
- {
- return $this->key;
- }
-
- public function current()
- {
- return $this->current;
- }
-
- public function next()
- {
- $this->current = $this->_parseNextDataset();
- $this->key++;
- }
-
- private function _parseNextDataset()
- {
- // Read a line of test data from the file
- do {
- // Only take lines that contain test data and that aren't commented out
- $testDataRow = trim(fgets($this->file));
- } while (($testDataRow > '') && ($testDataRow{0} === '#'));
-
- // Discard any comments at the end of the line
- list($testData) = explode('//',$testDataRow);
-
- // Split data into an array of individual values and a result
- $dataSet = $this->_getcsv($testData, ',', "'");
- foreach($dataSet as &$dataValue) {
- $dataValue = $this->_parseDataValue($dataValue);
- }
- unset($dataValue);
-
- return $dataSet;
- }
-
- private function _getcsv($input, $delimiter, $enclosure)
- {
- if (function_exists('str_getcsv')) {
- return str_getcsv($input, $delimiter, $enclosure);
- }
-
- $temp = fopen('php://memory', 'rw');
- fwrite($temp, $input);
- rewind($temp);
- $data = fgetcsv($temp, strlen($input), $delimiter, $enclosure);
- fclose($temp);
-
- if ($data === false) {
- $data = array(null);
- }
-
- return $data;
- }
-
- private function _parseDataValue($dataValue) {
- // discard any white space
- $dataValue = trim($dataValue);
- // test for the required datatype and convert accordingly
- if (!is_numeric($dataValue)) {
- if($dataValue == '') {
- $dataValue = NULL;
- } elseif($dataValue == '""') {
- $dataValue = '';
- } elseif(($dataValue[0] == '"') && ($dataValue[strlen($dataValue)-1] == '"')) {
- $dataValue = substr($dataValue,1,-1);
- } elseif(($dataValue[0] == '{') && ($dataValue[strlen($dataValue)-1] == '}')) {
- $dataValue = explode(';',substr($dataValue,1,-1));
- foreach($dataValue as &$dataRow) {
- if (strpos($dataRow,'|') !== FALSE) {
- $dataRow = explode('|',$dataRow);
- foreach($dataRow as &$dataCell) {
- $dataCell = $this->_parseDataValue($dataCell);
- }
- unset($dataCell);
- } else {
- $dataRow = $this->_parseDataValue($dataRow);
- }
- }
- unset($dataRow);
- } else {
- switch (strtoupper($dataValue)) {
- case 'NULL' : $dataValue = NULL; break;
- case 'TRUE' : $dataValue = TRUE; break;
- case 'FALSE' : $dataValue = FALSE; break;
- }
- }
- } else {
- if (strpos($dataValue,'.') !== FALSE) {
- $dataValue = (float) $dataValue;
- } else {
- $dataValue = (int) $dataValue;
- }
- }
-
- return $dataValue;
- }
-
-}