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