You are here

public function NumberFormatTest::setUp in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/NumberFormatTest.php \NumberFormatTest::setUp()

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/NumberFormatTest.php, line 9

Class

NumberFormatTest

Code

public function setUp() {
  if (!defined('PHPEXCEL_ROOT')) {
    define('PHPEXCEL_ROOT', APPLICATION_PATH . '/');
  }
  require_once PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php';
  PHPExcel_Shared_String::setDecimalSeparator('.');
  PHPExcel_Shared_String::setThousandsSeparator(',');
}