diff --git a/PHPExcel/Classes/PHPExcel.php b/PHPExcel/Classes/PHPExcel.php index b8dbe0e..0c968f7 100755 --- a/PHPExcel/Classes/PHPExcel.php +++ b/PHPExcel/Classes/PHPExcel.php @@ -27,8 +27,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel diff --git a/PHPExcel/Classes/PHPExcel/Autoloader.php b/PHPExcel/Classes/PHPExcel/Autoloader.php index c3b95a2..f88099e 100755 --- a/PHPExcel/Classes/PHPExcel/Autoloader.php +++ b/PHPExcel/Classes/PHPExcel/Autoloader.php @@ -31,8 +31,8 @@ PHPExcel_Shared_String::buildCharacterSets(); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Autoloader diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/APC.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/APC.php index c74b07f..fc7391a 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/APC.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/APC.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_APC extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php index 9a12ec8..02ff2fb 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ abstract class PHPExcel_CachedObjectStorage_CacheBase diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/DiscISAM.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/DiscISAM.php index 13bc033..238b3e8 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/DiscISAM.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/DiscISAM.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_DiscISAM extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/ICache.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/ICache.php index aafef6e..299ae17 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/ICache.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/ICache.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ interface PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php index 5f3527b..5204077 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_Igbinary extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Memcache.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Memcache.php index 07942cc..db413e1 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Memcache.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Memcache.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_Memcache extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Memory.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Memory.php index 0e2ea0b..ab66758 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Memory.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Memory.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_Memory extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/MemoryGZip.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/MemoryGZip.php index c06ec71..376282f 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/MemoryGZip.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/MemoryGZip.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_MemoryGZip extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/MemorySerialized.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/MemorySerialized.php index 1332514..318dbd6 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/MemorySerialized.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/MemorySerialized.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_MemorySerialized extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/PHPTemp.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/PHPTemp.php index 43c7819..d3dc74a 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/PHPTemp.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/PHPTemp.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_PHPTemp extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/SQLite.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/SQLite.php index e7b50c5..8432208 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/SQLite.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/SQLite.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_SQLite extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/SQLite3.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/SQLite3.php index 27473d6..ade0cb3 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/SQLite3.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/SQLite3.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_SQLite3 extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Wincache.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Wincache.php index 1567874..838bf20 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Wincache.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Wincache.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorage_Wincache extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache diff --git a/PHPExcel/Classes/PHPExcel/CachedObjectStorageFactory.php b/PHPExcel/Classes/PHPExcel/CachedObjectStorageFactory.php index 0a96978..182f068 100755 --- a/PHPExcel/Classes/PHPExcel/CachedObjectStorageFactory.php +++ b/PHPExcel/Classes/PHPExcel/CachedObjectStorageFactory.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_CachedObjectStorage - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CachedObjectStorageFactory diff --git a/PHPExcel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php b/PHPExcel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php index 1072fc7..2d992cb 100755 --- a/PHPExcel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php +++ b/PHPExcel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CalcEngine_CyclicReferenceStack diff --git a/PHPExcel/Classes/PHPExcel/CalcEngine/Logger.php b/PHPExcel/Classes/PHPExcel/CalcEngine/Logger.php index c5ffe73..b68597c 100755 --- a/PHPExcel/Classes/PHPExcel/CalcEngine/Logger.php +++ b/PHPExcel/Classes/PHPExcel/CalcEngine/Logger.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_CalcEngine_Logger diff --git a/PHPExcel/Classes/PHPExcel/Calculation.php b/PHPExcel/Classes/PHPExcel/Calculation.php index 20b1ec3..e6a1550 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation.php +++ b/PHPExcel/Classes/PHPExcel/Calculation.php @@ -45,8 +45,8 @@ if (!defined('CALCULATION_REGEXP_CELLREF')) { * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation diff --git a/PHPExcel/Classes/PHPExcel/Calculation/Database.php b/PHPExcel/Classes/PHPExcel/Calculation/Database.php index b8d91cb..9c05c9c 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/Database.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/Database.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_Database diff --git a/PHPExcel/Classes/PHPExcel/Calculation/DateTime.php b/PHPExcel/Classes/PHPExcel/Calculation/DateTime.php index 72f4c7a..52db5ef 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/DateTime.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/DateTime.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_DateTime diff --git a/PHPExcel/Classes/PHPExcel/Calculation/Engineering.php b/PHPExcel/Classes/PHPExcel/Calculation/Engineering.php index 75e2784..5723477 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/Engineering.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/Engineering.php @@ -33,8 +33,8 @@ define('EULER', 2.71828182845904523536); * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_Engineering diff --git a/PHPExcel/Classes/PHPExcel/Calculation/Exception.php b/PHPExcel/Classes/PHPExcel/Calculation/Exception.php index 52d73fc..dc443c1 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/Exception.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/Exception.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_Exception extends PHPExcel_Exception diff --git a/PHPExcel/Classes/PHPExcel/Calculation/ExceptionHandler.php b/PHPExcel/Classes/PHPExcel/Calculation/ExceptionHandler.php index 4cb0a68..7fb7b6b 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/ExceptionHandler.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/ExceptionHandler.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_ExceptionHandler diff --git a/PHPExcel/Classes/PHPExcel/Calculation/Financial.php b/PHPExcel/Classes/PHPExcel/Calculation/Financial.php index fdf4894..3c1586c 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/Financial.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/Financial.php @@ -36,8 +36,8 @@ define('FINANCIAL_PRECISION', 1.0e-08); * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_Financial diff --git a/PHPExcel/Classes/PHPExcel/Calculation/FormulaParser.php b/PHPExcel/Classes/PHPExcel/Calculation/FormulaParser.php index 893f19e..0792163 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/FormulaParser.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/FormulaParser.php @@ -19,8 +19,8 @@ PARTLY BASED ON: whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software. - http://ewbi.blogs.com/develops/2007/03/excel_formula_p.html - http://ewbi.blogs.com/develops/2004/12/excel_formula_p.html + https://ewbi.blogs.com/develops/2007/03/excel_formula_p.html + https://ewbi.blogs.com/develops/2004/12/excel_formula_p.html */ /** @@ -44,8 +44,8 @@ PARTLY BASED ON: * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Classes/PHPExcel/Calculation/FormulaToken.php b/PHPExcel/Classes/PHPExcel/Calculation/FormulaToken.php index 41c6e3d..0137ea5 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/FormulaToken.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/FormulaToken.php @@ -19,8 +19,8 @@ PARTLY BASED ON: whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software. - http://ewbi.blogs.com/develops/2007/03/excel_formula_p.html - http://ewbi.blogs.com/develops/2004/12/excel_formula_p.html + https://ewbi.blogs.com/develops/2007/03/excel_formula_p.html + https://ewbi.blogs.com/develops/2004/12/excel_formula_p.html */ /** @@ -44,8 +44,8 @@ PARTLY BASED ON: * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Classes/PHPExcel/Calculation/Function.php b/PHPExcel/Classes/PHPExcel/Calculation/Function.php index d58cef2..d228034 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/Function.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/Function.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_Function diff --git a/PHPExcel/Classes/PHPExcel/Calculation/Functions.php b/PHPExcel/Classes/PHPExcel/Calculation/Functions.php index 5a1e5ee..66958c9 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/Functions.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/Functions.php @@ -44,8 +44,8 @@ define('PRECISION', 8.88E-016); * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_Functions diff --git a/PHPExcel/Classes/PHPExcel/Calculation/Logical.php b/PHPExcel/Classes/PHPExcel/Calculation/Logical.php index dd65f01..5e2da94 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/Logical.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/Logical.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_Logical diff --git a/PHPExcel/Classes/PHPExcel/Calculation/LookupRef.php b/PHPExcel/Classes/PHPExcel/Calculation/LookupRef.php index 1fe7790..ab04f7e 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/LookupRef.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/LookupRef.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_LookupRef diff --git a/PHPExcel/Classes/PHPExcel/Calculation/MathTrig.php b/PHPExcel/Classes/PHPExcel/Calculation/MathTrig.php index 894ba9c..c30c114 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/MathTrig.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/MathTrig.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_MathTrig diff --git a/PHPExcel/Classes/PHPExcel/Calculation/Statistical.php b/PHPExcel/Classes/PHPExcel/Calculation/Statistical.php index 1a33610..fd8fdaa 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/Statistical.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/Statistical.php @@ -46,8 +46,8 @@ define('SQRT2PI', 2.5066282746310005024157652848110452530069867406099); * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_Statistical @@ -493,7 +493,7 @@ class PHPExcel_Calculation_Statistical { // Inverse ncdf approximation by Peter J. Acklam, implementation adapted to // PHP by Michael Nickerson, using Dr. Thomas Ziegler's C implementation as - // a guide. http://home.online.no/~pjacklam/notes/invnorm/index.html + // a guide. https://home.online.no/~pjacklam/notes/invnorm/index.html // I have not checked the accuracy of this implementation. Be aware that PHP // will truncate the coeficcients to 14 digits. @@ -614,7 +614,7 @@ class PHPExcel_Calculation_Statistical // tail area of P; Z is accurate to about 1 part in 10**16. // // This is a PHP version of the original FORTRAN code that can - // be found at http://lib.stat.cmu.edu/apstat/ + // be found at https://lib.stat.cmu.edu/apstat/ $split1 = 0.425; $split2 = 5; $const1 = 0.180625; @@ -1345,7 +1345,7 @@ class PHPExcel_Calculation_Statistical * Returns the smallest value for which the cumulative binomial distribution is greater * than or equal to a criterion value * - * See http://support.microsoft.com/kb/828117/ for details of the algorithm used + * See https://support.microsoft.com/kb/828117/ for details of the algorithm used * * @param float $trials number of Bernoulli trials * @param float $probability probability of a success on each trial @@ -2142,7 +2142,7 @@ class PHPExcel_Calculation_Statistical * * @todo Try implementing P J Acklam's refinement algorithm for greater * accuracy if I can get my head round the mathematics - * (as described at) http://home.online.no/~pjacklam/notes/invnorm/ + * (as described at) https://home.online.no/~pjacklam/notes/invnorm/ */ public static function LOGINV($probability, $mean, $stdDev) { diff --git a/PHPExcel/Classes/PHPExcel/Calculation/TextData.php b/PHPExcel/Classes/PHPExcel/Calculation/TextData.php index 6461d06..9500e03 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/TextData.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/TextData.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_TextData diff --git a/PHPExcel/Classes/PHPExcel/Calculation/Token/Stack.php b/PHPExcel/Classes/PHPExcel/Calculation/Token/Stack.php index 02ed5aa..367f1ae 100755 --- a/PHPExcel/Classes/PHPExcel/Calculation/Token/Stack.php +++ b/PHPExcel/Classes/PHPExcel/Calculation/Token/Stack.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Calculation - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Calculation_Token_Stack diff --git a/PHPExcel/Classes/PHPExcel/Cell.php b/PHPExcel/Classes/PHPExcel/Cell.php index c99a3c8..cbbf635 100755 --- a/PHPExcel/Classes/PHPExcel/Cell.php +++ b/PHPExcel/Classes/PHPExcel/Cell.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Cell - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Cell diff --git a/PHPExcel/Classes/PHPExcel/Cell/AdvancedValueBinder.php b/PHPExcel/Classes/PHPExcel/Cell/AdvancedValueBinder.php index 061d04e..fba8423 100755 --- a/PHPExcel/Classes/PHPExcel/Cell/AdvancedValueBinder.php +++ b/PHPExcel/Classes/PHPExcel/Cell/AdvancedValueBinder.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Cell - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Cell_AdvancedValueBinder extends PHPExcel_Cell_DefaultValueBinder implements PHPExcel_Cell_IValueBinder diff --git a/PHPExcel/Classes/PHPExcel/Cell/DataType.php b/PHPExcel/Classes/PHPExcel/Cell/DataType.php index fc010e6..259f89c 100755 --- a/PHPExcel/Classes/PHPExcel/Cell/DataType.php +++ b/PHPExcel/Classes/PHPExcel/Cell/DataType.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Cell - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Cell_DataType diff --git a/PHPExcel/Classes/PHPExcel/Cell/DataValidation.php b/PHPExcel/Classes/PHPExcel/Cell/DataValidation.php index 9883633..53ae957 100755 --- a/PHPExcel/Classes/PHPExcel/Cell/DataValidation.php +++ b/PHPExcel/Classes/PHPExcel/Cell/DataValidation.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Cell - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Cell_DataValidation diff --git a/PHPExcel/Classes/PHPExcel/Cell/DefaultValueBinder.php b/PHPExcel/Classes/PHPExcel/Cell/DefaultValueBinder.php index dc19e6c..2328ff3 100755 --- a/PHPExcel/Classes/PHPExcel/Cell/DefaultValueBinder.php +++ b/PHPExcel/Classes/PHPExcel/Cell/DefaultValueBinder.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Cell - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Cell_DefaultValueBinder implements PHPExcel_Cell_IValueBinder diff --git a/PHPExcel/Classes/PHPExcel/Cell/Hyperlink.php b/PHPExcel/Classes/PHPExcel/Cell/Hyperlink.php index daab54c..0c26e44 100755 --- a/PHPExcel/Classes/PHPExcel/Cell/Hyperlink.php +++ b/PHPExcel/Classes/PHPExcel/Cell/Hyperlink.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Cell - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Cell_Hyperlink diff --git a/PHPExcel/Classes/PHPExcel/Cell/IValueBinder.php b/PHPExcel/Classes/PHPExcel/Cell/IValueBinder.php index de2d0ac..7e38c8e 100755 --- a/PHPExcel/Classes/PHPExcel/Cell/IValueBinder.php +++ b/PHPExcel/Classes/PHPExcel/Cell/IValueBinder.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Cell - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -32,7 +32,7 @@ * * @category PHPExcel * @package PHPExcel_Cell - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ interface PHPExcel_Cell_IValueBinder { diff --git a/PHPExcel/Classes/PHPExcel/Chart.php b/PHPExcel/Classes/PHPExcel/Chart.php index d779993..8462cde 100755 --- a/PHPExcel/Classes/PHPExcel/Chart.php +++ b/PHPExcel/Classes/PHPExcel/Chart.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Chart diff --git a/PHPExcel/Classes/PHPExcel/Chart/DataSeries.php b/PHPExcel/Classes/PHPExcel/Chart/DataSeries.php index 9ecd543..fd3bcf4 100755 --- a/PHPExcel/Classes/PHPExcel/Chart/DataSeries.php +++ b/PHPExcel/Classes/PHPExcel/Chart/DataSeries.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Chart_DataSeries { diff --git a/PHPExcel/Classes/PHPExcel/Chart/DataSeriesValues.php b/PHPExcel/Classes/PHPExcel/Chart/DataSeriesValues.php index ea57e52..e731ab4 100755 --- a/PHPExcel/Classes/PHPExcel/Chart/DataSeriesValues.php +++ b/PHPExcel/Classes/PHPExcel/Chart/DataSeriesValues.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Chart_DataSeriesValues diff --git a/PHPExcel/Classes/PHPExcel/Chart/Exception.php b/PHPExcel/Classes/PHPExcel/Chart/Exception.php index e20dfa5..9320153 100755 --- a/PHPExcel/Classes/PHPExcel/Chart/Exception.php +++ b/PHPExcel/Classes/PHPExcel/Chart/Exception.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Chart_Exception extends PHPExcel_Exception diff --git a/PHPExcel/Classes/PHPExcel/Chart/Layout.php b/PHPExcel/Classes/PHPExcel/Chart/Layout.php index 7fef074..d7ef5b7 100755 --- a/PHPExcel/Classes/PHPExcel/Chart/Layout.php +++ b/PHPExcel/Classes/PHPExcel/Chart/Layout.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Chart_Layout { diff --git a/PHPExcel/Classes/PHPExcel/Chart/Legend.php b/PHPExcel/Classes/PHPExcel/Chart/Legend.php index e850eb5..33039dd 100755 --- a/PHPExcel/Classes/PHPExcel/Chart/Legend.php +++ b/PHPExcel/Classes/PHPExcel/Chart/Legend.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Chart_Legend diff --git a/PHPExcel/Classes/PHPExcel/Chart/PlotArea.php b/PHPExcel/Classes/PHPExcel/Chart/PlotArea.php index 551cc51..2e66738 100755 --- a/PHPExcel/Classes/PHPExcel/Chart/PlotArea.php +++ b/PHPExcel/Classes/PHPExcel/Chart/PlotArea.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Chart_PlotArea diff --git a/PHPExcel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt b/PHPExcel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt index a088989..22e7d13 100755 --- a/PHPExcel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt +++ b/PHPExcel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt @@ -1,20 +1,20 @@ ChartDirector - http://www.advsofteng.com/cdphp.html + https://www.advsofteng.com/cdphp.html GraPHPite - http://graphpite.sourceforge.net/ + https://graphpite.sourceforge.net/ JpGraph - http://www.aditus.nu/jpgraph/ + https://www.aditus.nu/jpgraph/ LibChart - http://naku.dohcrew.com/libchart/pages/introduction/ + https://naku.dohcrew.com/libchart/pages/introduction/ pChart - http://pchart.sourceforge.net/ + https://pchart.sourceforge.net/ TeeChart - http://www.steema.com/products/teechart/overview.html + https://www.steema.com/products/teechart/overview.html PHPGraphLib - http://www.ebrueggeman.com/phpgraphlib \ No newline at end of file + https://www.ebrueggeman.com/phpgraphlib \ No newline at end of file diff --git a/PHPExcel/Classes/PHPExcel/Chart/Renderer/jpgraph.php b/PHPExcel/Classes/PHPExcel/Chart/Renderer/jpgraph.php index b3d7396..2095b4a 100755 --- a/PHPExcel/Classes/PHPExcel/Chart/Renderer/jpgraph.php +++ b/PHPExcel/Classes/PHPExcel/Chart/Renderer/jpgraph.php @@ -23,8 +23,8 @@ require_once(PHPExcel_Settings::getChartRendererPath().'/jpgraph.php'); * * @category PHPExcel * @package PHPExcel_Chart_Renderer - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Chart_Renderer_jpgraph diff --git a/PHPExcel/Classes/PHPExcel/Chart/Title.php b/PHPExcel/Classes/PHPExcel/Chart/Title.php index d8dc14f..cac3ef8 100755 --- a/PHPExcel/Classes/PHPExcel/Chart/Title.php +++ b/PHPExcel/Classes/PHPExcel/Chart/Title.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Chart - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Chart_Title diff --git a/PHPExcel/Classes/PHPExcel/Comment.php b/PHPExcel/Classes/PHPExcel/Comment.php index d55363f..d8e7acf 100755 --- a/PHPExcel/Classes/PHPExcel/Comment.php +++ b/PHPExcel/Classes/PHPExcel/Comment.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Comment implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/DocumentProperties.php b/PHPExcel/Classes/PHPExcel/DocumentProperties.php index 2395ba9..09915f6 100755 --- a/PHPExcel/Classes/PHPExcel/DocumentProperties.php +++ b/PHPExcel/Classes/PHPExcel/DocumentProperties.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_DocumentProperties diff --git a/PHPExcel/Classes/PHPExcel/DocumentSecurity.php b/PHPExcel/Classes/PHPExcel/DocumentSecurity.php index ecea0da..8deff58 100755 --- a/PHPExcel/Classes/PHPExcel/DocumentSecurity.php +++ b/PHPExcel/Classes/PHPExcel/DocumentSecurity.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_DocumentSecurity diff --git a/PHPExcel/Classes/PHPExcel/Exception.php b/PHPExcel/Classes/PHPExcel/Exception.php index b27750e..fec33c9 100755 --- a/PHPExcel/Classes/PHPExcel/Exception.php +++ b/PHPExcel/Classes/PHPExcel/Exception.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Exception extends Exception { diff --git a/PHPExcel/Classes/PHPExcel/HashTable.php b/PHPExcel/Classes/PHPExcel/HashTable.php index c21d18c..4a5d0aa 100755 --- a/PHPExcel/Classes/PHPExcel/HashTable.php +++ b/PHPExcel/Classes/PHPExcel/HashTable.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_HashTable diff --git a/PHPExcel/Classes/PHPExcel/IComparable.php b/PHPExcel/Classes/PHPExcel/IComparable.php index 6dc36a9..6de86f9 100755 --- a/PHPExcel/Classes/PHPExcel/IComparable.php +++ b/PHPExcel/Classes/PHPExcel/IComparable.php @@ -19,8 +19,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ interface PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/IOFactory.php b/PHPExcel/Classes/PHPExcel/IOFactory.php index 3ecda17..0bce978 100755 --- a/PHPExcel/Classes/PHPExcel/IOFactory.php +++ b/PHPExcel/Classes/PHPExcel/IOFactory.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_IOFactory diff --git a/PHPExcel/Classes/PHPExcel/NamedRange.php b/PHPExcel/Classes/PHPExcel/NamedRange.php index 2848db8..d9bbbf5 100755 --- a/PHPExcel/Classes/PHPExcel/NamedRange.php +++ b/PHPExcel/Classes/PHPExcel/NamedRange.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_NamedRange diff --git a/PHPExcel/Classes/PHPExcel/Reader/Abstract.php b/PHPExcel/Classes/PHPExcel/Reader/Abstract.php index 189c70a..11c1a46 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Abstract.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Abstract.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ abstract class PHPExcel_Reader_Abstract implements PHPExcel_Reader_IReader diff --git a/PHPExcel/Classes/PHPExcel/Reader/CSV.php b/PHPExcel/Classes/PHPExcel/Reader/CSV.php index 21329da..758a272 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/CSV.php +++ b/PHPExcel/Classes/PHPExcel/Reader/CSV.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_CSV extends PHPExcel_Reader_Abstract implements PHPExcel_Reader_IReader diff --git a/PHPExcel/Classes/PHPExcel/Reader/DefaultReadFilter.php b/PHPExcel/Classes/PHPExcel/Reader/DefaultReadFilter.php index ea25f63..176f9d5 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/DefaultReadFilter.php +++ b/PHPExcel/Classes/PHPExcel/Reader/DefaultReadFilter.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_DefaultReadFilter implements PHPExcel_Reader_IReadFilter diff --git a/PHPExcel/Classes/PHPExcel/Reader/Excel2003XML.php b/PHPExcel/Classes/PHPExcel/Reader/Excel2003XML.php index c007f9b..e5745c0 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Excel2003XML.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Excel2003XML.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_Excel2003XML extends PHPExcel_Reader_Abstract implements PHPExcel_Reader_IReader diff --git a/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php b/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php index 1932df4..0783bda 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPExcel_Reader_IReader @@ -89,7 +89,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE if ($rels !== false) { foreach ($rels->Relationship as $rel) { switch ($rel["Type"]) { - case "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument": + case "https://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument": if (basename($rel["Target"]) == 'workbook.xml') { $xl = true; } @@ -128,13 +128,13 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE // The files we're looking at here are small enough that simpleXML is more efficient than XMLReader $rels = simplexml_load_string( $this->securityScan($this->getFromZipArchive($zip, "_rels/.rels"), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()) - ); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + ); //~ https://schemas.openxmlformats.org/package/2006/relationships"); foreach ($rels->Relationship as $rel) { switch ($rel["Type"]) { - case "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument": + case "https://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument": $xmlWorkbook = simplexml_load_string( $this->securityScan($this->getFromZipArchive($zip, "{$rel['Target']}"), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()) - ); //~ http://schemas.openxmlformats.org/spreadsheetml/2006/main"); + ); //~ https://schemas.openxmlformats.org/spreadsheetml/2006/main"); if ($xmlWorkbook->sheets) { foreach ($xmlWorkbook->sheets->sheet as $eleSheet) { @@ -171,21 +171,21 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE $zip = new $zipClass; $zip->open($pFilename); - $rels = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "_rels/.rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + $rels = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "_rels/.rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); foreach ($rels->Relationship as $rel) { - if ($rel["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument") { + if ($rel["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument") { $dir = dirname($rel["Target"]); - $relsWorkbook = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "$dir/_rels/" . basename($rel["Target"]) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); - $relsWorkbook->registerXPathNamespace("rel", "http://schemas.openxmlformats.org/package/2006/relationships"); + $relsWorkbook = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "$dir/_rels/" . basename($rel["Target"]) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); + $relsWorkbook->registerXPathNamespace("rel", "https://schemas.openxmlformats.org/package/2006/relationships"); $worksheets = array(); foreach ($relsWorkbook->Relationship as $ele) { - if ($ele["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet") { + if ($ele["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet") { $worksheets[(string) $ele["Id"]] = $ele["Target"]; } } - $xmlWorkbook = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "{$rel['Target']}")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/spreadsheetml/2006/main"); + $xmlWorkbook = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "{$rel['Target']}")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/spreadsheetml/2006/main"); if ($xmlWorkbook->sheets) { $dir = dirname($rel["Target"]); foreach ($xmlWorkbook->sheets->sheet as $eleSheet) { @@ -197,7 +197,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE 'totalColumns' => 0, ); - $fileWorksheet = $worksheets[(string) self::getArrayItem($eleSheet->attributes("http://schemas.openxmlformats.org/officeDocument/2006/relationships"), "id")]; + $fileWorksheet = $worksheets[(string) self::getArrayItem($eleSheet->attributes("https://schemas.openxmlformats.org/officeDocument/2006/relationships"), "id")]; $xml = new XMLReader(); $res = $xml->xml($this->securityScanFile('zip://'.PHPExcel_Shared_File::realpath($pFilename).'#'."$dir/$fileWorksheet"), null, PHPExcel_Settings::getLibXmlLoaderOptions()); @@ -352,22 +352,22 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE $zip->open($pFilename); // Read the theme first, because we need the colour scheme when reading the styles - $wbRels = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "xl/_rels/workbook.xml.rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + $wbRels = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "xl/_rels/workbook.xml.rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); foreach ($wbRels->Relationship as $rel) { switch ($rel["Type"]) { - case "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme": + case "https://schemas.openxmlformats.org/officeDocument/2006/relationships/theme": $themeOrderArray = array('lt1', 'dk1', 'lt2', 'dk2'); $themeOrderAdditional = count($themeOrderArray); $xmlTheme = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "xl/{$rel['Target']}")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); if (is_object($xmlTheme)) { $xmlThemeName = $xmlTheme->attributes(); - $xmlTheme = $xmlTheme->children("http://schemas.openxmlformats.org/drawingml/2006/main"); + $xmlTheme = $xmlTheme->children("https://schemas.openxmlformats.org/drawingml/2006/main"); $themeName = (string)$xmlThemeName['name']; $colourScheme = $xmlTheme->themeElements->clrScheme->attributes(); $colourSchemeName = (string)$colourScheme['name']; - $colourScheme = $xmlTheme->themeElements->clrScheme->children("http://schemas.openxmlformats.org/drawingml/2006/main"); + $colourScheme = $xmlTheme->themeElements->clrScheme->children("https://schemas.openxmlformats.org/drawingml/2006/main"); $themeColours = array(); foreach ($colourScheme as $k => $xmlColour) { @@ -389,15 +389,15 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE } } - $rels = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "_rels/.rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + $rels = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "_rels/.rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); foreach ($rels->Relationship as $rel) { switch ($rel["Type"]) { - case "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties": + case "https://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties": $xmlCore = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "{$rel['Target']}")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); if (is_object($xmlCore)) { - $xmlCore->registerXPathNamespace("dc", "http://purl.org/dc/elements/1.1/"); - $xmlCore->registerXPathNamespace("dcterms", "http://purl.org/dc/terms/"); - $xmlCore->registerXPathNamespace("cp", "http://schemas.openxmlformats.org/package/2006/metadata/core-properties"); + $xmlCore->registerXPathNamespace("dc", "https://purl.org/dc/elements/1.1/"); + $xmlCore->registerXPathNamespace("dcterms", "https://purl.org/dc/terms/"); + $xmlCore->registerXPathNamespace("cp", "https://schemas.openxmlformats.org/package/2006/metadata/core-properties"); $docProps = $excel->getProperties(); $docProps->setCreator((string) self::getArrayItem($xmlCore->xpath("dc:creator"))); $docProps->setLastModifiedBy((string) self::getArrayItem($xmlCore->xpath("cp:lastModifiedBy"))); @@ -410,7 +410,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE $docProps->setCategory((string) self::getArrayItem($xmlCore->xpath("cp:category"))); } break; - case "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties": + case "https://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties": $xmlCore = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "{$rel['Target']}")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); if (is_object($xmlCore)) { $docProps = $excel->getProperties(); @@ -422,7 +422,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE } } break; - case "http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties": + case "https://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties": $xmlCore = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "{$rel['Target']}")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); if (is_object($xmlCore)) { $docProps = $excel->getProperties(); @@ -430,7 +430,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE $cellDataOfficeAttributes = $xmlProperty->attributes(); if (isset($cellDataOfficeAttributes['name'])) { $propertyName = (string) $cellDataOfficeAttributes['name']; - $cellDataOfficeChildren = $xmlProperty->children('http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes'); + $cellDataOfficeChildren = $xmlProperty->children('https://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes'); $attributeType = $cellDataOfficeChildren->getName(); $attributeValue = (string) $cellDataOfficeChildren->{$attributeType}; $attributeValue = PHPExcel_DocumentProperties::convertProperty($attributeValue, $attributeType); @@ -441,20 +441,20 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE } break; //Ribbon - case "http://schemas.microsoft.com/office/2006/relationships/ui/extensibility": + case "https://schemas.microsoft.com/office/2006/relationships/ui/extensibility": $customUI = $rel['Target']; if (!is_null($customUI)) { $this->readRibbon($excel, $customUI, $zip); } break; - case "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument": + case "https://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument": $dir = dirname($rel["Target"]); - $relsWorkbook = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "$dir/_rels/" . basename($rel["Target"]) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); - $relsWorkbook->registerXPathNamespace("rel", "http://schemas.openxmlformats.org/package/2006/relationships"); + $relsWorkbook = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "$dir/_rels/" . basename($rel["Target"]) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); + $relsWorkbook->registerXPathNamespace("rel", "https://schemas.openxmlformats.org/package/2006/relationships"); $sharedStrings = array(); - $xpath = self::getArrayItem($relsWorkbook->xpath("rel:Relationship[@Type='http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings']")); - $xmlStrings = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "$dir/$xpath[Target]")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/spreadsheetml/2006/main"); + $xpath = self::getArrayItem($relsWorkbook->xpath("rel:Relationship[@Type='https://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings']")); + $xmlStrings = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "$dir/$xpath[Target]")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/spreadsheetml/2006/main"); if (isset($xmlStrings) && isset($xmlStrings->si)) { foreach ($xmlStrings->si as $val) { if (isset($val->t)) { @@ -469,11 +469,11 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE $macros = $customUI = null; foreach ($relsWorkbook->Relationship as $ele) { switch ($ele['Type']) { - case "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet": + case "https://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet": $worksheets[(string) $ele["Id"]] = $ele["Target"]; break; // a vbaProject ? (: some macros) - case "http://schemas.microsoft.com/office/2006/relationships/vbaProject": + case "https://schemas.microsoft.com/office/2006/relationships/vbaProject": $macros = $ele["Target"]; break; } @@ -493,16 +493,16 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE } $styles = array(); $cellStyles = array(); - $xpath = self::getArrayItem($relsWorkbook->xpath("rel:Relationship[@Type='http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles']")); + $xpath = self::getArrayItem($relsWorkbook->xpath("rel:Relationship[@Type='https://schemas.openxmlformats.org/officeDocument/2006/relationships/styles']")); $xmlStyles = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "$dir/$xpath[Target]")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); - //~ http://schemas.openxmlformats.org/spreadsheetml/2006/main"); + //~ https://schemas.openxmlformats.org/spreadsheetml/2006/main"); $numFmts = null; if ($xmlStyles && $xmlStyles->numFmts[0]) { $numFmts = $xmlStyles->numFmts[0]; } if (isset($numFmts) && ($numFmts !== null)) { - $numFmts->registerXPathNamespace("sml", "http://schemas.openxmlformats.org/spreadsheetml/2006/main"); + $numFmts->registerXPathNamespace("sml", "https://schemas.openxmlformats.org/spreadsheetml/2006/main"); } if (!$this->readDataOnly && $xmlStyles) { foreach ($xmlStyles->cellXfs->xf as $xf) { @@ -600,7 +600,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE } } - $xmlWorkbook = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "{$rel['Target']}")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/spreadsheetml/2006/main"); + $xmlWorkbook = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "{$rel['Target']}")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/spreadsheetml/2006/main"); // Set base date if ($xmlWorkbook->workbookPr) { @@ -641,8 +641,8 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE // and we're simply bringing the worksheet name in line with the formula, not the // reverse $docSheet->setTitle((string) $eleSheet["name"], false); - $fileWorksheet = $worksheets[(string) self::getArrayItem($eleSheet->attributes("http://schemas.openxmlformats.org/officeDocument/2006/relationships"), "id")]; - $xmlSheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "$dir/$fileWorksheet")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/spreadsheetml/2006/main"); + $fileWorksheet = $worksheets[(string) self::getArrayItem($eleSheet->attributes("https://schemas.openxmlformats.org/officeDocument/2006/relationships"), "id")]; + $xmlSheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, "$dir/$fileWorksheet")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/spreadsheetml/2006/main"); $sharedFormulas = array(); @@ -1213,9 +1213,9 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE if (!$this->readDataOnly) { // Locate hyperlink relations if ($zip->locateName(dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")) { - $relsWorksheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + $relsWorksheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); foreach ($relsWorksheet->Relationship as $ele) { - if ($ele["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink") { + if ($ele["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink") { $hyperlinks[(string)$ele["Id"]] = (string)$ele["Target"]; } } @@ -1225,7 +1225,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE if ($xmlSheet && $xmlSheet->hyperlinks) { foreach ($xmlSheet->hyperlinks->hyperlink as $hyperlink) { // Link url - $linkRel = $hyperlink->attributes('http://schemas.openxmlformats.org/officeDocument/2006/relationships'); + $linkRel = $hyperlink->attributes('https://schemas.openxmlformats.org/officeDocument/2006/relationships'); foreach (PHPExcel_Cell::extractAllCellReferencesInRange($hyperlink['ref']) as $cellReference) { $cell = $docSheet->getCell($cellReference); @@ -1254,12 +1254,12 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE if (!$this->readDataOnly) { // Locate comment relations if ($zip->locateName(dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")) { - $relsWorksheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + $relsWorksheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); foreach ($relsWorksheet->Relationship as $ele) { - if ($ele["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments") { + if ($ele["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/comments") { $comments[(string)$ele["Id"]] = (string)$ele["Target"]; } - if ($ele["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing") { + if ($ele["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing") { $vmlComments[(string)$ele["Id"]] = (string)$ele["Target"]; } } @@ -1356,21 +1356,21 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE // Header/footer images if ($xmlSheet && $xmlSheet->legacyDrawingHF && !$this->readDataOnly) { if ($zip->locateName(dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")) { - $relsWorksheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + $relsWorksheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); $vmlRelationship = ''; foreach ($relsWorksheet->Relationship as $ele) { - if ($ele["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing") { + if ($ele["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing") { $vmlRelationship = self::dirAdd("$dir/$fileWorksheet", $ele["Target"]); } } if ($vmlRelationship != '') { // Fetch linked images - $relsVML = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname($vmlRelationship) . '/_rels/' . basename($vmlRelationship) . '.rels')), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + $relsVML = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname($vmlRelationship) . '/_rels/' . basename($vmlRelationship) . '.rels')), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); $drawings = array(); foreach ($relsVML->Relationship as $ele) { - if ($ele["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image") { + if ($ele["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/image") { $drawings[(string) $ele["Id"]] = self::dirAdd($vmlRelationship, $ele["Target"]); } } @@ -1415,24 +1415,24 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE // TODO: Autoshapes from twoCellAnchors! if ($zip->locateName(dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")) { - $relsWorksheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + $relsWorksheet = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . "/_rels/" . basename($fileWorksheet) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); $drawings = array(); foreach ($relsWorksheet->Relationship as $ele) { - if ($ele["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing") { + if ($ele["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing") { $drawings[(string) $ele["Id"]] = self::dirAdd("$dir/$fileWorksheet", $ele["Target"]); } } if ($xmlSheet->drawing && !$this->readDataOnly) { foreach ($xmlSheet->drawing as $drawing) { - $fileDrawing = $drawings[(string) self::getArrayItem($drawing->attributes("http://schemas.openxmlformats.org/officeDocument/2006/relationships"), "id")]; - $relsDrawing = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname($fileDrawing) . "/_rels/" . basename($fileDrawing) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ http://schemas.openxmlformats.org/package/2006/relationships"); + $fileDrawing = $drawings[(string) self::getArrayItem($drawing->attributes("https://schemas.openxmlformats.org/officeDocument/2006/relationships"), "id")]; + $relsDrawing = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, dirname($fileDrawing) . "/_rels/" . basename($fileDrawing) . ".rels")), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions()); //~ https://schemas.openxmlformats.org/package/2006/relationships"); $images = array(); if ($relsDrawing && $relsDrawing->Relationship) { foreach ($relsDrawing->Relationship as $ele) { - if ($ele["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image") { + if ($ele["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/image") { $images[(string) $ele["Id"]] = self::dirAdd($fileDrawing, $ele["Target"]); - } elseif ($ele["Type"] == "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart") { + } elseif ($ele["Type"] == "https://schemas.openxmlformats.org/officeDocument/2006/relationships/chart") { if ($this->includeCharts) { $charts[self::dirAdd($fileDrawing, $ele["Target"])] = array( 'id' => (string) $ele["Id"], @@ -1442,18 +1442,18 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE } } } - $xmlDrawing = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, $fileDrawing)), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions())->children("http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing"); + $xmlDrawing = simplexml_load_string($this->securityScan($this->getFromZipArchive($zip, $fileDrawing)), 'SimpleXMLElement', PHPExcel_Settings::getLibXmlLoaderOptions())->children("https://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing"); if ($xmlDrawing->oneCellAnchor) { foreach ($xmlDrawing->oneCellAnchor as $oneCellAnchor) { if ($oneCellAnchor->pic->blipFill) { - $blip = $oneCellAnchor->pic->blipFill->children("http://schemas.openxmlformats.org/drawingml/2006/main")->blip; - $xfrm = $oneCellAnchor->pic->spPr->children("http://schemas.openxmlformats.org/drawingml/2006/main")->xfrm; - $outerShdw = $oneCellAnchor->pic->spPr->children("http://schemas.openxmlformats.org/drawingml/2006/main")->effectLst->outerShdw; + $blip = $oneCellAnchor->pic->blipFill->children("https://schemas.openxmlformats.org/drawingml/2006/main")->blip; + $xfrm = $oneCellAnchor->pic->spPr->children("https://schemas.openxmlformats.org/drawingml/2006/main")->xfrm; + $outerShdw = $oneCellAnchor->pic->spPr->children("https://schemas.openxmlformats.org/drawingml/2006/main")->effectLst->outerShdw; $objDrawing = new PHPExcel_Worksheet_Drawing; $objDrawing->setName((string) self::getArrayItem($oneCellAnchor->pic->nvPicPr->cNvPr->attributes(), "name")); $objDrawing->setDescription((string) self::getArrayItem($oneCellAnchor->pic->nvPicPr->cNvPr->attributes(), "descr")); - $objDrawing->setPath("zip://".PHPExcel_Shared_File::realpath($pFilename)."#" . $images[(string) self::getArrayItem($blip->attributes("http://schemas.openxmlformats.org/officeDocument/2006/relationships"), "embed")], false); + $objDrawing->setPath("zip://".PHPExcel_Shared_File::realpath($pFilename)."#" . $images[(string) self::getArrayItem($blip->attributes("https://schemas.openxmlformats.org/officeDocument/2006/relationships"), "embed")], false); $objDrawing->setCoordinates(PHPExcel_Cell::stringFromColumnIndex((string) $oneCellAnchor->from->col) . ($oneCellAnchor->from->row + 1)); $objDrawing->setOffsetX(PHPExcel_Shared_Drawing::EMUToPixels($oneCellAnchor->from->colOff)); $objDrawing->setOffsetY(PHPExcel_Shared_Drawing::EMUToPixels($oneCellAnchor->from->rowOff)); @@ -1487,13 +1487,13 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE if ($xmlDrawing->twoCellAnchor) { foreach ($xmlDrawing->twoCellAnchor as $twoCellAnchor) { if ($twoCellAnchor->pic->blipFill) { - $blip = $twoCellAnchor->pic->blipFill->children("http://schemas.openxmlformats.org/drawingml/2006/main")->blip; - $xfrm = $twoCellAnchor->pic->spPr->children("http://schemas.openxmlformats.org/drawingml/2006/main")->xfrm; - $outerShdw = $twoCellAnchor->pic->spPr->children("http://schemas.openxmlformats.org/drawingml/2006/main")->effectLst->outerShdw; + $blip = $twoCellAnchor->pic->blipFill->children("https://schemas.openxmlformats.org/drawingml/2006/main")->blip; + $xfrm = $twoCellAnchor->pic->spPr->children("https://schemas.openxmlformats.org/drawingml/2006/main")->xfrm; + $outerShdw = $twoCellAnchor->pic->spPr->children("https://schemas.openxmlformats.org/drawingml/2006/main")->effectLst->outerShdw; $objDrawing = new PHPExcel_Worksheet_Drawing; $objDrawing->setName((string) self::getArrayItem($twoCellAnchor->pic->nvPicPr->cNvPr->attributes(), "name")); $objDrawing->setDescription((string) self::getArrayItem($twoCellAnchor->pic->nvPicPr->cNvPr->attributes(), "descr")); - $objDrawing->setPath("zip://".PHPExcel_Shared_File::realpath($pFilename)."#" . $images[(string) self::getArrayItem($blip->attributes("http://schemas.openxmlformats.org/officeDocument/2006/relationships"), "embed")], false); + $objDrawing->setPath("zip://".PHPExcel_Shared_File::realpath($pFilename)."#" . $images[(string) self::getArrayItem($blip->attributes("https://schemas.openxmlformats.org/officeDocument/2006/relationships"), "embed")], false); $objDrawing->setCoordinates(PHPExcel_Cell::stringFromColumnIndex((string) $twoCellAnchor->from->col) . ($twoCellAnchor->from->row + 1)); $objDrawing->setOffsetX(PHPExcel_Shared_Drawing::EMUToPixels($twoCellAnchor->from->colOff)); $objDrawing->setOffsetY(PHPExcel_Shared_Drawing::EMUToPixels($twoCellAnchor->from->rowOff)); @@ -1522,9 +1522,9 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE $toCoordinate = PHPExcel_Cell::stringFromColumnIndex((string) $twoCellAnchor->to->col) . ($twoCellAnchor->to->row + 1); $toOffsetX = PHPExcel_Shared_Drawing::EMUToPixels($twoCellAnchor->to->colOff); $toOffsetY = PHPExcel_Shared_Drawing::EMUToPixels($twoCellAnchor->to->rowOff); - $graphic = $twoCellAnchor->graphicFrame->children("http://schemas.openxmlformats.org/drawingml/2006/main")->graphic; - $chartRef = $graphic->graphicData->children("http://schemas.openxmlformats.org/drawingml/2006/chart")->chart; - $thisChart = (string) $chartRef->attributes("http://schemas.openxmlformats.org/officeDocument/2006/relationships"); + $graphic = $twoCellAnchor->graphicFrame->children("https://schemas.openxmlformats.org/drawingml/2006/main")->graphic; + $chartRef = $graphic->graphicData->children("https://schemas.openxmlformats.org/drawingml/2006/chart")->chart; + $thisChart = (string) $chartRef->attributes("https://schemas.openxmlformats.org/officeDocument/2006/relationships"); $chartDetails[$docSheet->getTitle().'!'.$thisChart] = array( 'fromCoordinate' => $fromCoordinate, @@ -1810,7 +1810,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE $docStyle->getFill()->setFillType((string) $gradientFill["type"]); } $docStyle->getFill()->setRotation(floatval($gradientFill["degree"])); - $gradientFill->registerXPathNamespace("sml", "http://schemas.openxmlformats.org/spreadsheetml/2006/main"); + $gradientFill->registerXPathNamespace("sml", "https://schemas.openxmlformats.org/spreadsheetml/2006/main"); $docStyle->getFill()->getStartColor()->setARGB(self::readColor(self::getArrayItem($gradientFill->xpath("sml:stop[@position=0]"))->color)); $docStyle->getFill()->getEndColor()->setARGB(self::readColor(self::getArrayItem($gradientFill->xpath("sml:stop[@position=1]"))->color)); } elseif ($style->fill->patternFill) { @@ -1976,7 +1976,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE if ($UIRels) { // we need to save id and target to avoid parsing customUI.xml and "guess" if it's a pseudo callback who load the image foreach ($UIRels->Relationship as $ele) { - if ($ele["Type"] == 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/image') { + if ($ele["Type"] == 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/image') { // an image ? $customUIImagesNames[(string) $ele['Id']] = (string)$ele['Target']; $customUIImagesBinaries[(string)$ele['Target']] = $this->getFromZipArchive($zip, $baseDir . '/' . (string) $ele['Target']); diff --git a/PHPExcel/Classes/PHPExcel/Reader/Excel2007/Chart.php b/PHPExcel/Classes/PHPExcel/Reader/Excel2007/Chart.php index 590bf2d..f80ce50 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Excel2007/Chart.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Excel2007/Chart.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Reader_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -30,7 +30,7 @@ * * @category PHPExcel * @package PHPExcel_Reader_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Reader_Excel2007_Chart { diff --git a/PHPExcel/Classes/PHPExcel/Reader/Excel2007/Theme.php b/PHPExcel/Classes/PHPExcel/Reader/Excel2007/Theme.php index 134f4b6..b3ba721 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Excel2007/Theme.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Excel2007/Theme.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Reader_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Reader_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Reader_Excel2007_Theme { diff --git a/PHPExcel/Classes/PHPExcel/Reader/Excel5.php b/PHPExcel/Classes/PHPExcel/Reader/Excel5.php index 62e971d..242772f 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Excel5.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Excel5.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Reader_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -39,7 +39,7 @@ if (!defined('PHPEXCEL_ROOT')) { // -------------------------------------------------------------------------------- // Adapted from Excel_Spreadsheet_Reader developed by users bizon153, // trex005, and mmp11 (SourceForge.net) -// http://sourceforge.net/projects/phpexcelreader/ +// https://sourceforge.net/projects/phpexcelreader/ // Primary changes made by canyoncasa (dvc) for ParseXL 1.00 ... // Modelled moreso after Perl Excel Parse/Write modules // Added Parse_Excel_Spreadsheet object @@ -59,7 +59,7 @@ if (!defined('PHPEXCEL_ROOT')) { // Code works for PHP 5.x // Primary changes made by canyoncasa (dvc) for ParseXL 1.10 ... -// http://sourceforge.net/tracker/index.php?func=detail&aid=1466964&group_id=99160&atid=623334 +// https://sourceforge.net/tracker/index.php?func=detail&aid=1466964&group_id=99160&atid=623334 // Decoding of formula conditions, results, and tokens. // Support for user-defined named cells added as an array "namedcells" // Patch code for user-defined named cells supports single cells only. @@ -1739,7 +1739,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce * * The decryption functions and objects used from here on in * are based on the source of Spreadsheet-ParseExcel: - * http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel/ + * https://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel/ */ private function readFilepass() { @@ -2064,7 +2064,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce * XF - Extended Format * * This record contains formatting information for cells, rows, columns or styles. - * According to http://support.microsoft.com/kb/147732 there are always at least 15 cell style XF + * According to https://support.microsoft.com/kb/147732 there are always at least 15 cell style XF * and 1 cell XF. * Inspection of Excel files generated by MS Office Excel shows that XF records 0-14 are cell style XF * and XF record 15 is a cell XF @@ -4607,7 +4607,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce switch ($hyperlinkType) { case 'URL': // section 5.58.2: Hyperlink containing a URL - // e.g. http://example.org/index.php + // e.g. https://example.org/index.php // offset: var; size: 16; GUID of URL Moniker $offset += 16; @@ -7572,7 +7572,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce public static function getInt4d($data, $pos) { // FIX: represent numbers correctly on 64-bit system - // http://sourceforge.net/tracker/index.php?func=detail&aid=1487372&group_id=99160&atid=623334 + // https://sourceforge.net/tracker/index.php?func=detail&aid=1487372&group_id=99160&atid=623334 // Hacked by Andreas Rehm 2006 to ensure correct result of the <<24 block on 32 and 64bit systems $_or_24 = ord($data[$pos + 3]); if ($_or_24 >= 128) { diff --git a/PHPExcel/Classes/PHPExcel/Reader/Excel5/Escher.php b/PHPExcel/Classes/PHPExcel/Reader/Excel5/Escher.php index 2b99e22..5fccb2a 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Excel5/Escher.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Excel5/Escher.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Reader_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_Excel5_Escher diff --git a/PHPExcel/Classes/PHPExcel/Reader/Excel5/MD5.php b/PHPExcel/Classes/PHPExcel/Reader/Excel5/MD5.php index f14ea94..8be3d60 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Excel5/MD5.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Excel5/MD5.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Reader_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_Excel5_MD5 diff --git a/PHPExcel/Classes/PHPExcel/Reader/Excel5/RC4.php b/PHPExcel/Classes/PHPExcel/Reader/Excel5/RC4.php index 5640539..8f72edd 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Excel5/RC4.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Excel5/RC4.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Reader_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_Excel5_RC4 diff --git a/PHPExcel/Classes/PHPExcel/Reader/Exception.php b/PHPExcel/Classes/PHPExcel/Reader/Exception.php index 48b3f82..91f2e3f 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Exception.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Exception.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_Exception extends PHPExcel_Exception diff --git a/PHPExcel/Classes/PHPExcel/Reader/Gnumeric.php b/PHPExcel/Classes/PHPExcel/Reader/Gnumeric.php index 913e52b..5e4e7b3 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/Gnumeric.php +++ b/PHPExcel/Classes/PHPExcel/Reader/Gnumeric.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_Gnumeric extends PHPExcel_Reader_Abstract implements PHPExcel_Reader_IReader diff --git a/PHPExcel/Classes/PHPExcel/Reader/HTML.php b/PHPExcel/Classes/PHPExcel/Reader/HTML.php index ac762a4..7f99caa 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/HTML.php +++ b/PHPExcel/Classes/PHPExcel/Reader/HTML.php @@ -29,8 +29,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ /** PHPExcel root directory */ diff --git a/PHPExcel/Classes/PHPExcel/Reader/IReadFilter.php b/PHPExcel/Classes/PHPExcel/Reader/IReadFilter.php index f7c852d..04150af 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/IReadFilter.php +++ b/PHPExcel/Classes/PHPExcel/Reader/IReadFilter.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ interface PHPExcel_Reader_IReadFilter diff --git a/PHPExcel/Classes/PHPExcel/Reader/IReader.php b/PHPExcel/Classes/PHPExcel/Reader/IReader.php index 9034546..b924a96 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/IReader.php +++ b/PHPExcel/Classes/PHPExcel/Reader/IReader.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ interface PHPExcel_Reader_IReader diff --git a/PHPExcel/Classes/PHPExcel/Reader/OOCalc.php b/PHPExcel/Classes/PHPExcel/Reader/OOCalc.php index a889d95..50f9983 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/OOCalc.php +++ b/PHPExcel/Classes/PHPExcel/Reader/OOCalc.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_OOCalc extends PHPExcel_Reader_Abstract implements PHPExcel_Reader_IReader diff --git a/PHPExcel/Classes/PHPExcel/Reader/SYLK.php b/PHPExcel/Classes/PHPExcel/Reader/SYLK.php index eb7ef1a..af7c030 100755 --- a/PHPExcel/Classes/PHPExcel/Reader/SYLK.php +++ b/PHPExcel/Classes/PHPExcel/Reader/SYLK.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Reader - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Reader_SYLK extends PHPExcel_Reader_Abstract implements PHPExcel_Reader_IReader diff --git a/PHPExcel/Classes/PHPExcel/ReferenceHelper.php b/PHPExcel/Classes/PHPExcel/ReferenceHelper.php index 7d7de93..f612c37 100755 --- a/PHPExcel/Classes/PHPExcel/ReferenceHelper.php +++ b/PHPExcel/Classes/PHPExcel/ReferenceHelper.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_ReferenceHelper diff --git a/PHPExcel/Classes/PHPExcel/RichText.php b/PHPExcel/Classes/PHPExcel/RichText.php index 74a3534..78673ba 100755 --- a/PHPExcel/Classes/PHPExcel/RichText.php +++ b/PHPExcel/Classes/PHPExcel/RichText.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_RichText - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_RichText implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/RichText/ITextElement.php b/PHPExcel/Classes/PHPExcel/RichText/ITextElement.php index 5db3432..1d913a7 100755 --- a/PHPExcel/Classes/PHPExcel/RichText/ITextElement.php +++ b/PHPExcel/Classes/PHPExcel/RichText/ITextElement.php @@ -19,8 +19,8 @@ * * @category PHPExcel * @package PHPExcel_RichText - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ interface PHPExcel_RichText_ITextElement diff --git a/PHPExcel/Classes/PHPExcel/RichText/Run.php b/PHPExcel/Classes/PHPExcel/RichText/Run.php index 5737bb0..8b8762f 100755 --- a/PHPExcel/Classes/PHPExcel/RichText/Run.php +++ b/PHPExcel/Classes/PHPExcel/RichText/Run.php @@ -19,8 +19,8 @@ * * @category PHPExcel * @package PHPExcel_RichText - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_RichText_Run extends PHPExcel_RichText_TextElement implements PHPExcel_RichText_ITextElement diff --git a/PHPExcel/Classes/PHPExcel/RichText/TextElement.php b/PHPExcel/Classes/PHPExcel/RichText/TextElement.php index f86e703..a800ffe 100755 --- a/PHPExcel/Classes/PHPExcel/RichText/TextElement.php +++ b/PHPExcel/Classes/PHPExcel/RichText/TextElement.php @@ -19,8 +19,8 @@ * * @category PHPExcel * @package PHPExcel_RichText - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_RichText_TextElement implements PHPExcel_RichText_ITextElement diff --git a/PHPExcel/Classes/PHPExcel/Settings.php b/PHPExcel/Classes/PHPExcel/Settings.php index dcbc89f..580bc0c 100755 --- a/PHPExcel/Classes/PHPExcel/Settings.php +++ b/PHPExcel/Classes/PHPExcel/Settings.php @@ -30,8 +30,8 @@ if (!defined('PHPEXCEL_ROOT')) { * * @category PHPExcel * @package PHPExcel_Settings - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Settings diff --git a/PHPExcel/Classes/PHPExcel/Shared/CodePage.php b/PHPExcel/Classes/PHPExcel/Shared/CodePage.php index b3e440e..b214209 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/CodePage.php +++ b/PHPExcel/Classes/PHPExcel/Shared/CodePage.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_CodePage diff --git a/PHPExcel/Classes/PHPExcel/Shared/Date.php b/PHPExcel/Classes/PHPExcel/Shared/Date.php index b00a39a..9364ad8 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Date.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Date.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Date diff --git a/PHPExcel/Classes/PHPExcel/Shared/Drawing.php b/PHPExcel/Classes/PHPExcel/Shared/Drawing.php index 3e027b4..d39c958 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Drawing.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Drawing.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Shared_Drawing { @@ -171,7 +171,7 @@ class PHPExcel_Shared_Drawing /** * Create a new image from file. By alexander at alexauto dot nl * - * @link http://www.php.net/manual/en/function.imagecreatefromwbmp.php#86214 + * @link https://www.php.net/manual/en/function.imagecreatefromwbmp.php#86214 * @param string $filename Path to Windows DIB (BMP) image * @return resource */ @@ -189,7 +189,7 @@ class PHPExcel_Shared_Drawing $header = substr($hex, 0, 108); // Process the header - // Structure: http://www.fastgraph.com/help/bmp_header_format.html + // Structure: https://www.fastgraph.com/help/bmp_header_format.html if (substr($header, 0, 4)=="424d") { // Cut it in parts of 2 bytes $header_parts = str_split($header, 2); diff --git a/PHPExcel/Classes/PHPExcel/Shared/Escher.php b/PHPExcel/Classes/PHPExcel/Shared/Escher.php index 1aedb9d..d771810 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Escher.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Escher.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared_Escher - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Escher diff --git a/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer.php b/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer.php index 739cd90..1dd8ca0 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared_Escher - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Escher_DgContainer diff --git a/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php b/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php index 49e7d68..b065b3e 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared_Escher - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Escher_DgContainer_SpgrContainer diff --git a/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php b/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php index a1f1a46..0f07a74 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared_Escher - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer diff --git a/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer.php b/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer.php index b116b1b..291ef7f 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared_Escher - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Escher_DggContainer diff --git a/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php b/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php index 1af2432..9e2475a 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared_Escher - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Escher_DggContainer_BstoreContainer diff --git a/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php b/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php index d17e91e..d68fdea 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared_Escher - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE diff --git a/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php b/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php index 3bcbbbe..7702a02 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared_Escher - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip diff --git a/PHPExcel/Classes/PHPExcel/Shared/Excel5.php b/PHPExcel/Classes/PHPExcel/Shared/Excel5.php index c3ff209..545593d 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Excel5.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Excel5.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_Excel5 diff --git a/PHPExcel/Classes/PHPExcel/Shared/File.php b/PHPExcel/Classes/PHPExcel/Shared/File.php index a62df75..3eff432 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/File.php +++ b/PHPExcel/Classes/PHPExcel/Shared/File.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_File @@ -143,7 +143,7 @@ class PHPExcel_Shared_File } // sys_get_temp_dir is only available since PHP 5.2.1 - // http://php.net/manual/en/function.sys-get-temp-dir.php#94119 + // https://php.net/manual/en/function.sys-get-temp-dir.php#94119 if (!function_exists('sys_get_temp_dir')) { if ($temp = getenv('TMP')) { if ((!empty($temp)) && (file_exists($temp))) { diff --git a/PHPExcel/Classes/PHPExcel/Shared/Font.php b/PHPExcel/Classes/PHPExcel/Shared/Font.php index 7efb3c9..7637de6 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/Font.php +++ b/PHPExcel/Classes/PHPExcel/Shared/Font.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Shared_Font { diff --git a/PHPExcel/Classes/PHPExcel/Shared/JAMA/Matrix.php b/PHPExcel/Classes/PHPExcel/Shared/JAMA/Matrix.php index 82fb0fb..03acf90 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/JAMA/Matrix.php +++ b/PHPExcel/Classes/PHPExcel/Shared/JAMA/Matrix.php @@ -22,7 +22,7 @@ if (!defined('PHPEXCEL_ROOT')) { * @author Bartek Matosiuk * @version 1.8 * @license PHP v3.0 - * @see http://math.nist.gov/javanumerics/jama/ + * @see https://math.nist.gov/javanumerics/jama/ */ class PHPExcel_Shared_JAMA_Matrix { diff --git a/PHPExcel/Classes/PHPExcel/Shared/OLE.php b/PHPExcel/Classes/PHPExcel/Shared/OLE.php index 42a3c52..a830f47 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/OLE.php +++ b/PHPExcel/Classes/PHPExcel/Shared/OLE.php @@ -8,7 +8,7 @@ // | This source file is subject to version 2.02 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | // | available at through the world-wide-web at | -// | http://www.php.net/license/2_02.txt. | +// | https://www.php.net/license/2_02.txt. | // | If you did not receive a copy of the PHP license and are unable to | // | obtain it through the world-wide-web, please send a note to | // | license@php.net so we can mail you a copy immediately. | diff --git a/PHPExcel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php b/PHPExcel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php index 84d2cc5..f290fc3 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php +++ b/PHPExcel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php @@ -22,7 +22,7 @@ * @category PHPExcel * @package PHPExcel_Shared_OLE * @copyright Copyright (c) 2006 - 2007 Christian Schmidt - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_OLE_ChainedBlockStream diff --git a/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS.php b/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS.php index 608a892..3b38410 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS.php +++ b/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS.php @@ -8,7 +8,7 @@ // | This source file is subject to version 2.02 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | // | available at through the world-wide-web at | -// | http://www.php.net/license/2_02.txt. | +// | https://www.php.net/license/2_02.txt. | // | If you did not receive a copy of the PHP license and are unable to | // | obtain it through the world-wide-web, please send a note to | // | license@php.net so we can mail you a copy immediately. | diff --git a/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS/File.php b/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS/File.php index 1ca337c..c2f7816 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS/File.php +++ b/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS/File.php @@ -8,7 +8,7 @@ // | This source file is subject to version 2.02 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | // | available at through the world-wide-web at | -// | http://www.php.net/license/2_02.txt. | +// | https://www.php.net/license/2_02.txt. | // | If you did not receive a copy of the PHP license and are unable to | // | obtain it through the world-wide-web, please send a note to | // | license@php.net so we can mail you a copy immediately. | diff --git a/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS/Root.php b/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS/Root.php index 5d4052f..a098164 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS/Root.php +++ b/PHPExcel/Classes/PHPExcel/Shared/OLE/PPS/Root.php @@ -8,7 +8,7 @@ // | This source file is subject to version 2.02 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | // | available at through the world-wide-web at | -// | http://www.php.net/license/2_02.txt. | +// | https://www.php.net/license/2_02.txt. | // | If you did not receive a copy of the PHP license and are unable to | // | obtain it through the world-wide-web, please send a note to | // | license@php.net so we can mail you a copy immediately. | diff --git a/PHPExcel/Classes/PHPExcel/Shared/OLERead.php b/PHPExcel/Classes/PHPExcel/Shared/OLERead.php index 6b15d97..0a02bd3 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/OLERead.php +++ b/PHPExcel/Classes/PHPExcel/Shared/OLERead.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -304,7 +304,7 @@ class PHPExcel_Shared_OLERead private static function getInt4d($data, $pos) { // FIX: represent numbers correctly on 64-bit system - // http://sourceforge.net/tracker/index.php?func=detail&aid=1487372&group_id=99160&atid=623334 + // https://sourceforge.net/tracker/index.php?func=detail&aid=1487372&group_id=99160&atid=623334 // Hacked by Andreas Rehm 2006 to ensure correct result of the <<24 block on 32 and 64bit systems $_or_24 = ord($data[$pos + 3]); if ($_or_24 >= 128) { diff --git a/PHPExcel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php b/PHPExcel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php index a5a9b0a..957498d 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php +++ b/PHPExcel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php @@ -3,7 +3,7 @@ // PhpConcept Library - Zip Module 2.8.2 // -------------------------------------------------------------------------------- // License GNU/LGPL - Vincent Blavet - August 2009 -// http://www.phpconcept.net +// https://www.phpconcept.net // -------------------------------------------------------------------------------- // // Presentation : @@ -12,7 +12,7 @@ // WinZip application and other tools. // // Description : -// See readme.txt and http://www.phpconcept.net +// See readme.txt and https://www.phpconcept.net // // Warning : // This library and the associated files are non commercial, non professional diff --git a/PHPExcel/Classes/PHPExcel/Shared/PCLZip/readme.txt b/PHPExcel/Classes/PHPExcel/Shared/PCLZip/readme.txt index 6ed8839..b49d538 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/PCLZip/readme.txt +++ b/PHPExcel/Classes/PHPExcel/Shared/PCLZip/readme.txt @@ -3,7 +3,7 @@ // -------------------------------------------------------------------------------- // License GNU/LGPL - August 2009 // Vincent Blavet - vincent@phpconcept.net -// http://www.phpconcept.net +// https://www.phpconcept.net // -------------------------------------------------------------------------------- // $Id: readme.txt,v 1.60 2009/09/30 20:35:21 vblavet Exp $ // -------------------------------------------------------------------------------- @@ -27,7 +27,7 @@ PclZip is a library that allow you to manage a Zip archive. - Full documentation about PclZip can be found here : http://www.phpconcept.net/pclzip + Full documentation about PclZip can be found here : https://www.phpconcept.net/pclzip 2 - What's new ============== @@ -340,7 +340,7 @@ ============================= Please publish bugs reports in SourceForge : - http://sourceforge.net/tracker/?group_id=40254&atid=427564 + https://sourceforge.net/tracker/?group_id=40254&atid=427564 In Version 2.x : - PclZip does only support file uncompressed or compressed with deflate (compression method 8) @@ -388,13 +388,13 @@ code using PclZip library (or a part of it), YOU MUST : - Indicate in the documentation (or a readme file), that your work uses PclZip Library, and make a reference to the author and the web site - http://www.phpconcept.net + https://www.phpconcept.net - Gives the ability to the final user to update the PclZip libary. I will also appreciate that you send me a mail (vincent@phpconcept.net), just to be aware that someone is using PclZip. - For more information about GNU/LGPL license : http://www.gnu.org + For more information about GNU/LGPL license : https://www.gnu.org 6 - Warning ================= @@ -406,8 +406,8 @@ 7 - Documentation ================= - PclZip User Manuel is available in English on PhpConcept : http://www.phpconcept.net/pclzip/man/en/index.php - A Russian translation was done by Feskov Kuzma : http://php.russofile.ru/ru/authors/unsort/zip/ + PclZip User Manuel is available in English on PhpConcept : https://www.phpconcept.net/pclzip/man/en/index.php + A Russian translation was done by Feskov Kuzma : https://php.russofile.ru/ru/authors/unsort/zip/ 8 - Author ========== @@ -418,4 +418,4 @@ ============== If you want to contribute to the development of PclZip, please contact vincent@phpconcept.net. If you can help in financing PhpConcept hosting service, please go to - http://www.phpconcept.net/soutien.php + https://www.phpconcept.net/soutien.php diff --git a/PHPExcel/Classes/PHPExcel/Shared/PasswordHasher.php b/PHPExcel/Classes/PHPExcel/Shared/PasswordHasher.php index 946742b..aaa48b4 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/PasswordHasher.php +++ b/PHPExcel/Classes/PHPExcel/Shared/PasswordHasher.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Shared_PasswordHasher { diff --git a/PHPExcel/Classes/PHPExcel/Shared/String.php b/PHPExcel/Classes/PHPExcel/Shared/String.php index fa1a64e..1eefb56 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/String.php +++ b/PHPExcel/Classes/PHPExcel/Shared/String.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_String @@ -302,7 +302,7 @@ class PHPExcel_Shared_String } // Sometimes iconv_substr('A', 0, 1, 'UTF-8') just returns false in PHP 5.2.0 - // we cannot use iconv in that case either (http://bugs.php.net/bug.php?id=37773) + // we cannot use iconv in that case either (https://bugs.php.net/bug.php?id=37773) if (!@iconv_substr('A', 0, 1, 'UTF-8')) { self::$isIconvEnabled = false; return false; @@ -508,14 +508,14 @@ class PHPExcel_Shared_String * * Can handle both BOM'ed data and un-BOM'ed data. * Assumes Big-Endian byte order if no BOM is available. - * This function was taken from http://php.net/manual/en/function.utf8-decode.php + * This function was taken from https://php.net/manual/en/function.utf8-decode.php * and $bom_be parameter added. * * @param string $str UTF-16 encoded data to decode. * @return string UTF-8 / ISO encoded data. * @access public * @version 0.2 / 2010-05-13 - * @author Rasmus Andersson {@link http://rasmusandersson.se/} + * @author Rasmus Andersson {@link https://rasmusandersson.se/} * @author vadik56 */ public static function utf16_decode($str, $bom_be = true) diff --git a/PHPExcel/Classes/PHPExcel/Shared/TimeZone.php b/PHPExcel/Classes/PHPExcel/Shared/TimeZone.php index 73373e0..dcaac62 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/TimeZone.php +++ b/PHPExcel/Classes/PHPExcel/Shared/TimeZone.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -32,7 +32,7 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Shared_TimeZone { diff --git a/PHPExcel/Classes/PHPExcel/Shared/XMLWriter.php b/PHPExcel/Classes/PHPExcel/Shared/XMLWriter.php index 1dc119b..3c97e68 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/XMLWriter.php +++ b/PHPExcel/Classes/PHPExcel/Shared/XMLWriter.php @@ -29,8 +29,8 @@ if (!defined('DEBUGMODE_ENABLED')) { * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_XMLWriter extends XMLWriter diff --git a/PHPExcel/Classes/PHPExcel/Shared/ZipArchive.php b/PHPExcel/Classes/PHPExcel/Shared/ZipArchive.php index 9eac8ca..8251a7e 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/ZipArchive.php +++ b/PHPExcel/Classes/PHPExcel/Shared/ZipArchive.php @@ -26,8 +26,8 @@ require_once PHPEXCEL_ROOT . 'PHPExcel/Shared/PCLZip/pclzip.lib.php'; * * @category PHPExcel * @package PHPExcel_Shared_ZipArchive - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_ZipArchive diff --git a/PHPExcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php b/PHPExcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php index 2e0324c..7b8034e 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php +++ b/PHPExcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Shared_ZipStreamWrapper diff --git a/PHPExcel/Classes/PHPExcel/Shared/trend/bestFitClass.php b/PHPExcel/Classes/PHPExcel/Shared/trend/bestFitClass.php index 2de029f..f134fb9 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/trend/bestFitClass.php +++ b/PHPExcel/Classes/PHPExcel/Shared/trend/bestFitClass.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Shared_Trend - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Best_Fit diff --git a/PHPExcel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php b/PHPExcel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php index 4448735..39ff066 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php +++ b/PHPExcel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php @@ -23,8 +23,8 @@ require_once(PHPEXCEL_ROOT . 'PHPExcel/Shared/trend/bestFitClass.php'); * * @category PHPExcel * @package PHPExcel_Shared_Trend - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Exponential_Best_Fit extends PHPExcel_Best_Fit diff --git a/PHPExcel/Classes/PHPExcel/Shared/trend/linearBestFitClass.php b/PHPExcel/Classes/PHPExcel/Shared/trend/linearBestFitClass.php index 76b55b3..76d57c3 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/trend/linearBestFitClass.php +++ b/PHPExcel/Classes/PHPExcel/Shared/trend/linearBestFitClass.php @@ -23,8 +23,8 @@ require_once(PHPEXCEL_ROOT . 'PHPExcel/Shared/trend/bestFitClass.php'); * * @category PHPExcel * @package PHPExcel_Shared_Trend - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Linear_Best_Fit extends PHPExcel_Best_Fit diff --git a/PHPExcel/Classes/PHPExcel/Shared/trend/logarithmicBestFitClass.php b/PHPExcel/Classes/PHPExcel/Shared/trend/logarithmicBestFitClass.php index 221c538..284ba65 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/trend/logarithmicBestFitClass.php +++ b/PHPExcel/Classes/PHPExcel/Shared/trend/logarithmicBestFitClass.php @@ -23,8 +23,8 @@ require_once(PHPEXCEL_ROOT . 'PHPExcel/Shared/trend/bestFitClass.php'); * * @category PHPExcel * @package PHPExcel_Shared_Trend - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Logarithmic_Best_Fit extends PHPExcel_Best_Fit diff --git a/PHPExcel/Classes/PHPExcel/Shared/trend/polynomialBestFitClass.php b/PHPExcel/Classes/PHPExcel/Shared/trend/polynomialBestFitClass.php index 8a882b7..206d6dc 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/trend/polynomialBestFitClass.php +++ b/PHPExcel/Classes/PHPExcel/Shared/trend/polynomialBestFitClass.php @@ -24,8 +24,8 @@ require_once PHPEXCEL_ROOT . 'PHPExcel/Shared/JAMA/Matrix.php'; * * @category PHPExcel * @package PHPExcel_Shared_Trend - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Polynomial_Best_Fit extends PHPExcel_Best_Fit diff --git a/PHPExcel/Classes/PHPExcel/Shared/trend/powerBestFitClass.php b/PHPExcel/Classes/PHPExcel/Shared/trend/powerBestFitClass.php index 77c4734..636877b 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/trend/powerBestFitClass.php +++ b/PHPExcel/Classes/PHPExcel/Shared/trend/powerBestFitClass.php @@ -23,8 +23,8 @@ require_once PHPEXCEL_ROOT . 'PHPExcel/Shared/trend/bestFitClass.php'; * * @category PHPExcel * @package PHPExcel_Shared_Trend - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Power_Best_Fit extends PHPExcel_Best_Fit diff --git a/PHPExcel/Classes/PHPExcel/Shared/trend/trendClass.php b/PHPExcel/Classes/PHPExcel/Shared/trend/trendClass.php index 715cd41..4f7be2e 100755 --- a/PHPExcel/Classes/PHPExcel/Shared/trend/trendClass.php +++ b/PHPExcel/Classes/PHPExcel/Shared/trend/trendClass.php @@ -27,8 +27,8 @@ require_once PHPEXCEL_ROOT . 'PHPExcel/Shared/trend/polynomialBestFitClass.php'; * * @category PHPExcel * @package PHPExcel_Shared_Trend - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class trendClass diff --git a/PHPExcel/Classes/PHPExcel/Style.php b/PHPExcel/Classes/PHPExcel/Style.php index 6b952ef..d997166 100755 --- a/PHPExcel/Classes/PHPExcel/Style.php +++ b/PHPExcel/Classes/PHPExcel/Style.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Style extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Style/Alignment.php b/PHPExcel/Classes/PHPExcel/Style/Alignment.php index bfc4947..72ff3f9 100755 --- a/PHPExcel/Classes/PHPExcel/Style/Alignment.php +++ b/PHPExcel/Classes/PHPExcel/Style/Alignment.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Style_Alignment extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Style/Border.php b/PHPExcel/Classes/PHPExcel/Style/Border.php index 55efc50..2f79847 100755 --- a/PHPExcel/Classes/PHPExcel/Style/Border.php +++ b/PHPExcel/Classes/PHPExcel/Style/Border.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Style_Border extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Style/Borders.php b/PHPExcel/Classes/PHPExcel/Style/Borders.php index 27c40a4..73ad334 100755 --- a/PHPExcel/Classes/PHPExcel/Style/Borders.php +++ b/PHPExcel/Classes/PHPExcel/Style/Borders.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Style_Borders extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Style/Color.php b/PHPExcel/Classes/PHPExcel/Style/Color.php index 9c7790f..8d4fa57 100755 --- a/PHPExcel/Classes/PHPExcel/Style/Color.php +++ b/PHPExcel/Classes/PHPExcel/Style/Color.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Style_Color extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Style/Conditional.php b/PHPExcel/Classes/PHPExcel/Style/Conditional.php index 331362b..913e39b 100755 --- a/PHPExcel/Classes/PHPExcel/Style/Conditional.php +++ b/PHPExcel/Classes/PHPExcel/Style/Conditional.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Style_Conditional implements PHPExcel_IComparable { diff --git a/PHPExcel/Classes/PHPExcel/Style/Fill.php b/PHPExcel/Classes/PHPExcel/Style/Fill.php index 26343ff..d4db9dd 100755 --- a/PHPExcel/Classes/PHPExcel/Style/Fill.php +++ b/PHPExcel/Classes/PHPExcel/Style/Fill.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Style_Fill extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Style/Font.php b/PHPExcel/Classes/PHPExcel/Style/Font.php index 9566e1d..5ca5d18 100755 --- a/PHPExcel/Classes/PHPExcel/Style/Font.php +++ b/PHPExcel/Classes/PHPExcel/Style/Font.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Style_Font extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Style/NumberFormat.php b/PHPExcel/Classes/PHPExcel/Style/NumberFormat.php index 1b72cda..f3b1622 100755 --- a/PHPExcel/Classes/PHPExcel/Style/NumberFormat.php +++ b/PHPExcel/Classes/PHPExcel/Style/NumberFormat.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Style_NumberFormat extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Style/Protection.php b/PHPExcel/Classes/PHPExcel/Style/Protection.php index d5568f6..07ffbcc 100755 --- a/PHPExcel/Classes/PHPExcel/Style/Protection.php +++ b/PHPExcel/Classes/PHPExcel/Style/Protection.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Style_Protection extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Style/Supervisor.php b/PHPExcel/Classes/PHPExcel/Style/Supervisor.php index a90e1c6..42a1f1a 100755 --- a/PHPExcel/Classes/PHPExcel/Style/Supervisor.php +++ b/PHPExcel/Classes/PHPExcel/Style/Supervisor.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Style - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ abstract class PHPExcel_Style_Supervisor diff --git a/PHPExcel/Classes/PHPExcel/Worksheet.php b/PHPExcel/Classes/PHPExcel/Worksheet.php index 483aa00..22512bb 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter.php b/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter.php index 6ec8a44..aedb122 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_AutoFilter diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php b/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php index d64fd81..e4264d6 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_AutoFilter_Column diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php b/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php index 39ad18b..e229b74 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_AutoFilter_Column_Rule diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/BaseDrawing.php b/PHPExcel/Classes/PHPExcel/Worksheet/BaseDrawing.php index 9ad15c7..869512a 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/BaseDrawing.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/BaseDrawing.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_BaseDrawing implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/CellIterator.php b/PHPExcel/Classes/PHPExcel/Worksheet/CellIterator.php index 151c17f..3fd83fe 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/CellIterator.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/CellIterator.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ abstract class PHPExcel_Worksheet_CellIterator diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/Column.php b/PHPExcel/Classes/PHPExcel/Worksheet/Column.php index 6d3f36d..fbd8902 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/Column.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/Column.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_Column diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/ColumnCellIterator.php b/PHPExcel/Classes/PHPExcel/Worksheet/ColumnCellIterator.php index 7b8c219..f6ccdb1 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/ColumnCellIterator.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/ColumnCellIterator.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_ColumnCellIterator extends PHPExcel_Worksheet_CellIterator implements Iterator diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/ColumnDimension.php b/PHPExcel/Classes/PHPExcel/Worksheet/ColumnDimension.php index 405b825..ef763d1 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/ColumnDimension.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/ColumnDimension.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_ColumnDimension extends PHPExcel_Worksheet_Dimension diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/ColumnIterator.php b/PHPExcel/Classes/PHPExcel/Worksheet/ColumnIterator.php index 0db3e53..266eac5 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/ColumnIterator.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/ColumnIterator.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_ColumnIterator implements Iterator diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/Dimension.php b/PHPExcel/Classes/PHPExcel/Worksheet/Dimension.php index 84f692c..0807c82 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/Dimension.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/Dimension.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ abstract class PHPExcel_Worksheet_Dimension diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/Drawing.php b/PHPExcel/Classes/PHPExcel/Worksheet/Drawing.php index e39d3eb..eea5b5f 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/Drawing.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/Drawing.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet_Drawing - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_Drawing extends PHPExcel_Worksheet_BaseDrawing implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php b/PHPExcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php index 84db91d..24878ec 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet_Drawing - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_Drawing_Shadow implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooter.php b/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooter.php index 3a88923..ca922fe 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooter.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooter.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## * * diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php b/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php index a491f4b..807f0b5 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_HeaderFooterDrawing extends PHPExcel_Worksheet_Drawing implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/MemoryDrawing.php b/PHPExcel/Classes/PHPExcel/Worksheet/MemoryDrawing.php index 438ed2c..49f1724 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/MemoryDrawing.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/MemoryDrawing.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_MemoryDrawing extends PHPExcel_Worksheet_BaseDrawing implements PHPExcel_IComparable diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/PageMargins.php b/PHPExcel/Classes/PHPExcel/Worksheet/PageMargins.php index 70f5ee0..a913efa 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/PageMargins.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/PageMargins.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Worksheet_PageMargins { diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/PageSetup.php b/PHPExcel/Classes/PHPExcel/Worksheet/PageSetup.php index c67053e..0ead596 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/PageSetup.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/PageSetup.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -102,7 +102,7 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Worksheet_PageSetup { diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/Protection.php b/PHPExcel/Classes/PHPExcel/Worksheet/Protection.php index 00633ee..88ff322 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/Protection.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/Protection.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Worksheet_Protection { diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/Row.php b/PHPExcel/Classes/PHPExcel/Worksheet/Row.php index 4f6034f..1a25fcf 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/Row.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/Row.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_Row diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/RowCellIterator.php b/PHPExcel/Classes/PHPExcel/Worksheet/RowCellIterator.php index 90eb9c9..f7ecf69 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/RowCellIterator.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/RowCellIterator.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_RowCellIterator extends PHPExcel_Worksheet_CellIterator implements Iterator diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/RowDimension.php b/PHPExcel/Classes/PHPExcel/Worksheet/RowDimension.php index c147486..e94d92e 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/RowDimension.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/RowDimension.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_RowDimension extends PHPExcel_Worksheet_Dimension diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/RowIterator.php b/PHPExcel/Classes/PHPExcel/Worksheet/RowIterator.php index 9ddb3e0..0815ead 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/RowIterator.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/RowIterator.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_RowIterator implements Iterator diff --git a/PHPExcel/Classes/PHPExcel/Worksheet/SheetView.php b/PHPExcel/Classes/PHPExcel/Worksheet/SheetView.php index 5aaef3b..dd6bce7 100755 --- a/PHPExcel/Classes/PHPExcel/Worksheet/SheetView.php +++ b/PHPExcel/Classes/PHPExcel/Worksheet/SheetView.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Worksheet - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Worksheet_SheetView diff --git a/PHPExcel/Classes/PHPExcel/WorksheetIterator.php b/PHPExcel/Classes/PHPExcel/WorksheetIterator.php index cb1b281..09fdd73 100755 --- a/PHPExcel/Classes/PHPExcel/WorksheetIterator.php +++ b/PHPExcel/Classes/PHPExcel/WorksheetIterator.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_WorksheetIterator implements Iterator diff --git a/PHPExcel/Classes/PHPExcel/Writer/Abstract.php b/PHPExcel/Classes/PHPExcel/Writer/Abstract.php index 2a797a9..80bcbc4 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Abstract.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Abstract.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ abstract class PHPExcel_Writer_Abstract implements PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/Writer/CSV.php b/PHPExcel/Classes/PHPExcel/Writer/CSV.php index e59c301..94706ca 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/CSV.php +++ b/PHPExcel/Classes/PHPExcel/Writer/CSV.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_CSV - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_CSV extends PHPExcel_Writer_Abstract implements PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007.php index 11d354b..e6b9842 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007 extends PHPExcel_Writer_Abstract implements PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Chart.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Chart.php index 92fa215..9e5b1a5 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Chart.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Chart.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_Chart extends PHPExcel_Writer_Excel2007_WriterPart @@ -58,9 +58,9 @@ class PHPExcel_Writer_Excel2007_Chart extends PHPExcel_Writer_Excel2007_WriterPa // c:chartSpace $objWriter->startElement('c:chartSpace'); - $objWriter->writeAttribute('xmlns:c', 'http://schemas.openxmlformats.org/drawingml/2006/chart'); - $objWriter->writeAttribute('xmlns:a', 'http://schemas.openxmlformats.org/drawingml/2006/main'); - $objWriter->writeAttribute('xmlns:r', 'http://schemas.openxmlformats.org/officeDocument/2006/relationships'); + $objWriter->writeAttribute('xmlns:c', 'https://schemas.openxmlformats.org/drawingml/2006/chart'); + $objWriter->writeAttribute('xmlns:a', 'https://schemas.openxmlformats.org/drawingml/2006/main'); + $objWriter->writeAttribute('xmlns:r', 'https://schemas.openxmlformats.org/officeDocument/2006/relationships'); $objWriter->startElement('c:date1904'); $objWriter->writeAttribute('val', 0); @@ -1468,10 +1468,10 @@ class PHPExcel_Writer_Excel2007_Chart extends PHPExcel_Writer_Excel2007_WriterPa private function writeAlternateContent($objWriter) { $objWriter->startElement('mc:AlternateContent'); - $objWriter->writeAttribute('xmlns:mc', 'http://schemas.openxmlformats.org/markup-compatibility/2006'); + $objWriter->writeAttribute('xmlns:mc', 'https://schemas.openxmlformats.org/markup-compatibility/2006'); $objWriter->startElement('mc:Choice'); - $objWriter->writeAttribute('xmlns:c14', 'http://schemas.microsoft.com/office/drawing/2007/8/2/chart'); + $objWriter->writeAttribute('xmlns:c14', 'https://schemas.microsoft.com/office/drawing/2007/8/2/chart'); $objWriter->writeAttribute('Requires', 'c14'); $objWriter->startElement('c14:style'); diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Comments.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Comments.php index 7139f6c..f7998fa 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Comments.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Comments.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_Comments extends PHPExcel_Writer_Excel2007_WriterPart @@ -61,7 +61,7 @@ class PHPExcel_Writer_Excel2007_Comments extends PHPExcel_Writer_Excel2007_Write // comments $objWriter->startElement('comments'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/spreadsheetml/2006/main'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/spreadsheetml/2006/main'); // Loop through authors $objWriter->startElement('authors'); diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php index 0d91189..be7919e 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_ContentTypes extends PHPExcel_Writer_Excel2007_WriterPart @@ -50,7 +50,7 @@ class PHPExcel_Writer_Excel2007_ContentTypes extends PHPExcel_Writer_Excel2007_W // Types $objWriter->startElement('Types'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/package/2006/content-types'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/package/2006/content-types'); // Theme $this->writeOverrideContentType($objWriter, '/xl/theme/theme1.xml', 'application/vnd.openxmlformats-officedocument.theme+xml'); diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/DocProps.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/DocProps.php index fef3d93..9cfa969 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/DocProps.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/DocProps.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_DocProps extends PHPExcel_Writer_Excel2007_WriterPart @@ -49,8 +49,8 @@ class PHPExcel_Writer_Excel2007_DocProps extends PHPExcel_Writer_Excel2007_Write // Properties $objWriter->startElement('Properties'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/officeDocument/2006/extended-properties'); - $objWriter->writeAttribute('xmlns:vt', 'http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/officeDocument/2006/extended-properties'); + $objWriter->writeAttribute('xmlns:vt', 'https://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes'); // Application $objWriter->writeElement('Application', 'Microsoft Excel'); @@ -146,11 +146,11 @@ class PHPExcel_Writer_Excel2007_DocProps extends PHPExcel_Writer_Excel2007_Write // cp:coreProperties $objWriter->startElement('cp:coreProperties'); - $objWriter->writeAttribute('xmlns:cp', 'http://schemas.openxmlformats.org/package/2006/metadata/core-properties'); - $objWriter->writeAttribute('xmlns:dc', 'http://purl.org/dc/elements/1.1/'); - $objWriter->writeAttribute('xmlns:dcterms', 'http://purl.org/dc/terms/'); - $objWriter->writeAttribute('xmlns:dcmitype', 'http://purl.org/dc/dcmitype/'); - $objWriter->writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'); + $objWriter->writeAttribute('xmlns:cp', 'https://schemas.openxmlformats.org/package/2006/metadata/core-properties'); + $objWriter->writeAttribute('xmlns:dc', 'https://purl.org/dc/elements/1.1/'); + $objWriter->writeAttribute('xmlns:dcterms', 'https://purl.org/dc/terms/'); + $objWriter->writeAttribute('xmlns:dcmitype', 'https://purl.org/dc/dcmitype/'); + $objWriter->writeAttribute('xmlns:xsi', 'https://www.w3.org/2001/XMLSchema-instance'); // dc:creator $objWriter->writeElement('dc:creator', $pPHPExcel->getProperties()->getCreator()); @@ -218,8 +218,8 @@ class PHPExcel_Writer_Excel2007_DocProps extends PHPExcel_Writer_Excel2007_Write // cp:coreProperties $objWriter->startElement('Properties'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/officeDocument/2006/custom-properties'); - $objWriter->writeAttribute('xmlns:vt', 'http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/officeDocument/2006/custom-properties'); + $objWriter->writeAttribute('xmlns:vt', 'https://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes'); foreach ($customPropertyList as $key => $customProperty) { diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Drawing.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Drawing.php index 2814388..b81e089 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Drawing.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Drawing.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_Drawing extends PHPExcel_Writer_Excel2007_WriterPart @@ -51,8 +51,8 @@ class PHPExcel_Writer_Excel2007_Drawing extends PHPExcel_Writer_Excel2007_Writer // xdr:wsDr $objWriter->startElement('xdr:wsDr'); - $objWriter->writeAttribute('xmlns:xdr', 'http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing'); - $objWriter->writeAttribute('xmlns:a', 'http://schemas.openxmlformats.org/drawingml/2006/main'); + $objWriter->writeAttribute('xmlns:xdr', 'https://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing'); + $objWriter->writeAttribute('xmlns:a', 'https://schemas.openxmlformats.org/drawingml/2006/main'); // Loop through images and write drawings $i = 1; @@ -136,10 +136,10 @@ class PHPExcel_Writer_Excel2007_Drawing extends PHPExcel_Writer_Excel2007_Writer $objWriter->startElement('a:graphic'); $objWriter->startElement('a:graphicData'); - $objWriter->writeAttribute('uri', 'http://schemas.openxmlformats.org/drawingml/2006/chart'); + $objWriter->writeAttribute('uri', 'https://schemas.openxmlformats.org/drawingml/2006/chart'); $objWriter->startElement('c:chart'); - $objWriter->writeAttribute('xmlns:c', 'http://schemas.openxmlformats.org/drawingml/2006/chart'); - $objWriter->writeAttribute('xmlns:r', 'http://schemas.openxmlformats.org/officeDocument/2006/relationships'); + $objWriter->writeAttribute('xmlns:c', 'https://schemas.openxmlformats.org/drawingml/2006/chart'); + $objWriter->writeAttribute('xmlns:r', 'https://schemas.openxmlformats.org/officeDocument/2006/relationships'); $objWriter->writeAttribute('r:id', 'rId'.$pRelationId); $objWriter->endElement(); $objWriter->endElement(); @@ -213,7 +213,7 @@ class PHPExcel_Writer_Excel2007_Drawing extends PHPExcel_Writer_Excel2007_Writer // a:blip $objWriter->startElement('a:blip'); - $objWriter->writeAttribute('xmlns:r', 'http://schemas.openxmlformats.org/officeDocument/2006/relationships'); + $objWriter->writeAttribute('xmlns:r', 'https://schemas.openxmlformats.org/officeDocument/2006/relationships'); $objWriter->writeAttribute('r:embed', 'rId' . $pRelationId); $objWriter->endElement(); diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Rels.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Rels.php index 14ff337..3cffe7a 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Rels.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Rels.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPart @@ -49,7 +49,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar // Relationships $objWriter->startElement('Relationships'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/package/2006/relationships'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/package/2006/relationships'); $customPropertyList = $pPHPExcel->getProperties()->getCustomProperties(); if (!empty($customPropertyList)) { @@ -57,7 +57,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, 4, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties', 'docProps/custom.xml' ); @@ -67,7 +67,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, 3, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties', 'docProps/app.xml' ); @@ -75,7 +75,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, 2, - 'http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties', + 'https://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties', 'docProps/core.xml' ); @@ -83,7 +83,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, 1, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument', 'xl/workbook.xml' ); // a custom UI in workbook ? @@ -91,7 +91,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationShip( $objWriter, 5, - 'http://schemas.microsoft.com/office/2006/relationships/ui/extensibility', + 'https://schemas.microsoft.com/office/2006/relationships/ui/extensibility', $pPHPExcel->getRibbonXMLData('target') ); } @@ -123,13 +123,13 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar // Relationships $objWriter->startElement('Relationships'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/package/2006/relationships'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/package/2006/relationships'); // Relationship styles.xml $this->writeRelationship( $objWriter, 1, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/styles', 'styles.xml' ); @@ -137,7 +137,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, 2, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/theme', 'theme/theme1.xml' ); @@ -145,7 +145,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, 3, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings', 'sharedStrings.xml' ); @@ -155,7 +155,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, ($i + 1 + 3), - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet', 'worksheets/sheet' . ($i + 1) . '.xml' ); } @@ -165,7 +165,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationShip( $objWriter, ($i + 1 + 3), - 'http://schemas.microsoft.com/office/2006/relationships/vbaProject', + 'https://schemas.microsoft.com/office/2006/relationships/vbaProject', 'vbaProject.bin' ); ++$i;//increment i if needed for an another relation @@ -204,7 +204,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar // Relationships $objWriter->startElement('Relationships'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/package/2006/relationships'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/package/2006/relationships'); // Write drawing relationships? $d = 0; @@ -218,7 +218,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, ++$d, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing', '../drawings/drawing' . $pWorksheetId . '.xml' ); } @@ -232,7 +232,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar // $this->writeRelationship( // $objWriter, // ++$d, -// 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart', +// 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/chart', // '../charts/chart' . ++$chartCount . '.xml' // ); // } @@ -245,7 +245,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, '_hyperlink_' . $i, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink', $hyperlink->getUrl(), 'External' ); @@ -260,14 +260,14 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, '_comments_vml' . $i, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing', '../drawings/vmlDrawing' . $pWorksheetId . '.vml' ); $this->writeRelationship( $objWriter, '_comments' . $i, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/comments', '../comments' . $pWorksheetId . '.xml' ); } @@ -278,7 +278,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, '_headerfooter_vml' . $i, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing', '../drawings/vmlDrawingHF' . $pWorksheetId . '.vml' ); } @@ -312,7 +312,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar // Relationships $objWriter->startElement('Relationships'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/package/2006/relationships'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/package/2006/relationships'); // Loop through images and write relationships $i = 1; @@ -324,7 +324,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, $i, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/image', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/image', '../media/' . str_replace(' ', '', $iterator->current()->getIndexedFilename()) ); } @@ -341,7 +341,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, $i++, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/chart', '../charts/chart' . ++$chartRef . '.xml' ); } @@ -375,7 +375,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar // Relationships $objWriter->startElement('Relationships'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/package/2006/relationships'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/package/2006/relationships'); // Loop through images and write relationships foreach ($pWorksheet->getHeaderFooter()->getImages() as $key => $value) { @@ -383,7 +383,7 @@ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPar $this->writeRelationship( $objWriter, $key, - 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/image', + 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/image', '../media/' . $value->getIndexedFilename() ); } diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/RelsRibbon.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/RelsRibbon.php index 5a4a9fc..f559d2e 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/RelsRibbon.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/RelsRibbon.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_RelsRibbon extends PHPExcel_Writer_Excel2007_WriterPart @@ -49,13 +49,13 @@ class PHPExcel_Writer_Excel2007_RelsRibbon extends PHPExcel_Writer_Excel2007_Wri // Relationships $objWriter->startElement('Relationships'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/package/2006/relationships'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/package/2006/relationships'); $localRels = $pPHPExcel->getRibbonBinObjects('names'); if (is_array($localRels)) { foreach ($localRels as $aId => $aTarget) { $objWriter->startElement('Relationship'); $objWriter->writeAttribute('Id', $aId); - $objWriter->writeAttribute('Type', 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/image'); + $objWriter->writeAttribute('Type', 'https://schemas.openxmlformats.org/officeDocument/2006/relationships/image'); $objWriter->writeAttribute('Target', $aTarget); $objWriter->endElement(); } diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/RelsVBA.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/RelsVBA.php index bee0e64..41a757f 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/RelsVBA.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/RelsVBA.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_RelsVBA extends PHPExcel_Writer_Excel2007_WriterPart @@ -49,10 +49,10 @@ class PHPExcel_Writer_Excel2007_RelsVBA extends PHPExcel_Writer_Excel2007_Writer // Relationships $objWriter->startElement('Relationships'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/package/2006/relationships'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/package/2006/relationships'); $objWriter->startElement('Relationship'); $objWriter->writeAttribute('Id', 'rId1'); - $objWriter->writeAttribute('Type', 'http://schemas.microsoft.com/office/2006/relationships/vbaProjectSignature'); + $objWriter->writeAttribute('Type', 'https://schemas.microsoft.com/office/2006/relationships/vbaProjectSignature'); $objWriter->writeAttribute('Target', 'vbaProjectSignature.bin'); $objWriter->endElement(); $objWriter->endElement(); diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/StringTable.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/StringTable.php index fccec66..4ff1af3 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/StringTable.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/StringTable.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_StringTable extends PHPExcel_Writer_Excel2007_WriterPart @@ -99,7 +99,7 @@ class PHPExcel_Writer_Excel2007_StringTable extends PHPExcel_Writer_Excel2007_Wr // String table $objWriter->startElement('sst'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/spreadsheetml/2006/main'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/spreadsheetml/2006/main'); $objWriter->writeAttribute('uniqueCount', count($pStringTable)); // Loop through string table diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Style.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Style.php index d3f0af7..55a7f97 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Style.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Style.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_Style extends PHPExcel_Writer_Excel2007_WriterPart @@ -50,7 +50,7 @@ class PHPExcel_Writer_Excel2007_Style extends PHPExcel_Writer_Excel2007_WriterPa // styleSheet $objWriter->startElement('styleSheet'); $objWriter->writeAttribute('xml:space', 'preserve'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/spreadsheetml/2006/main'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/spreadsheetml/2006/main'); // numFmts $objWriter->startElement('numFmts'); diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Theme.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Theme.php index 223e402..1c6f305 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Theme.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Theme.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Writer_Excel2007_Theme extends PHPExcel_Writer_Excel2007_WriterPart { @@ -151,7 +151,7 @@ class PHPExcel_Writer_Excel2007_Theme extends PHPExcel_Writer_Excel2007_WriterPa // a:theme $objWriter->startElement('a:theme'); - $objWriter->writeAttribute('xmlns:a', 'http://schemas.openxmlformats.org/drawingml/2006/main'); + $objWriter->writeAttribute('xmlns:a', 'https://schemas.openxmlformats.org/drawingml/2006/main'); $objWriter->writeAttribute('name', 'Office Theme'); // a:themeElements diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Workbook.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Workbook.php index 87c877e..0eda4e1 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Workbook.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Workbook.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel2007_Workbook extends PHPExcel_Writer_Excel2007_WriterPart @@ -51,8 +51,8 @@ class PHPExcel_Writer_Excel2007_Workbook extends PHPExcel_Writer_Excel2007_Write // workbook $objWriter->startElement('workbook'); $objWriter->writeAttribute('xml:space', 'preserve'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/spreadsheetml/2006/main'); - $objWriter->writeAttribute('xmlns:r', 'http://schemas.openxmlformats.org/officeDocument/2006/relationships'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/spreadsheetml/2006/main'); + $objWriter->writeAttribute('xmlns:r', 'https://schemas.openxmlformats.org/officeDocument/2006/relationships'); // fileVersion $this->writeFileVersion($objWriter); diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php index c211403..d0f1722 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Writer_Excel2007_Worksheet extends PHPExcel_Writer_Excel2007_WriterPart { @@ -61,8 +61,8 @@ class PHPExcel_Writer_Excel2007_Worksheet extends PHPExcel_Writer_Excel2007_Writ // Worksheet $objWriter->startElement('worksheet'); $objWriter->writeAttribute('xml:space', 'preserve'); - $objWriter->writeAttribute('xmlns', 'http://schemas.openxmlformats.org/spreadsheetml/2006/main'); - $objWriter->writeAttribute('xmlns:r', 'http://schemas.openxmlformats.org/officeDocument/2006/relationships'); + $objWriter->writeAttribute('xmlns', 'https://schemas.openxmlformats.org/spreadsheetml/2006/main'); + $objWriter->writeAttribute('xmlns:r', 'https://schemas.openxmlformats.org/officeDocument/2006/relationships'); // sheetPr $this->writeSheetPr($objWriter, $pSheet); diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php index 806ebe5..bbb39d5 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ abstract class PHPExcel_Writer_Excel2007_WriterPart diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel5.php b/PHPExcel/Classes/PHPExcel/Writer/Excel5.php index 2dede81..efba93c 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel5.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel5.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel5 extends PHPExcel_Writer_Abstract implements PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php b/PHPExcel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php index a795752..a5f0067 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Escher.php b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Escher.php index c37fda9..c5f6de3 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Escher.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Escher.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) */ class PHPExcel_Writer_Excel5_Escher { diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Font.php b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Font.php index ed85ff4..92e5924 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Font.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Font.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Excel5_Font diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Parser.php b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Parser.php index 0cf1c1d..ada123f 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Parser.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Parser.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Workbook.php b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Workbook.php index 8b06843..31e9cf2 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Workbook.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Workbook.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php index be965e2..c730ba0 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -480,7 +480,7 @@ class PHPExcel_Writer_Excel5_Worksheet extends PHPExcel_Writer_Excel5_BIFFwriter // internal to current workbook $url = str_replace('sheet://', 'internal:', $url); - } elseif (preg_match('/^(http:|https:|ftp:|mailto:)/', $url)) { + } elseif (preg_match('/^(https:|https:|ftp:|mailto:)/', $url)) { // URL // $url = $url; diff --git a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Xf.php b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Xf.php index e41589a..91bd57a 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Excel5/Xf.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Excel5/Xf.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_Excel5 - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Classes/PHPExcel/Writer/Exception.php b/PHPExcel/Classes/PHPExcel/Writer/Exception.php index bfa0056..8e91ce0 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/Exception.php +++ b/PHPExcel/Classes/PHPExcel/Writer/Exception.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_Exception extends PHPExcel_Exception diff --git a/PHPExcel/Classes/PHPExcel/Writer/HTML.php b/PHPExcel/Classes/PHPExcel/Writer/HTML.php index 31d7c63..492e47a 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/HTML.php +++ b/PHPExcel/Classes/PHPExcel/Writer/HTML.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_HTML - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_HTML extends PHPExcel_Writer_Abstract implements PHPExcel_Writer_IWriter @@ -340,8 +340,8 @@ class PHPExcel_Writer_HTML extends PHPExcel_Writer_Abstract implements PHPExcel_ // Construct HTML $properties = $this->phpExcel->getProperties(); - $html = '' . PHP_EOL; - $html .= '' . PHP_EOL; + $html = '' . PHP_EOL; + $html .= '' . PHP_EOL; $html .= '' . PHP_EOL; $html .= ' ' . PHP_EOL; $html .= ' ' . PHP_EOL; diff --git a/PHPExcel/Classes/PHPExcel/Writer/IWriter.php b/PHPExcel/Classes/PHPExcel/Writer/IWriter.php index c7cfe74..21598e0 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/IWriter.php +++ b/PHPExcel/Classes/PHPExcel/Writer/IWriter.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ interface PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument.php index 912ba9d..13d2dbc 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_OpenDocument extends PHPExcel_Writer_Abstract implements PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Cell/Comment.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Cell/Comment.php index f1e98a1..bcacb5b 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Cell/Comment.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Cell/Comment.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) * @author Alexander Pervakov */ class PHPExcel_Writer_OpenDocument_Cell_Comment diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Content.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Content.php index a34b167..ab48c67 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Content.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Content.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -31,7 +31,7 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) * @author Alexander Pervakov */ class PHPExcel_Writer_OpenDocument_Content extends PHPExcel_Writer_OpenDocument_WriterPart @@ -70,32 +70,32 @@ class PHPExcel_Writer_OpenDocument_Content extends PHPExcel_Writer_OpenDocument_ $objWriter->writeAttribute('xmlns:table', 'urn:oasis:names:tc:opendocument:xmlns:table:1.0'); $objWriter->writeAttribute('xmlns:draw', 'urn:oasis:names:tc:opendocument:xmlns:drawing:1.0'); $objWriter->writeAttribute('xmlns:fo', 'urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0'); - $objWriter->writeAttribute('xmlns:xlink', 'http://www.w3.org/1999/xlink'); - $objWriter->writeAttribute('xmlns:dc', 'http://purl.org/dc/elements/1.1/'); + $objWriter->writeAttribute('xmlns:xlink', 'https://www.w3.org/1999/xlink'); + $objWriter->writeAttribute('xmlns:dc', 'https://purl.org/dc/elements/1.1/'); $objWriter->writeAttribute('xmlns:meta', 'urn:oasis:names:tc:opendocument:xmlns:meta:1.0'); $objWriter->writeAttribute('xmlns:number', 'urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0'); $objWriter->writeAttribute('xmlns:presentation', 'urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'); $objWriter->writeAttribute('xmlns:svg', 'urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'); $objWriter->writeAttribute('xmlns:chart', 'urn:oasis:names:tc:opendocument:xmlns:chart:1.0'); $objWriter->writeAttribute('xmlns:dr3d', 'urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0'); - $objWriter->writeAttribute('xmlns:math', 'http://www.w3.org/1998/Math/MathML'); + $objWriter->writeAttribute('xmlns:math', 'https://www.w3.org/1998/Math/MathML'); $objWriter->writeAttribute('xmlns:form', 'urn:oasis:names:tc:opendocument:xmlns:form:1.0'); $objWriter->writeAttribute('xmlns:script', 'urn:oasis:names:tc:opendocument:xmlns:script:1.0'); - $objWriter->writeAttribute('xmlns:ooo', 'http://openoffice.org/2004/office'); - $objWriter->writeAttribute('xmlns:ooow', 'http://openoffice.org/2004/writer'); - $objWriter->writeAttribute('xmlns:oooc', 'http://openoffice.org/2004/calc'); - $objWriter->writeAttribute('xmlns:dom', 'http://www.w3.org/2001/xml-events'); - $objWriter->writeAttribute('xmlns:xforms', 'http://www.w3.org/2002/xforms'); - $objWriter->writeAttribute('xmlns:xsd', 'http://www.w3.org/2001/XMLSchema'); - $objWriter->writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'); - $objWriter->writeAttribute('xmlns:rpt', 'http://openoffice.org/2005/report'); + $objWriter->writeAttribute('xmlns:ooo', 'https://openoffice.org/2004/office'); + $objWriter->writeAttribute('xmlns:ooow', 'https://openoffice.org/2004/writer'); + $objWriter->writeAttribute('xmlns:oooc', 'https://openoffice.org/2004/calc'); + $objWriter->writeAttribute('xmlns:dom', 'https://www.w3.org/2001/xml-events'); + $objWriter->writeAttribute('xmlns:xforms', 'https://www.w3.org/2002/xforms'); + $objWriter->writeAttribute('xmlns:xsd', 'https://www.w3.org/2001/XMLSchema'); + $objWriter->writeAttribute('xmlns:xsi', 'https://www.w3.org/2001/XMLSchema-instance'); + $objWriter->writeAttribute('xmlns:rpt', 'https://openoffice.org/2005/report'); $objWriter->writeAttribute('xmlns:of', 'urn:oasis:names:tc:opendocument:xmlns:of:1.2'); - $objWriter->writeAttribute('xmlns:xhtml', 'http://www.w3.org/1999/xhtml'); - $objWriter->writeAttribute('xmlns:grddl', 'http://www.w3.org/2003/g/data-view#'); - $objWriter->writeAttribute('xmlns:tableooo', 'http://openoffice.org/2009/table'); + $objWriter->writeAttribute('xmlns:xhtml', 'https://www.w3.org/1999/xhtml'); + $objWriter->writeAttribute('xmlns:grddl', 'https://www.w3.org/2003/g/data-view#'); + $objWriter->writeAttribute('xmlns:tableooo', 'https://openoffice.org/2009/table'); $objWriter->writeAttribute('xmlns:field', 'urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0'); $objWriter->writeAttribute('xmlns:formx', 'urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0'); - $objWriter->writeAttribute('xmlns:css3t', 'http://www.w3.org/TR/css3-text/'); + $objWriter->writeAttribute('xmlns:css3t', 'https://www.w3.org/TR/css3-text/'); $objWriter->writeAttribute('office:version', '1.2'); $objWriter->writeElement('office:scripts'); diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Meta.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Meta.php index 1a5c5fd..b24a197 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Meta.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Meta.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_OpenDocument_Meta extends PHPExcel_Writer_OpenDocument_WriterPart @@ -54,11 +54,11 @@ class PHPExcel_Writer_OpenDocument_Meta extends PHPExcel_Writer_OpenDocument_Wri $objWriter->startElement('office:document-meta'); $objWriter->writeAttribute('xmlns:office', 'urn:oasis:names:tc:opendocument:xmlns:office:1.0'); - $objWriter->writeAttribute('xmlns:xlink', 'http://www.w3.org/1999/xlink'); - $objWriter->writeAttribute('xmlns:dc', 'http://purl.org/dc/elements/1.1/'); + $objWriter->writeAttribute('xmlns:xlink', 'https://www.w3.org/1999/xlink'); + $objWriter->writeAttribute('xmlns:dc', 'https://purl.org/dc/elements/1.1/'); $objWriter->writeAttribute('xmlns:meta', 'urn:oasis:names:tc:opendocument:xmlns:meta:1.0'); - $objWriter->writeAttribute('xmlns:ooo', 'http://openoffice.org/2004/office'); - $objWriter->writeAttribute('xmlns:grddl', 'http://www.w3.org/2003/g/data-view#'); + $objWriter->writeAttribute('xmlns:ooo', 'https://openoffice.org/2004/office'); + $objWriter->writeAttribute('xmlns:grddl', 'https://www.w3.org/2003/g/data-view#'); $objWriter->writeAttribute('office:version', '1.2'); $objWriter->startElement('office:meta'); diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/MetaInf.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/MetaInf.php index c43b723..8b113df 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/MetaInf.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/MetaInf.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_OpenDocument_MetaInf extends PHPExcel_Writer_OpenDocument_WriterPart diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Mimetype.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Mimetype.php index d51a8b9..e23c85a 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Mimetype.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Mimetype.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_OpenDocument_Mimetype extends PHPExcel_Writer_OpenDocument_WriterPart diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Settings.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Settings.php index 84161b6..639ab52 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Settings.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Settings.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_OpenDocument_Settings extends PHPExcel_Writer_OpenDocument_WriterPart @@ -53,9 +53,9 @@ class PHPExcel_Writer_OpenDocument_Settings extends PHPExcel_Writer_OpenDocument // Settings $objWriter->startElement('office:document-settings'); $objWriter->writeAttribute('xmlns:office', 'urn:oasis:names:tc:opendocument:xmlns:office:1.0'); - $objWriter->writeAttribute('xmlns:xlink', 'http://www.w3.org/1999/xlink'); + $objWriter->writeAttribute('xmlns:xlink', 'https://www.w3.org/1999/xlink'); $objWriter->writeAttribute('xmlns:config', 'urn:oasis:names:tc:opendocument:xmlns:config:1.0'); - $objWriter->writeAttribute('xmlns:ooo', 'http://openoffice.org/2004/office'); + $objWriter->writeAttribute('xmlns:ooo', 'https://openoffice.org/2004/office'); $objWriter->writeAttribute('office:version', '1.2'); $objWriter->startElement('office:settings'); diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Styles.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Styles.php index cc6e25b..cf133e9 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Styles.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Styles.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_OpenDocument_Styles extends PHPExcel_Writer_OpenDocument_WriterPart @@ -58,27 +58,27 @@ class PHPExcel_Writer_OpenDocument_Styles extends PHPExcel_Writer_OpenDocument_W $objWriter->writeAttribute('xmlns:table', 'urn:oasis:names:tc:opendocument:xmlns:table:1.0'); $objWriter->writeAttribute('xmlns:draw', 'urn:oasis:names:tc:opendocument:xmlns:drawing:1.0'); $objWriter->writeAttribute('xmlns:fo', 'urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0'); - $objWriter->writeAttribute('xmlns:xlink', 'http://www.w3.org/1999/xlink'); - $objWriter->writeAttribute('xmlns:dc', 'http://purl.org/dc/elements/1.1/'); + $objWriter->writeAttribute('xmlns:xlink', 'https://www.w3.org/1999/xlink'); + $objWriter->writeAttribute('xmlns:dc', 'https://purl.org/dc/elements/1.1/'); $objWriter->writeAttribute('xmlns:meta', 'urn:oasis:names:tc:opendocument:xmlns:meta:1.0'); $objWriter->writeAttribute('xmlns:number', 'urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0'); $objWriter->writeAttribute('xmlns:presentation', 'urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'); $objWriter->writeAttribute('xmlns:svg', 'urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'); $objWriter->writeAttribute('xmlns:chart', 'urn:oasis:names:tc:opendocument:xmlns:chart:1.0'); $objWriter->writeAttribute('xmlns:dr3d', 'urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0'); - $objWriter->writeAttribute('xmlns:math', 'http://www.w3.org/1998/Math/MathML'); + $objWriter->writeAttribute('xmlns:math', 'https://www.w3.org/1998/Math/MathML'); $objWriter->writeAttribute('xmlns:form', 'urn:oasis:names:tc:opendocument:xmlns:form:1.0'); $objWriter->writeAttribute('xmlns:script', 'urn:oasis:names:tc:opendocument:xmlns:script:1.0'); - $objWriter->writeAttribute('xmlns:ooo', 'http://openoffice.org/2004/office'); - $objWriter->writeAttribute('xmlns:ooow', 'http://openoffice.org/2004/writer'); - $objWriter->writeAttribute('xmlns:oooc', 'http://openoffice.org/2004/calc'); - $objWriter->writeAttribute('xmlns:dom', 'http://www.w3.org/2001/xml-events'); - $objWriter->writeAttribute('xmlns:rpt', 'http://openoffice.org/2005/report'); + $objWriter->writeAttribute('xmlns:ooo', 'https://openoffice.org/2004/office'); + $objWriter->writeAttribute('xmlns:ooow', 'https://openoffice.org/2004/writer'); + $objWriter->writeAttribute('xmlns:oooc', 'https://openoffice.org/2004/calc'); + $objWriter->writeAttribute('xmlns:dom', 'https://www.w3.org/2001/xml-events'); + $objWriter->writeAttribute('xmlns:rpt', 'https://openoffice.org/2005/report'); $objWriter->writeAttribute('xmlns:of', 'urn:oasis:names:tc:opendocument:xmlns:of:1.2'); - $objWriter->writeAttribute('xmlns:xhtml', 'http://www.w3.org/1999/xhtml'); - $objWriter->writeAttribute('xmlns:grddl', 'http://www.w3.org/2003/g/data-view#'); - $objWriter->writeAttribute('xmlns:tableooo', 'http://openoffice.org/2009/table'); - $objWriter->writeAttribute('xmlns:css3t', 'http://www.w3.org/TR/css3-text/'); + $objWriter->writeAttribute('xmlns:xhtml', 'https://www.w3.org/1999/xhtml'); + $objWriter->writeAttribute('xmlns:grddl', 'https://www.w3.org/2003/g/data-view#'); + $objWriter->writeAttribute('xmlns:tableooo', 'https://openoffice.org/2009/table'); + $objWriter->writeAttribute('xmlns:css3t', 'https://www.w3.org/TR/css3-text/'); $objWriter->writeAttribute('office:version', '1.2'); $objWriter->writeElement('office:font-face-decls'); diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Thumbnails.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Thumbnails.php index 54247ae..a05352f 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Thumbnails.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/Thumbnails.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_OpenDocument_Thumbnails extends PHPExcel_Writer_OpenDocument_WriterPart diff --git a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/WriterPart.php b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/WriterPart.php index 562787a..d19219c 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/WriterPart.php +++ b/PHPExcel/Classes/PHPExcel/Writer/OpenDocument/WriterPart.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_OpenDocument - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ abstract class PHPExcel_Writer_OpenDocument_WriterPart extends PHPExcel_Writer_Excel2007_WriterPart diff --git a/PHPExcel/Classes/PHPExcel/Writer/PDF.php b/PHPExcel/Classes/PHPExcel/Writer/PDF.php index 579edfa..a1eef47 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/PDF.php +++ b/PHPExcel/Classes/PHPExcel/Writer/PDF.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_PDF - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_PDF implements PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/Writer/PDF/Core.php b/PHPExcel/Classes/PHPExcel/Writer/PDF/Core.php index 4fed84a..0dd5d1c 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/PDF/Core.php +++ b/PHPExcel/Classes/PHPExcel/Writer/PDF/Core.php @@ -21,8 +21,8 @@ * * @category PHPExcel * @package PHPExcel_Writer_PDF - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ abstract class PHPExcel_Writer_PDF_Core extends PHPExcel_Writer_HTML diff --git a/PHPExcel/Classes/PHPExcel/Writer/PDF/DomPDF.php b/PHPExcel/Classes/PHPExcel/Writer/PDF/DomPDF.php index 83761ac..2615698 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/PDF/DomPDF.php +++ b/PHPExcel/Classes/PHPExcel/Writer/PDF/DomPDF.php @@ -29,8 +29,8 @@ if (file_exists($pdfRendererClassFile)) { * * @category PHPExcel * @package PHPExcel_Writer_PDF - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_PDF_DomPDF extends PHPExcel_Writer_PDF_Core implements PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/Writer/PDF/mPDF.php b/PHPExcel/Classes/PHPExcel/Writer/PDF/mPDF.php index e4e6057..77baa07 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/PDF/mPDF.php +++ b/PHPExcel/Classes/PHPExcel/Writer/PDF/mPDF.php @@ -29,8 +29,8 @@ if (file_exists($pdfRendererClassFile)) { * * @category PHPExcel * @package PHPExcel_Writer_PDF - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_PDF_mPDF extends PHPExcel_Writer_PDF_Core implements PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/Writer/PDF/tcPDF.php b/PHPExcel/Classes/PHPExcel/Writer/PDF/tcPDF.php index dea33a3..baf2890 100755 --- a/PHPExcel/Classes/PHPExcel/Writer/PDF/tcPDF.php +++ b/PHPExcel/Classes/PHPExcel/Writer/PDF/tcPDF.php @@ -30,8 +30,8 @@ if (file_exists($pdfRendererClassFile)) { * * @category PHPExcel * @package PHPExcel_Writer_PDF - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ class PHPExcel_Writer_PDF_tcPDF extends PHPExcel_Writer_PDF_Core implements PHPExcel_Writer_IWriter diff --git a/PHPExcel/Classes/PHPExcel/locale/bg/config b/PHPExcel/Classes/PHPExcel/locale/bg/config index 4cecddb..75ee6fb 100755 --- a/PHPExcel/Classes/PHPExcel/locale/bg/config +++ b/PHPExcel/Classes/PHPExcel/locale/bg/config @@ -20,8 +20,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/cs/config b/PHPExcel/Classes/PHPExcel/locale/cs/config index 42cdf32..34f408d 100755 --- a/PHPExcel/Classes/PHPExcel/locale/cs/config +++ b/PHPExcel/Classes/PHPExcel/locale/cs/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/cs/functions b/PHPExcel/Classes/PHPExcel/locale/cs/functions index c0a3cbb..95222dc 100755 --- a/PHPExcel/Classes/PHPExcel/locale/cs/functions +++ b/PHPExcel/Classes/PHPExcel/locale/cs/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/da/config b/PHPExcel/Classes/PHPExcel/locale/da/config index ae59003..dda2d95 100755 --- a/PHPExcel/Classes/PHPExcel/locale/da/config +++ b/PHPExcel/Classes/PHPExcel/locale/da/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/da/functions b/PHPExcel/Classes/PHPExcel/locale/da/functions index 26e0310..2543697 100755 --- a/PHPExcel/Classes/PHPExcel/locale/da/functions +++ b/PHPExcel/Classes/PHPExcel/locale/da/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/de/config b/PHPExcel/Classes/PHPExcel/locale/de/config index aa0228e..23641f0 100755 --- a/PHPExcel/Classes/PHPExcel/locale/de/config +++ b/PHPExcel/Classes/PHPExcel/locale/de/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/de/functions b/PHPExcel/Classes/PHPExcel/locale/de/functions index 3147f9c..2766fe7 100755 --- a/PHPExcel/Classes/PHPExcel/locale/de/functions +++ b/PHPExcel/Classes/PHPExcel/locale/de/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/en/uk/config b/PHPExcel/Classes/PHPExcel/locale/en/uk/config index 532080b..43e80e2 100755 --- a/PHPExcel/Classes/PHPExcel/locale/en/uk/config +++ b/PHPExcel/Classes/PHPExcel/locale/en/uk/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/es/config b/PHPExcel/Classes/PHPExcel/locale/es/config index 96cfa69..0f026a4 100755 --- a/PHPExcel/Classes/PHPExcel/locale/es/config +++ b/PHPExcel/Classes/PHPExcel/locale/es/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/es/functions b/PHPExcel/Classes/PHPExcel/locale/es/functions index 4876269..301c297 100755 --- a/PHPExcel/Classes/PHPExcel/locale/es/functions +++ b/PHPExcel/Classes/PHPExcel/locale/es/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/fi/config b/PHPExcel/Classes/PHPExcel/locale/fi/config index 498cf4c..6bda412 100755 --- a/PHPExcel/Classes/PHPExcel/locale/fi/config +++ b/PHPExcel/Classes/PHPExcel/locale/fi/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/fi/functions b/PHPExcel/Classes/PHPExcel/locale/fi/functions index 6a7c2b3..bc9ae08 100755 --- a/PHPExcel/Classes/PHPExcel/locale/fi/functions +++ b/PHPExcel/Classes/PHPExcel/locale/fi/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/fr/config b/PHPExcel/Classes/PHPExcel/locale/fr/config index 1f5db88..6e69762 100755 --- a/PHPExcel/Classes/PHPExcel/locale/fr/config +++ b/PHPExcel/Classes/PHPExcel/locale/fr/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/fr/functions b/PHPExcel/Classes/PHPExcel/locale/fr/functions index 03b80e5..68a6eed 100755 --- a/PHPExcel/Classes/PHPExcel/locale/fr/functions +++ b/PHPExcel/Classes/PHPExcel/locale/fr/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/hu/config b/PHPExcel/Classes/PHPExcel/locale/hu/config index 080b201..c753414 100755 --- a/PHPExcel/Classes/PHPExcel/locale/hu/config +++ b/PHPExcel/Classes/PHPExcel/locale/hu/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/hu/functions b/PHPExcel/Classes/PHPExcel/locale/hu/functions index 200d3f7..d16394a 100755 --- a/PHPExcel/Classes/PHPExcel/locale/hu/functions +++ b/PHPExcel/Classes/PHPExcel/locale/hu/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/it/config b/PHPExcel/Classes/PHPExcel/locale/it/config index c3afa75..3d52b78 100755 --- a/PHPExcel/Classes/PHPExcel/locale/it/config +++ b/PHPExcel/Classes/PHPExcel/locale/it/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/it/functions b/PHPExcel/Classes/PHPExcel/locale/it/functions index d371f3d..69fe51c 100755 --- a/PHPExcel/Classes/PHPExcel/locale/it/functions +++ b/PHPExcel/Classes/PHPExcel/locale/it/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/nl/config b/PHPExcel/Classes/PHPExcel/locale/nl/config index 48dcc15..734f3c0 100755 --- a/PHPExcel/Classes/PHPExcel/locale/nl/config +++ b/PHPExcel/Classes/PHPExcel/locale/nl/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/nl/functions b/PHPExcel/Classes/PHPExcel/locale/nl/functions index 573600a..f084015 100755 --- a/PHPExcel/Classes/PHPExcel/locale/nl/functions +++ b/PHPExcel/Classes/PHPExcel/locale/nl/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/no/config b/PHPExcel/Classes/PHPExcel/locale/no/config index bf2d34a..da3c089 100755 --- a/PHPExcel/Classes/PHPExcel/locale/no/config +++ b/PHPExcel/Classes/PHPExcel/locale/no/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/no/functions b/PHPExcel/Classes/PHPExcel/locale/no/functions index 10d0a20..2506e84 100755 --- a/PHPExcel/Classes/PHPExcel/locale/no/functions +++ b/PHPExcel/Classes/PHPExcel/locale/no/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/pl/config b/PHPExcel/Classes/PHPExcel/locale/pl/config index 4dd75be..737a3f0 100755 --- a/PHPExcel/Classes/PHPExcel/locale/pl/config +++ b/PHPExcel/Classes/PHPExcel/locale/pl/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/pl/functions b/PHPExcel/Classes/PHPExcel/locale/pl/functions index 1881a71..287ccb6 100755 --- a/PHPExcel/Classes/PHPExcel/locale/pl/functions +++ b/PHPExcel/Classes/PHPExcel/locale/pl/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/pt/br/config b/PHPExcel/Classes/PHPExcel/locale/pt/br/config index 45b6fbd..289b5f3 100755 --- a/PHPExcel/Classes/PHPExcel/locale/pt/br/config +++ b/PHPExcel/Classes/PHPExcel/locale/pt/br/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/pt/config b/PHPExcel/Classes/PHPExcel/locale/pt/config index 8bb8d8b..c40f3e3 100755 --- a/PHPExcel/Classes/PHPExcel/locale/pt/config +++ b/PHPExcel/Classes/PHPExcel/locale/pt/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/ru/config b/PHPExcel/Classes/PHPExcel/locale/ru/config index 56e45bf..0497063 100755 --- a/PHPExcel/Classes/PHPExcel/locale/ru/config +++ b/PHPExcel/Classes/PHPExcel/locale/ru/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/ru/functions b/PHPExcel/Classes/PHPExcel/locale/ru/functions index 5ff6d4f..97038ff 100755 --- a/PHPExcel/Classes/PHPExcel/locale/ru/functions +++ b/PHPExcel/Classes/PHPExcel/locale/ru/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from information provided by web-junior (http://www.web-junior.net/) +## Data in this file derived from information provided by web-junior (https://www.web-junior.net/) ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/sv/config b/PHPExcel/Classes/PHPExcel/locale/sv/config index 726f771..aa8cdc0 100755 --- a/PHPExcel/Classes/PHPExcel/locale/sv/config +++ b/PHPExcel/Classes/PHPExcel/locale/sv/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/tr/config b/PHPExcel/Classes/PHPExcel/locale/tr/config index b69d425..58deac0 100755 --- a/PHPExcel/Classes/PHPExcel/locale/tr/config +++ b/PHPExcel/Classes/PHPExcel/locale/tr/config @@ -19,8 +19,8 @@ ## ## @category PHPExcel ## @package PHPExcel_Settings -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## ## diff --git a/PHPExcel/Classes/PHPExcel/locale/tr/functions b/PHPExcel/Classes/PHPExcel/locale/tr/functions index 45d7df1..db2e60c 100755 --- a/PHPExcel/Classes/PHPExcel/locale/tr/functions +++ b/PHPExcel/Classes/PHPExcel/locale/tr/functions @@ -19,11 +19,11 @@ ## ## @category PHPExcel ## @package PHPExcel_Calculation -## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) -## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +## @copyright Copyright (c) 2006 - 2013 PHPExcel (https://www.codeplex.com/PHPExcel) +## @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL ## @version ##VERSION##, ##DATE## ## -## Data in this file derived from http://www.piuha.fi/excel-function-name-translation/ +## Data in this file derived from https://www.piuha.fi/excel-function-name-translation/ ## ## diff --git a/PHPExcel/Documentation/PHPExcel AutoFilter Reference developer documentation.doc b/PHPExcel/Documentation/PHPExcel AutoFilter Reference developer documentation.doc index 208b202..15936f1 100755 Binary files a/PHPExcel/Documentation/PHPExcel AutoFilter Reference developer documentation.doc and b/PHPExcel/Documentation/PHPExcel AutoFilter Reference developer documentation.doc differ diff --git a/PHPExcel/Documentation/PHPExcel Function Reference developer documentation.doc b/PHPExcel/Documentation/PHPExcel Function Reference developer documentation.doc index 57d218c..79434dc 100755 Binary files a/PHPExcel/Documentation/PHPExcel Function Reference developer documentation.doc and b/PHPExcel/Documentation/PHPExcel Function Reference developer documentation.doc differ diff --git a/PHPExcel/Documentation/PHPExcel User Documentation - Reading Spreadsheet Files.doc b/PHPExcel/Documentation/PHPExcel User Documentation - Reading Spreadsheet Files.doc index ef3954d..448a7c3 100755 Binary files a/PHPExcel/Documentation/PHPExcel User Documentation - Reading Spreadsheet Files.doc and b/PHPExcel/Documentation/PHPExcel User Documentation - Reading Spreadsheet Files.doc differ diff --git a/PHPExcel/Documentation/PHPExcel developer documentation.doc b/PHPExcel/Documentation/PHPExcel developer documentation.doc index 52cc964..9cfe605 100755 Binary files a/PHPExcel/Documentation/PHPExcel developer documentation.doc and b/PHPExcel/Documentation/PHPExcel developer documentation.doc differ diff --git a/PHPExcel/Documentation/assets/ClassDiagrams/ClassDiagrams.csproj b/PHPExcel/Documentation/assets/ClassDiagrams/ClassDiagrams.csproj index cae9d4e..7ca2171 100755 --- a/PHPExcel/Documentation/assets/ClassDiagrams/ClassDiagrams.csproj +++ b/PHPExcel/Documentation/assets/ClassDiagrams/ClassDiagrams.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU diff --git a/PHPExcel/Documentation/assets/ClassDiagrams/ClassDiagrams.csproj.user b/PHPExcel/Documentation/assets/ClassDiagrams/ClassDiagrams.csproj.user index 5c2d6e6..9f67b96 100755 --- a/PHPExcel/Documentation/assets/ClassDiagrams/ClassDiagrams.csproj.user +++ b/PHPExcel/Documentation/assets/ClassDiagrams/ClassDiagrams.csproj.user @@ -1,4 +1,4 @@ - + ShowAllFiles diff --git a/PHPExcel/Documentation/markdown/CalculationEngine/FunctionReference/01-Introduction.md b/PHPExcel/Documentation/markdown/CalculationEngine/FunctionReference/01-Introduction.md index 2ea3a50..8b1956f 100755 --- a/PHPExcel/Documentation/markdown/CalculationEngine/FunctionReference/01-Introduction.md +++ b/PHPExcel/Documentation/markdown/CalculationEngine/FunctionReference/01-Introduction.md @@ -2,10 +2,10 @@ ## Frequently asked questions -The up-to-date F.A.Q. page for PHPExcel can be found on [http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements][1]. +The up-to-date F.A.Q. page for PHPExcel can be found on [https://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements][1]. ### Formulas don’t seem to be calculated in Excel2003 using compatibility pack? This is normal behaviour of the compatibility pack, Excel2007 displays this correctly. Use PHPExcel_Writer_Excel5 if you really need calculated values, or force recalculation in Excel2003. - [1]: http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements + [1]: https://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements diff --git a/PHPExcel/Documentation/markdown/Overview/01-Getting-Started.md b/PHPExcel/Documentation/markdown/Overview/01-Getting-Started.md index 262f1ea..6d2c1bb 100755 --- a/PHPExcel/Documentation/markdown/Overview/01-Getting-Started.md +++ b/PHPExcel/Documentation/markdown/Overview/01-Getting-Started.md @@ -38,8 +38,8 @@ Copy the "Examples" folder next to your "Classes" folder from above so you end u Start running the tests by pointing your browser to the test scripts: -http://example.com/Tests/01simple.php -http://example.com/Tests/02types.php +https://example.com/Tests/01simple.php +https://example.com/Tests/02types.php ... **Note:** It may be necessary to modify the include/require statements at the beginning of each of the test scripts if your "Classes" folder from above is named differently. @@ -52,18 +52,18 @@ There are some links and tools which are very useful when developing using PHPEx #### OpenXML / SpreadsheetML - __File format documentation__ -[http://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm][3] +[https://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm][3] - __OpenXML Explained e-book__ -[http://openxmldeveloper.org/articles/1970.aspx][4] +[https://openxmldeveloper.org/articles/1970.aspx][4] - __Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats__ -[http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en][5] +[https://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en][5] - __OpenXML Package Explorer__ -[http://www.codeplex.com/PackageExplorer/][6] +[https://www.codeplex.com/PackageExplorer/][6] ### Frequently asked questions -The up-to-date F.A.Q. page for PHPExcel can be found on [http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements][7]. +The up-to-date F.A.Q. page for PHPExcel can be found on [https://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements][7]. ##### There seems to be a problem with character encoding... @@ -91,7 +91,7 @@ At present, this only allows you to write Excel2007 files without the need for Z "Excel found unreadable content in '*.xlsx'. Do you want to recover the contents of this workbook? If you trust the source of this workbook, click Yes." -Some older versions of the 5.2.x php_zip extension on Windows contain an error when creating ZIP files. The version that can be found on [http://snaps.php.net/win32/php5.2-win32-latest.zip][8] should work at all times. +Some older versions of the 5.2.x php_zip extension on Windows contain an error when creating ZIP files. The version that can be found on [https://snaps.php.net/win32/php5.2-win32-latest.zip][8] should work at all times. Alternatively, upgrading to at least PHP 5.2.9 should solve the problem. @@ -146,33 +146,33 @@ Thanks to peterrlynch for the following advice on resolving issues between the [ #### Tutorials - __English PHPExcel tutorial__ - [http://openxmldeveloper.org][18] + [https://openxmldeveloper.org][18] - __French PHPExcel tutorial__ - [http://g-ernaelsten.developpez.com/tutoriels/excel2007/][19] + [https://g-ernaelsten.developpez.com/tutoriels/excel2007/][19] - __A Japanese-language introduction to PHPExcel__ - [http://journal.mycom.co.jp/articles/2009/03/06/phpexcel/index.html][21] + [https://journal.mycom.co.jp/articles/2009/03/06/phpexcel/index.html][21] - [2]: http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Documents&referringTitle=Home - [3]: http://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm - [4]: http://openxmldeveloper.org/articles/1970.aspx - [5]: http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en - [6]: http://www.codeplex.com/PackageExplorer/ - [7]: http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements - [8]: http://snaps.php.net/win32/php5.2-win32-latest.zip - [9]: http://phpexcel.codeplex.com/Thread/View.aspx?ThreadId=234150 - [10]: http://phpexcel.codeplex.com/Thread/View.aspx?ThreadId=242712 - [11]: http://http:/forum.joomla.org/viewtopic.php?f=304&t=433060 - [12]: http://www.yiiframework.com/wiki/101/how-to-use-phpexcel-external-library-with-yii/ - [13]: http://bakery.cakephp.org/articles/melgior/2010/01/26/simple-excel-spreadsheet-helper - [14]: http://www.flynsarmy.com/2010/07/phpexcel-module-for-kohana-3/ - [15]: http://szpargalki.blogspot.com/2011/02/phpexcel-kohana-framework.html - [16]: http://typo3.org/documentation/document-library/extension-manuals/phpexcel_library/1.1.1/view/toc/0/ - [17]: http://phpexcel.codeplex.com/discussions/211925 - [18]: http://openxmldeveloper.org - [19]: http://g-ernaelsten.developpez.com/tutoriels/excel2007/ - [20]: http://www.web-junior.net/sozdanie-excel-fajjlov-s-pomoshhyu-phpexcel/ - [21]: http://journal.mycom.co.jp/articles/2009/03/06/phpexcel/index.html + [2]: https://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Documents&referringTitle=Home + [3]: https://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm + [4]: https://openxmldeveloper.org/articles/1970.aspx + [5]: https://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en + [6]: https://www.codeplex.com/PackageExplorer/ + [7]: https://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements + [8]: https://snaps.php.net/win32/php5.2-win32-latest.zip + [9]: https://phpexcel.codeplex.com/Thread/View.aspx?ThreadId=234150 + [10]: https://phpexcel.codeplex.com/Thread/View.aspx?ThreadId=242712 + [11]: https://https:/forum.joomla.org/viewtopic.php?f=304&t=433060 + [12]: https://www.yiiframework.com/wiki/101/how-to-use-phpexcel-external-library-with-yii/ + [13]: https://bakery.cakephp.org/articles/melgior/2010/01/26/simple-excel-spreadsheet-helper + [14]: https://www.flynsarmy.com/2010/07/phpexcel-module-for-kohana-3/ + [15]: https://szpargalki.blogspot.com/2011/02/phpexcel-kohana-framework.html + [16]: https://typo3.org/documentation/document-library/extension-manuals/phpexcel_library/1.1.1/view/toc/0/ + [17]: https://phpexcel.codeplex.com/discussions/211925 + [18]: https://openxmldeveloper.org + [19]: https://g-ernaelsten.developpez.com/tutoriels/excel2007/ + [20]: https://www.web-junior.net/sozdanie-excel-fajjlov-s-pomoshhyu-phpexcel/ + [21]: https://journal.mycom.co.jp/articles/2009/03/06/phpexcel/index.html [^phpzip_footnote]: __php_zip__ is only needed by __PHPExcel_Reader_Excel2007__, __PHPExcel_Writer_Excel2007__ and __PHPExcel_Reader_OOCalc__. In other words, if you need PHPExcel to handle .xlsx or .ods files you will need the zip extension, but otherwise not.
You can remove this dependency for writing Excel2007 files (though not yet for reading) by using the PCLZip library that is bundled with PHPExcel. See the FAQ section of this document for details about this. PCLZip does have a dependency on PHP's zlib extension being enabled. diff --git a/PHPExcel/Documentation/markdown/Overview/08-Recipes.md b/PHPExcel/Documentation/markdown/Overview/08-Recipes.md index b8930a4..e88bf62 100755 --- a/PHPExcel/Documentation/markdown/Overview/08-Recipes.md +++ b/PHPExcel/Documentation/markdown/Overview/08-Recipes.md @@ -230,7 +230,7 @@ You can make a cell a clickable URL by setting its hyperlink property: ```php $objPHPExcel->getActiveSheet()->setCellValue('E26', 'www.phpexcel.net'); -$objPHPExcel->getActiveSheet()->getCell('E26')->getHyperlink()->setUrl('http://www.phpexcel.net'); +$objPHPExcel->getActiveSheet()->getCell('E26')->getHyperlink()->setUrl('https://www.phpexcel.net'); ``` If you want to make a hyperlink to another worksheet/cell, use the following code: diff --git a/PHPExcel/Documentation/markdown/Overview/09-Calculation-Engine.md b/PHPExcel/Documentation/markdown/Overview/09-Calculation-Engine.md index c13a18c..ea05114 100755 --- a/PHPExcel/Documentation/markdown/Overview/09-Calculation-Engine.md +++ b/PHPExcel/Documentation/markdown/Overview/09-Calculation-Engine.md @@ -37,16 +37,16 @@ There are some known limitations to the PHPExcel calculation engine. Most of the In Excel '+' wins over '&', just like '*' wins over '+' in ordinary algebra. The former rule is not what one finds using the calculation engine shipped with PHPExcel. -Reference for operator precedence in Excel: [http://support.microsoft.com/kb/25189][18] +Reference for operator precedence in Excel: [https://support.microsoft.com/kb/25189][18] -Reference for operator precedence in PHP: [http://www.php.net/operators][19] +Reference for operator precedence in PHP: [https://www.php.net/operators][19] #### Formulas involving numbers and text Formulas involving numbers and text may produce unexpected results or even unreadable file contents. For example, the formula '=3+"Hello "' is expected to produce an error in Excel (#VALUE!). Due to the fact that PHP converts “Hello†to a numeric value (zero), the result of this formula is evaluated as 3 instead of evaluating as an error. This also causes the Excel document being generated as containing unreadable content. -Reference for this behaviour in PHP: [http://be.php.net/manual/en/language.types.string.php#language.types.string.conversion][20] +Reference for this behaviour in PHP: [https://be.php.net/manual/en/language.types.string.php#language.types.string.conversion][20] - [18]: http://support.microsoft.com/kb/25189 - [19]: http://www.php.net/operators - [20]: http://be.php.net/manual/en/language.types.string.php#language.types.string.conversion + [18]: https://support.microsoft.com/kb/25189 + [19]: https://www.php.net/operators + [20]: https://be.php.net/manual/en/language.types.string.php#language.types.string.conversion diff --git a/PHPExcel/Documentation/markdown/Overview/10-Reading-and-Writing.md b/PHPExcel/Documentation/markdown/Overview/10-Reading-and-Writing.md index 1468abc..b6cc85a 100755 --- a/PHPExcel/Documentation/markdown/Overview/10-Reading-and-Writing.md +++ b/PHPExcel/Documentation/markdown/Overview/10-Reading-and-Writing.md @@ -527,7 +527,7 @@ $objWriter->setSheetIndex(0); There might be situations where you want to explicitly set the included images root. For example, one might want to see ```html - + ``` instead of @@ -539,7 +539,7 @@ instead of You can use the following code to achieve this result: ```php -$objWriter->setImagesRoot('http://www.example.com'); +$objWriter->setImagesRoot('https://www.example.com'); ``` ##### Formula pre-calculation @@ -623,9 +623,9 @@ Currently, the following libraries are supported: Library | Version used for testing | Downloadable from | PHPExcel Internal Constant --------|--------------------------|----------------------------------|---------------------------- -tcPDF | 5.9 | http://www.tcpdf.org/ | PDF_RENDERER_TCPDF -mPDF | 5.4 | http://www.mpdf1.com/mpdf/ | PDF_RENDERER_MPDF -domPDF | 0.6.0 beta 3 | http://code.google.com/p/dompdf/ | PDF_RENDERER_DOMPDF +tcPDF | 5.9 | https://www.tcpdf.org/ | PDF_RENDERER_TCPDF +mPDF | 5.4 | https://www.mpdf1.com/mpdf/ | PDF_RENDERER_MPDF +domPDF | 0.6.0 beta 3 | https://code.google.com/p/dompdf/ | PDF_RENDERER_DOMPDF The different libraries have different strengths and weaknesses. Some generate better formatted output than others, some are faster or use less memory than others, while some generate smaller .pdf files. It is the developers choice which one they wish to use, appropriate to their own circumstances. @@ -710,5 +710,5 @@ $objWriter->save('write.xls'); Notice that it is ok to load an xlsx file and generate an xls file. - [21]: http://pear.php.net/package/Spreadsheet_Excel_Writer - [22]: http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Credits&referringTitle=Home + [21]: https://pear.php.net/package/Spreadsheet_Excel_Writer + [22]: https://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Credits&referringTitle=Home diff --git a/PHPExcel/Documentation/markdown/Overview/11-Appendices.md b/PHPExcel/Documentation/markdown/Overview/11-Appendices.md index 1302feb..ebb90f4 100755 --- a/PHPExcel/Documentation/markdown/Overview/11-Appendices.md +++ b/PHPExcel/Documentation/markdown/Overview/11-Appendices.md @@ -2,7 +2,7 @@ ## Credits -Please refer to the internet page [http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Credits&referringTitle=Home][22] for up-to-date credits. +Please refer to the internet page [https://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Credits&referringTitle=Home][22] for up-to-date credits. ## Valid array keys for style applyFromArray() @@ -97,4 +97,4 @@ __PHPExcel_Style_Protection__ hidden | setHidden() - [22]: http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Credits&referringTitle=Home + [22]: https://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=Credits&referringTitle=Home diff --git a/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/01-File-Formats.md b/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/01-File-Formats.md index d891664..2b845cd 100755 --- a/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/01-File-Formats.md +++ b/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/01-File-Formats.md @@ -9,19 +9,19 @@ Currently, PHPExcel supports the following File Types for Reading: ### Excel5 -The Microsoft Excel™ Binary file format (BIFF5 and BIFF8) is a binary file format that was used by Microsoft Excel™ between versions 95 and 2003. The format is supported (to various extents) by most spreadsheet programs. BIFF files normally have an extension of .xls. Documentation describing the format can be found online at [http://msdn.microsoft.com/en-us/library/cc313154(v=office.12).aspx][1] or from [http://download.microsoft.com/download/2/4/8/24862317-78F0-4C4B-B355-C7B2C1D997DB/[MS-XLS].pdf][2] (as a downloadable PDF). +The Microsoft Excel™ Binary file format (BIFF5 and BIFF8) is a binary file format that was used by Microsoft Excel™ between versions 95 and 2003. The format is supported (to various extents) by most spreadsheet programs. BIFF files normally have an extension of .xls. Documentation describing the format can be found online at [https://msdn.microsoft.com/en-us/library/cc313154(v=office.12).aspx][1] or from [https://download.microsoft.com/download/2/4/8/24862317-78F0-4C4B-B355-C7B2C1D997DB/[MS-XLS].pdf][2] (as a downloadable PDF). ### Excel2003XML -Microsoft Excel™ 2003 included options for a file format called SpreadsheetML. This file is a zipped XML document. It is not very common, but its core features are supported. Documentation for the format can be found at [http://msdn.microsoft.com/en-us/library/aa140066%28office.10%29.aspx][3] though it’s sadly rather sparse in its detail. +Microsoft Excel™ 2003 included options for a file format called SpreadsheetML. This file is a zipped XML document. It is not very common, but its core features are supported. Documentation for the format can be found at [https://msdn.microsoft.com/en-us/library/aa140066%28office.10%29.aspx][3] though it’s sadly rather sparse in its detail. ### Excel2007 -Microsoft Excel™ 2007 shipped with a new file format, namely Microsoft Office Open XML SpreadsheetML, and Excel 2010 extended this still further with its new features such as sparklines. These files typically have an extension of .xlsx. This format is based around a zipped collection of eXtensible Markup Language (XML) files. Microsoft Office Open XML SpreadsheetML is mostly standardized in ECMA 376 ([http://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm][4]) and ISO 29500. +Microsoft Excel™ 2007 shipped with a new file format, namely Microsoft Office Open XML SpreadsheetML, and Excel 2010 extended this still further with its new features such as sparklines. These files typically have an extension of .xlsx. This format is based around a zipped collection of eXtensible Markup Language (XML) files. Microsoft Office Open XML SpreadsheetML is mostly standardized in ECMA 376 ([https://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm][4]) and ISO 29500. ### OOCalc -aka Open Document Format (ODF) or OASIS, this is the OpenOffice.org XML File Format for spreadsheets. It comprises a zip archive including several components all of which are text files, most of these with markup in the eXtensible Markup Language (XML). It is the standard file format for OpenOffice.org Calc and StarCalc, and files typically have an extension of .ods. The published specification for the file format is available from the OASIS Open Office XML Format Technical Committee web page ([http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office#technical][5]). Other information is available from the OpenOffice.org XML File Format web page ([http://xml.openoffice.org/general.html][6]), part of the OpenOffice.org project. +aka Open Document Format (ODF) or OASIS, this is the OpenOffice.org XML File Format for spreadsheets. It comprises a zip archive including several components all of which are text files, most of these with markup in the eXtensible Markup Language (XML). It is the standard file format for OpenOffice.org Calc and StarCalc, and files typically have an extension of .ods. The published specification for the file format is available from the OASIS Open Office XML Format Technical Committee web page ([https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office#technical][5]). Other information is available from the OpenOffice.org XML File Format web page ([https://xml.openoffice.org/general.html][6]), part of the OpenOffice.org project. ### SYLK @@ -29,7 +29,7 @@ This is the Microsoft Multiplan Symbolic Link Interchange (SYLK) file format. Mu ### Gnumeric -The Gnumeric file format is used by the Gnome Gnumeric spreadsheet application, and typically files have an extension of .gnumeric. The file contents are stored using eXtensible Markup Language (XML) markup, and the file is then compressed using the GNU project's gzip compression library. [http://projects.gnome.org/gnumeric/doc/file-format-gnumeric.shtml][7] +The Gnumeric file format is used by the Gnome Gnumeric spreadsheet application, and typically files have an extension of .gnumeric. The file contents are stored using eXtensible Markup Language (XML) markup, and the file is then compressed using the GNU project's gzip compression library. [https://projects.gnome.org/gnumeric/doc/file-format-gnumeric.shtml][7] ### CSV @@ -51,10 +51,10 @@ HyperText Markup Language (HTML) is the main markup language for creating web pa - [1]: http://msdn.microsoft.com/en-us/library/cc313154(v=office.12).aspx - [2]: http://download.microsoft.com/download/2/4/8/24862317-78F0-4C4B-B355-C7B2C1D997DB/%5bMS-XLS%5d.pdf - [3]: http://msdn.microsoft.com/en-us/library/aa140066%28office.10%29.aspx - [4]: http://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm - [5]: http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office - [6]: http://xml.openoffice.org/general.html - [7]: http://projects.gnome.org/gnumeric/doc/file-format-gnumeric.shtml + [1]: https://msdn.microsoft.com/en-us/library/cc313154(v=office.12).aspx + [2]: https://download.microsoft.com/download/2/4/8/24862317-78F0-4C4B-B355-C7B2C1D997DB/%5bMS-XLS%5d.pdf + [3]: https://msdn.microsoft.com/en-us/library/aa140066%28office.10%29.aspx + [4]: https://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm + [5]: https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office + [6]: https://xml.openoffice.org/general.html + [7]: https://projects.gnome.org/gnumeric/doc/file-format-gnumeric.shtml diff --git a/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/02-Security.md b/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/02-Security.md index 12da958..537ffc2 100755 --- a/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/02-Security.md +++ b/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/02-Security.md @@ -3,7 +3,7 @@ ## Security -XML-based formats such as OfficeOpen XML, Excel2003 XML, OASIS and Gnumeric are susceptible to XML External Entity Processing (XXE) injection attacks (for an explanation of XXE injection see http://websec.io/2012/08/27/Preventing-XEE-in-PHP.html) when reading spreadsheet files. This can lead to: +XML-based formats such as OfficeOpen XML, Excel2003 XML, OASIS and Gnumeric are susceptible to XML External Entity Processing (XXE) injection attacks (for an explanation of XXE injection see https://websec.io/2012/08/27/Preventing-XEE-in-PHP.html) when reading spreadsheet files. This can lead to: - Disclosure whether a file is existent - Server Side Request Forgery diff --git a/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/05-Reader-Options.md b/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/05-Reader-Options.md index 137fd1e..ac2e7a0 100755 --- a/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/05-Reader-Options.md +++ b/PHPExcel/Documentation/markdown/ReadingSpreadsheetFiles/05-Reader-Options.md @@ -363,7 +363,7 @@ CSV | YES | HTML | NO ### A Brief Word about the Advanced Value Binder -When loading data from a file that contains no formatting information, such as a CSV file, then data is read either as strings or numbers (float or integer). This means that PHPExcel does not automatically recognise dates/times (such as "16-Apr-2009" or "13:30"), booleans ("TRUE" or "FALSE"), percentages ("75%"), hyperlinks ("http://www.phpexcel.net"), etc as anything other than simple strings. However, you can apply additional processing that is executed against these values during the load process within a Value Binder. +When loading data from a file that contains no formatting information, such as a CSV file, then data is read either as strings or numbers (float or integer). This means that PHPExcel does not automatically recognise dates/times (such as "16-Apr-2009" or "13:30"), booleans ("TRUE" or "FALSE"), percentages ("75%"), hyperlinks ("https://www.phpexcel.net"), etc as anything other than simple strings. However, you can apply additional processing that is executed against these values during the load process within a Value Binder. A Value Binder is a class that implement the PHPExcel_Cell_IValueBinder interface. It must contain a bindValue() method that accepts a PHPExcel_Cell and a value as arguments, and return a boolean true or false that indicates whether the workbook cell has been populated with the value or not. The Advanced Value Binder implements such a class: amongst other tests, it identifies a string comprising "TRUE" or "FALSE" (based on locale settings) and sets it to a boolean; or a number in scientific format (e.g. "1.234e-5") and converts it to a float; or dates and times, converting them to their Excel timestamp value – before storing the value in the cell object. It also sets formatting for strings that are identified as dates, times or percentages. It could easily be extended to provide additional handling (including text or cell formatting) when it encountered a hyperlink, or HTML markup within a CSV file. diff --git a/PHPExcel/Examples/01pharSimple.php b/PHPExcel/Examples/01pharSimple.php index 84b86cc..c897c2c 100755 --- a/PHPExcel/Examples/01pharSimple.php +++ b/PHPExcel/Examples/01pharSimple.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/01simple-download-ods.php b/PHPExcel/Examples/01simple-download-ods.php index 30dbd7e..e8c0e7a 100755 --- a/PHPExcel/Examples/01simple-download-ods.php +++ b/PHPExcel/Examples/01simple-download-ods.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/01simple-download-pdf.php b/PHPExcel/Examples/01simple-download-pdf.php index 133af3a..1dc977c 100755 --- a/PHPExcel/Examples/01simple-download-pdf.php +++ b/PHPExcel/Examples/01simple-download-pdf.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/01simple-download-xls.php b/PHPExcel/Examples/01simple-download-xls.php index 96bb780..028d25d 100755 --- a/PHPExcel/Examples/01simple-download-xls.php +++ b/PHPExcel/Examples/01simple-download-xls.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/01simple-download-xlsx.php b/PHPExcel/Examples/01simple-download-xlsx.php index d441f41..101c1ae 100755 --- a/PHPExcel/Examples/01simple-download-xlsx.php +++ b/PHPExcel/Examples/01simple-download-xlsx.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/01simple.php b/PHPExcel/Examples/01simple.php index 13f8027..7342fbd 100755 --- a/PHPExcel/Examples/01simple.php +++ b/PHPExcel/Examples/01simple.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/01simplePCLZip.php b/PHPExcel/Examples/01simplePCLZip.php index 0af4cbd..07b3b0d 100755 --- a/PHPExcel/Examples/01simplePCLZip.php +++ b/PHPExcel/Examples/01simplePCLZip.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/02types-xls.php b/PHPExcel/Examples/02types-xls.php index 93ce17e..768dd1a 100755 --- a/PHPExcel/Examples/02types-xls.php +++ b/PHPExcel/Examples/02types-xls.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/02types.php b/PHPExcel/Examples/02types.php index 394a73d..650692e 100755 --- a/PHPExcel/Examples/02types.php +++ b/PHPExcel/Examples/02types.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -151,7 +151,7 @@ $objPHPExcel->getActiveSheet() $objPHPExcel->getActiveSheet()->setCellValue('A17', 'Hyperlink'); $objPHPExcel->getActiveSheet()->setCellValue('C17', 'www.phpexcel.net'); -$objPHPExcel->getActiveSheet()->getCell('C17')->getHyperlink()->setUrl('http://www.phpexcel.net'); +$objPHPExcel->getActiveSheet()->getCell('C17')->getHyperlink()->setUrl('https://www.phpexcel.net'); $objPHPExcel->getActiveSheet()->getCell('C17')->getHyperlink()->setTooltip('Navigate to website'); $objPHPExcel->getActiveSheet()->setCellValue('C18', '=HYPERLINK("mailto:abc@def.com","abc@def.com")'); diff --git a/PHPExcel/Examples/03formulas.php b/PHPExcel/Examples/03formulas.php index 6c5d1dd..01d43b0 100755 --- a/PHPExcel/Examples/03formulas.php +++ b/PHPExcel/Examples/03formulas.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/04printing.php b/PHPExcel/Examples/04printing.php index 58d5f6a..36d75d6 100755 --- a/PHPExcel/Examples/04printing.php +++ b/PHPExcel/Examples/04printing.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/05featuredemo.inc.php b/PHPExcel/Examples/05featuredemo.inc.php index 003379c..554daf3 100755 --- a/PHPExcel/Examples/05featuredemo.inc.php +++ b/PHPExcel/Examples/05featuredemo.inc.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -269,7 +269,7 @@ $objPHPExcel->getActiveSheet()->getStyle('B1')->getProtection()->setLocked(PHPEx // Add a hyperlink to the sheet echo date('H:i:s') , " Add a hyperlink to an external website" , EOL; $objPHPExcel->getActiveSheet()->setCellValue('E26', 'www.phpexcel.net'); -$objPHPExcel->getActiveSheet()->getCell('E26')->getHyperlink()->setUrl('http://www.phpexcel.net'); +$objPHPExcel->getActiveSheet()->getCell('E26')->getHyperlink()->setUrl('https://www.phpexcel.net'); $objPHPExcel->getActiveSheet()->getCell('E26')->getHyperlink()->setTooltip('Navigate to website'); $objPHPExcel->getActiveSheet()->getStyle('E26')->getAlignment()->setHorizontal(PHPExcel_Style_Alignment::HORIZONTAL_RIGHT); diff --git a/PHPExcel/Examples/05featuredemo.php b/PHPExcel/Examples/05featuredemo.php index 9e502ac..2615084 100755 --- a/PHPExcel/Examples/05featuredemo.php +++ b/PHPExcel/Examples/05featuredemo.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/06largescale-with-cellcaching-sqlite.php b/PHPExcel/Examples/06largescale-with-cellcaching-sqlite.php index 8baa743..166603b 100755 --- a/PHPExcel/Examples/06largescale-with-cellcaching-sqlite.php +++ b/PHPExcel/Examples/06largescale-with-cellcaching-sqlite.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/06largescale-with-cellcaching-sqlite3.php b/PHPExcel/Examples/06largescale-with-cellcaching-sqlite3.php index 1f480d1..eca7248 100755 --- a/PHPExcel/Examples/06largescale-with-cellcaching-sqlite3.php +++ b/PHPExcel/Examples/06largescale-with-cellcaching-sqlite3.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/06largescale-with-cellcaching.php b/PHPExcel/Examples/06largescale-with-cellcaching.php index d20b29f..73a6514 100755 --- a/PHPExcel/Examples/06largescale-with-cellcaching.php +++ b/PHPExcel/Examples/06largescale-with-cellcaching.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/06largescale-xls.php b/PHPExcel/Examples/06largescale-xls.php index 5adc3d2..b10f9fa 100755 --- a/PHPExcel/Examples/06largescale-xls.php +++ b/PHPExcel/Examples/06largescale-xls.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/06largescale.php b/PHPExcel/Examples/06largescale.php index cb21caf..a117bee 100755 --- a/PHPExcel/Examples/06largescale.php +++ b/PHPExcel/Examples/06largescale.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/07reader.php b/PHPExcel/Examples/07reader.php index 318ba18..088fb5b 100755 --- a/PHPExcel/Examples/07reader.php +++ b/PHPExcel/Examples/07reader.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/07readerPCLZip.php b/PHPExcel/Examples/07readerPCLZip.php index f1da9c5..e2ab010 100755 --- a/PHPExcel/Examples/07readerPCLZip.php +++ b/PHPExcel/Examples/07readerPCLZip.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/08conditionalformatting.php b/PHPExcel/Examples/08conditionalformatting.php index 514a8bb..552878e 100755 --- a/PHPExcel/Examples/08conditionalformatting.php +++ b/PHPExcel/Examples/08conditionalformatting.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/08conditionalformatting2.php b/PHPExcel/Examples/08conditionalformatting2.php index aeb2a31..6f11f4f 100755 --- a/PHPExcel/Examples/08conditionalformatting2.php +++ b/PHPExcel/Examples/08conditionalformatting2.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/09pagebreaks.php b/PHPExcel/Examples/09pagebreaks.php index 36e21ae..57293ec 100755 --- a/PHPExcel/Examples/09pagebreaks.php +++ b/PHPExcel/Examples/09pagebreaks.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/10autofilter-selection-1.php b/PHPExcel/Examples/10autofilter-selection-1.php index 8cdc0de..e0a122e 100755 --- a/PHPExcel/Examples/10autofilter-selection-1.php +++ b/PHPExcel/Examples/10autofilter-selection-1.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/10autofilter-selection-2.php b/PHPExcel/Examples/10autofilter-selection-2.php index e2aea74..6af2940 100755 --- a/PHPExcel/Examples/10autofilter-selection-2.php +++ b/PHPExcel/Examples/10autofilter-selection-2.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/10autofilter-selection-display.php b/PHPExcel/Examples/10autofilter-selection-display.php index ba3fed9..1391310 100755 --- a/PHPExcel/Examples/10autofilter-selection-display.php +++ b/PHPExcel/Examples/10autofilter-selection-display.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/10autofilter.php b/PHPExcel/Examples/10autofilter.php index 015e9cf..0a71328 100755 --- a/PHPExcel/Examples/10autofilter.php +++ b/PHPExcel/Examples/10autofilter.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/11documentsecurity-xls.php b/PHPExcel/Examples/11documentsecurity-xls.php index 2348ce9..74a2dcf 100755 --- a/PHPExcel/Examples/11documentsecurity-xls.php +++ b/PHPExcel/Examples/11documentsecurity-xls.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/11documentsecurity.php b/PHPExcel/Examples/11documentsecurity.php index 9fd4fb2..87e0112 100755 --- a/PHPExcel/Examples/11documentsecurity.php +++ b/PHPExcel/Examples/11documentsecurity.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/12cellProtection.php b/PHPExcel/Examples/12cellProtection.php index e12c9ae..e0d17e0 100755 --- a/PHPExcel/Examples/12cellProtection.php +++ b/PHPExcel/Examples/12cellProtection.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/13calculation.php b/PHPExcel/Examples/13calculation.php index e255d11..e1dac96 100755 --- a/PHPExcel/Examples/13calculation.php +++ b/PHPExcel/Examples/13calculation.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/13calculationCyclicFormulae.php b/PHPExcel/Examples/13calculationCyclicFormulae.php index 8512a3e..e5058e4 100755 --- a/PHPExcel/Examples/13calculationCyclicFormulae.php +++ b/PHPExcel/Examples/13calculationCyclicFormulae.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2014 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/14excel5.php b/PHPExcel/Examples/14excel5.php index 7a9f685..efbfb54 100755 --- a/PHPExcel/Examples/14excel5.php +++ b/PHPExcel/Examples/14excel5.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/15datavalidation-xls.php b/PHPExcel/Examples/15datavalidation-xls.php index 3f0afde..5e6a6b9 100755 --- a/PHPExcel/Examples/15datavalidation-xls.php +++ b/PHPExcel/Examples/15datavalidation-xls.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/15datavalidation.php b/PHPExcel/Examples/15datavalidation.php index 132063d..5996ec1 100755 --- a/PHPExcel/Examples/15datavalidation.php +++ b/PHPExcel/Examples/15datavalidation.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/16csv.php b/PHPExcel/Examples/16csv.php index 8d42fcb..a0a6138 100755 --- a/PHPExcel/Examples/16csv.php +++ b/PHPExcel/Examples/16csv.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/17html.php b/PHPExcel/Examples/17html.php index b84f8d4..744d0cf 100755 --- a/PHPExcel/Examples/17html.php +++ b/PHPExcel/Examples/17html.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ @@ -46,7 +46,7 @@ $callStartTime = microtime(true); $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'HTML'); $objWriter->setSheetIndex(0); -//$objWriter->setImagesRoot('http://www.example.com'); +//$objWriter->setImagesRoot('https://www.example.com'); $objWriter->save(str_replace('.php', '.htm', __FILE__)); $callEndTime = microtime(true); $callTime = $callEndTime - $callStartTime; diff --git a/PHPExcel/Examples/18extendedcalculation.php b/PHPExcel/Examples/18extendedcalculation.php index 59aeb30..d20d827 100755 --- a/PHPExcel/Examples/18extendedcalculation.php +++ b/PHPExcel/Examples/18extendedcalculation.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/19namedrange.php b/PHPExcel/Examples/19namedrange.php index 7876ea5..185bd9b 100755 --- a/PHPExcel/Examples/19namedrange.php +++ b/PHPExcel/Examples/19namedrange.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/20readexcel5.php b/PHPExcel/Examples/20readexcel5.php index 7625c7b..0d0f110 100755 --- a/PHPExcel/Examples/20readexcel5.php +++ b/PHPExcel/Examples/20readexcel5.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/21pdf.php b/PHPExcel/Examples/21pdf.php index b26ddb8..4315cd2 100755 --- a/PHPExcel/Examples/21pdf.php +++ b/PHPExcel/Examples/21pdf.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/22heavilyformatted.php b/PHPExcel/Examples/22heavilyformatted.php index 98c7d18..5e02b46 100755 --- a/PHPExcel/Examples/22heavilyformatted.php +++ b/PHPExcel/Examples/22heavilyformatted.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/23sharedstyles.php b/PHPExcel/Examples/23sharedstyles.php index 22eadba..77d7b30 100755 --- a/PHPExcel/Examples/23sharedstyles.php +++ b/PHPExcel/Examples/23sharedstyles.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/24readfilter.php b/PHPExcel/Examples/24readfilter.php index 000d180..c541aae 100755 --- a/PHPExcel/Examples/24readfilter.php +++ b/PHPExcel/Examples/24readfilter.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/25inmemoryimage.php b/PHPExcel/Examples/25inmemoryimage.php index 6c3b0b8..7ab82e8 100755 --- a/PHPExcel/Examples/25inmemoryimage.php +++ b/PHPExcel/Examples/25inmemoryimage.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/26utf8.php b/PHPExcel/Examples/26utf8.php index 112c5c7..1fb7985 100755 --- a/PHPExcel/Examples/26utf8.php +++ b/PHPExcel/Examples/26utf8.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/27imagesexcel5.php b/PHPExcel/Examples/27imagesexcel5.php index a4f6a9d..f521123 100755 --- a/PHPExcel/Examples/27imagesexcel5.php +++ b/PHPExcel/Examples/27imagesexcel5.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/28iterator.php b/PHPExcel/Examples/28iterator.php index 1ba9cbe..56df567 100755 --- a/PHPExcel/Examples/28iterator.php +++ b/PHPExcel/Examples/28iterator.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/29advancedvaluebinder.php b/PHPExcel/Examples/29advancedvaluebinder.php index a172c6c..de72ed9 100755 --- a/PHPExcel/Examples/29advancedvaluebinder.php +++ b/PHPExcel/Examples/29advancedvaluebinder.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/30template.php b/PHPExcel/Examples/30template.php index db9cbb4..fb421a1 100755 --- a/PHPExcel/Examples/30template.php +++ b/PHPExcel/Examples/30template.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/31docproperties_write-xls.php b/PHPExcel/Examples/31docproperties_write-xls.php index e9a5e87..6e5d6d0 100755 --- a/PHPExcel/Examples/31docproperties_write-xls.php +++ b/PHPExcel/Examples/31docproperties_write-xls.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/31docproperties_write.php b/PHPExcel/Examples/31docproperties_write.php index 4cd4779..b01738b 100755 --- a/PHPExcel/Examples/31docproperties_write.php +++ b/PHPExcel/Examples/31docproperties_write.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/32chartreadwrite.php b/PHPExcel/Examples/32chartreadwrite.php index 5aeedca..b0ff8b6 100755 --- a/PHPExcel/Examples/32chartreadwrite.php +++ b/PHPExcel/Examples/32chartreadwrite.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-area.php b/PHPExcel/Examples/33chartcreate-area.php index fac8ce9..3e456c7 100755 --- a/PHPExcel/Examples/33chartcreate-area.php +++ b/PHPExcel/Examples/33chartcreate-area.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-bar-stacked.php b/PHPExcel/Examples/33chartcreate-bar-stacked.php index af9493f..ea2c004 100755 --- a/PHPExcel/Examples/33chartcreate-bar-stacked.php +++ b/PHPExcel/Examples/33chartcreate-bar-stacked.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-bar.php b/PHPExcel/Examples/33chartcreate-bar.php index 653675d..aaecff8 100755 --- a/PHPExcel/Examples/33chartcreate-bar.php +++ b/PHPExcel/Examples/33chartcreate-bar.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-column-2.php b/PHPExcel/Examples/33chartcreate-column-2.php index 0ade332..b5bba19 100755 --- a/PHPExcel/Examples/33chartcreate-column-2.php +++ b/PHPExcel/Examples/33chartcreate-column-2.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-column.php b/PHPExcel/Examples/33chartcreate-column.php index 67f4178..d8d9d67 100755 --- a/PHPExcel/Examples/33chartcreate-column.php +++ b/PHPExcel/Examples/33chartcreate-column.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-composite.php b/PHPExcel/Examples/33chartcreate-composite.php index be7ad94..e85d0fe 100755 --- a/PHPExcel/Examples/33chartcreate-composite.php +++ b/PHPExcel/Examples/33chartcreate-composite.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-line.php b/PHPExcel/Examples/33chartcreate-line.php index 90c2e60..fb7c9f3 100755 --- a/PHPExcel/Examples/33chartcreate-line.php +++ b/PHPExcel/Examples/33chartcreate-line.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-multiple-charts.php b/PHPExcel/Examples/33chartcreate-multiple-charts.php index 0e5ac60..4078b71 100755 --- a/PHPExcel/Examples/33chartcreate-multiple-charts.php +++ b/PHPExcel/Examples/33chartcreate-multiple-charts.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-pie.php b/PHPExcel/Examples/33chartcreate-pie.php index 78b6293..a5b8664 100755 --- a/PHPExcel/Examples/33chartcreate-pie.php +++ b/PHPExcel/Examples/33chartcreate-pie.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-radar.php b/PHPExcel/Examples/33chartcreate-radar.php index 7d1047a..a0a622a 100755 --- a/PHPExcel/Examples/33chartcreate-radar.php +++ b/PHPExcel/Examples/33chartcreate-radar.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-scatter.php b/PHPExcel/Examples/33chartcreate-scatter.php index a5fab82..7ccf9d1 100755 --- a/PHPExcel/Examples/33chartcreate-scatter.php +++ b/PHPExcel/Examples/33chartcreate-scatter.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/33chartcreate-stock.php b/PHPExcel/Examples/33chartcreate-stock.php index 465107b..e433514 100755 --- a/PHPExcel/Examples/33chartcreate-stock.php +++ b/PHPExcel/Examples/33chartcreate-stock.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/34chartupdate.php b/PHPExcel/Examples/34chartupdate.php index f4b36c6..c3d4f55 100755 --- a/PHPExcel/Examples/34chartupdate.php +++ b/PHPExcel/Examples/34chartupdate.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/35chartrender.php b/PHPExcel/Examples/35chartrender.php index 62719e5..6188d8f 100755 --- a/PHPExcel/Examples/35chartrender.php +++ b/PHPExcel/Examples/35chartrender.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/36chartreadwriteHTML.php b/PHPExcel/Examples/36chartreadwriteHTML.php index 7fc26fd..fe23715 100755 --- a/PHPExcel/Examples/36chartreadwriteHTML.php +++ b/PHPExcel/Examples/36chartreadwriteHTML.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/36chartreadwritePDF.php b/PHPExcel/Examples/36chartreadwritePDF.php index 24d1c85..8d3bf8a 100755 --- a/PHPExcel/Examples/36chartreadwritePDF.php +++ b/PHPExcel/Examples/36chartreadwritePDF.php @@ -31,8 +31,8 @@ date_default_timezone_set('Europe/London'); * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/37page_layout_view.php b/PHPExcel/Examples/37page_layout_view.php index 810ca3d..cefe09f 100755 --- a/PHPExcel/Examples/37page_layout_view.php +++ b/PHPExcel/Examples/37page_layout_view.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/38cloneWorksheet.php b/PHPExcel/Examples/38cloneWorksheet.php index 245f7da..8589c3c 100755 --- a/PHPExcel/Examples/38cloneWorksheet.php +++ b/PHPExcel/Examples/38cloneWorksheet.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/39dropdown.php b/PHPExcel/Examples/39dropdown.php index c8dcff6..9f848e7 100755 --- a/PHPExcel/Examples/39dropdown.php +++ b/PHPExcel/Examples/39dropdown.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/41password.php b/PHPExcel/Examples/41password.php index 15aea7b..0cf77bf 100755 --- a/PHPExcel/Examples/41password.php +++ b/PHPExcel/Examples/41password.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/42richText.php b/PHPExcel/Examples/42richText.php index 32bc401..c8bf049 100755 --- a/PHPExcel/Examples/42richText.php +++ b/PHPExcel/Examples/42richText.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2014 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/43mergeWorkbooks.php b/PHPExcel/Examples/43mergeWorkbooks.php index 465b60a..efcfa07 100755 --- a/PHPExcel/Examples/43mergeWorkbooks.php +++ b/PHPExcel/Examples/43mergeWorkbooks.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/44worksheetInfo.php b/PHPExcel/Examples/44worksheetInfo.php index 5aeefcb..8862c41 100755 --- a/PHPExcel/Examples/44worksheetInfo.php +++ b/PHPExcel/Examples/44worksheetInfo.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/Excel2003XMLReader.php b/PHPExcel/Examples/Excel2003XMLReader.php index e77f8a9..aa0ef53 100755 --- a/PHPExcel/Examples/Excel2003XMLReader.php +++ b/PHPExcel/Examples/Excel2003XMLReader.php @@ -20,8 +20,8 @@ * * @category PHPExcel * @package PHPExcel - * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) - * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL + * @copyright Copyright (c) 2006 - 2015 PHPExcel (https://www.codeplex.com/PHPExcel) + * @license https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @version ##VERSION##, ##DATE## */ diff --git a/PHPExcel/Examples/Excel2003XMLTest.xml b/PHPExcel/Examples/Excel2003XMLTest.xml index fb2d305..6d7187b 100755 --- a/PHPExcel/Examples/Excel2003XMLTest.xml +++ b/PHPExcel/Examples/Excel2003XMLTest.xml @@ -1 +1 @@ -3#0000004#0000ff5#0080006#00ccff7#8000808#9933669#c0c0c010#c4751211#ccffcc12#ddbc7d13#ff000014#ff00ff15#ff660016#ff990017#ff99cc18#ffff0090001386024075FalseFalse