Remove obsolete `##VERSION##` and `##DATE##` that are not managed by svn anymore
This commit is contained in:
parent
4b0d3c8c1c
commit
5b7d6cc524
|
@ -24,7 +24,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Autoloader
|
class Autoloader
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
include_once __DIR__ . '/Autoloader.php';
|
include_once __DIR__ . '/Autoloader.php';
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class APC extends CacheBase implements ICache
|
class APC extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
abstract class CacheBase
|
abstract class CacheBase
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DiscISAM extends CacheBase implements ICache
|
class DiscISAM extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
interface ICache
|
interface ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Igbinary extends CacheBase implements ICache
|
class Igbinary extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Memcache extends CacheBase implements ICache
|
class Memcache extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Memory extends CacheBase implements ICache
|
class Memory extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class MemoryGZip extends CacheBase implements ICache
|
class MemoryGZip extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class MemorySerialized extends CacheBase implements ICache
|
class MemorySerialized extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class PHPTemp extends CacheBase implements ICache
|
class PHPTemp extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class SQLite extends CacheBase implements ICache
|
class SQLite extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class SQLite3 extends CacheBase implements ICache
|
class SQLite3 extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CachedObjectStorage;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Wincache extends CacheBase implements ICache
|
class Wincache extends CacheBase implements ICache
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class CachedObjectStorageFactory
|
class CachedObjectStorageFactory
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CalcEngine;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class CyclicReferenceStack
|
class CyclicReferenceStack
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\CalcEngine;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Logger
|
class Logger
|
||||||
{
|
{
|
||||||
|
|
|
@ -37,7 +37,6 @@ if (!defined('CALCULATION_REGEXP_CELLREF')) {
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Calculation
|
class Calculation
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Categories
|
class Categories
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Database
|
class Database
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DateTime
|
class DateTime
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,7 +25,6 @@ define('EULER', 2.71828182845904523536);
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Engineering
|
class Engineering
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Exception extends \PhpOffice\PhpSpreadsheet\Exception
|
class Exception extends \PhpOffice\PhpSpreadsheet\Exception
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class ExceptionHandler
|
class ExceptionHandler
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,6 @@ define('FINANCIAL_PRECISION', 1.0e-08);
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Financial
|
class Financial
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
PARTLY BASED ON:
|
PARTLY BASED ON:
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
PARTLY BASED ON:
|
PARTLY BASED ON:
|
||||||
|
|
|
@ -34,7 +34,6 @@ define('PRECISION', 8.88E-016);
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Functions
|
class Functions
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Logical
|
class Logical
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class LookupRef
|
class LookupRef
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class MathTrig
|
class MathTrig
|
||||||
{
|
{
|
||||||
|
|
|
@ -34,7 +34,6 @@ define('SQRT2PI', 2.5066282746310005024157652848110452530069867406099);
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Statistical
|
class Statistical
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class TextData
|
class TextData
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Calculation\Token;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Stack
|
class Stack
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Cell
|
class Cell
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Cell;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class AdvancedValueBinder extends DefaultValueBinder implements IValueBinder
|
class AdvancedValueBinder extends DefaultValueBinder implements IValueBinder
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Cell;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DataType
|
class DataType
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Cell;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DataValidation
|
class DataValidation
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Cell;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DefaultValueBinder implements IValueBinder
|
class DefaultValueBinder implements IValueBinder
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Cell;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Hyperlink
|
class Hyperlink
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Cell;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
interface IValueBinder
|
interface IValueBinder
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Chart
|
class Chart
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Chart;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DataSeries
|
class DataSeries
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Chart;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DataSeriesValues
|
class DataSeriesValues
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Chart;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Exception extends \PhpOffice\PhpSpreadsheet\Exception
|
class Exception extends \PhpOffice\PhpSpreadsheet\Exception
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Chart;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Layout
|
class Layout
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Chart;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Legend
|
class Legend
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Chart;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class PlotArea
|
class PlotArea
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Chart\Renderer;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class JpGraph
|
class JpGraph
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Chart;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Title
|
class Title
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Comment implements IComparable
|
class Comment implements IComparable
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Document;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Properties
|
class Properties
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Document;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Security
|
class Security
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Exception extends \Exception
|
class Exception extends \Exception
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class HashTable
|
class HashTable
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,7 +27,6 @@ use DOMText;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class HTML
|
class HTML
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
interface IComparable
|
interface IComparable
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class IOFactory
|
class IOFactory
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class NamedRange
|
class NamedRange
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
abstract class BaseReader implements IReader
|
abstract class BaseReader implements IReader
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,6 @@ use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class CSV extends BaseReader implements IReader
|
class CSV extends BaseReader implements IReader
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DefaultReadFilter implements IReadFilter
|
class DefaultReadFilter implements IReadFilter
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,6 @@ use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Excel2003XML extends BaseReader implements IReader
|
class Excel2003XML extends BaseReader implements IReader
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Exception extends \PhpOffice\PhpSpreadsheet\Exception
|
class Exception extends \PhpOffice\PhpSpreadsheet\Exception
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,7 +25,6 @@ use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Gnumeric extends BaseReader implements IReader
|
class Gnumeric extends BaseReader implements IReader
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,6 @@ use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
/** PhpSpreadsheet root directory */
|
/** PhpSpreadsheet root directory */
|
||||||
class HTML extends BaseReader implements IReader
|
class HTML extends BaseReader implements IReader
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
interface IReadFilter
|
interface IReadFilter
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
interface IReader
|
interface IReader
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,7 +25,6 @@ use DateTimeZone;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Ods extends BaseReader implements IReader
|
class Ods extends BaseReader implements IReader
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class SYLK extends BaseReader implements IReader
|
class SYLK extends BaseReader implements IReader
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Original file header of ParseXL (used as the base for this class):
|
// Original file header of ParseXL (used as the base for this class):
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader\Xls;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Escher
|
class Escher
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader\Xls;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class MD5
|
class MD5
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader\Xls;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class RC4
|
class RC4
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Xlsx extends BaseReader implements IReader
|
class Xlsx extends BaseReader implements IReader
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,6 @@ use PhpOffice\PhpSpreadsheet\Calculation\Functions;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Chart
|
class Chart
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Reader\Xlsx;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Theme
|
class Theme
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class ReferenceHelper
|
class ReferenceHelper
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class RichText implements IComparable
|
class RichText implements IComparable
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,6 @@ namespace PhpOffice\PhpSpreadsheet\RichText;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
interface ITextElement
|
interface ITextElement
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,6 @@ namespace PhpOffice\PhpSpreadsheet\RichText;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Run extends TextElement implements ITextElement
|
class Run extends TextElement implements ITextElement
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,6 @@ namespace PhpOffice\PhpSpreadsheet\RichText;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class TextElement implements ITextElement
|
class TextElement implements ITextElement
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Settings
|
class Settings
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class CodePage
|
class CodePage
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Date
|
class Date
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Drawing
|
class Drawing
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Escher
|
class Escher
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared\Escher;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DgContainer
|
class DgContainer
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared\Escher\DgContainer;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class SpgrContainer
|
class SpgrContainer
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared\Escher\DgContainer\SpgrContainer;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class SpContainer
|
class SpContainer
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared\Escher;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class DggContainer
|
class DggContainer
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class BstoreContainer
|
class BstoreContainer
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class BSE
|
class BSE
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BS
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Blip
|
class Blip
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class File
|
class File
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class Font
|
class Font
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared\OLE;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2007 Christian Schmidt
|
* @copyright Copyright (c) 2006 - 2007 Christian Schmidt
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class ChainedBlockStream
|
class ChainedBlockStream
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
defined('IDENTIFIER_OLE') ||
|
defined('IDENTIFIER_OLE') ||
|
||||||
|
|
|
@ -22,7 +22,6 @@ namespace PhpOffice\PhpSpreadsheet\Shared;
|
||||||
* @category PhpSpreadsheet
|
* @category PhpSpreadsheet
|
||||||
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
* @copyright Copyright (c) 2006 - 2016 PhpSpreadsheet (https://github.com/PHPOffice/PhpSpreadsheet)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
|
||||||
*/
|
*/
|
||||||
class PasswordHasher
|
class PasswordHasher
|
||||||
{
|
{
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue