在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → tp5.1自动生成代码、文件工具

tp5.1自动生成代码、文件工具

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.91M
  • 下载次数:6
  • 浏览次数:161
  • 发布时间:2020-10-25
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
本工具能够自动生成公共方法 中间件 验证器 模型 控制器 视图 demo 的代码及文件。 1、代码基于:ThinkPHP5.1.20 + mysql数据库 + php7 2、[模型]模型会根据表来创建,一张表对应一个数据层模型,如果你使用到服务层、逻辑层,也会创建对应的服务层、逻辑层模型 根据自己的需求生成。模型分层是从tp5.0 过来的,虽然5.1手册中没有了关于模型分层的介绍,但还是保留了分层,需要自己创建 1)服务层模型,带有调用逻辑层的增删改查4个方法 2)逻辑层模型,带有调用数据层的常用几个方法 3)数据层模型,绑定表和主键,软删除,自动写入
【实例截图】
【核心代码】
tp51
├── application
│   ├── code
│   │   ├── common.php
│   │   ├── controller
│   │   │   ├── Api.php
│   │   │   ├── Base.php
│   │   │   ├── Error.php
│   │   │   └── Index.php
│   │   ├── model
│   │   │   └── User.php
│   │   └── view
│   │   ├── index
│   │   │   ├── basecontroller.html
│   │   │   ├── common.html
│   │   │   ├── controller1.html
│   │   │   ├── controller3.html
│   │   │   ├── demo.html
│   │   │   ├── errorcontroller.html
│   │   │   ├── eventcontroller.html
│   │   │   ├── form1.html
│   │   │   ├── index.html
│   │   │   ├── middleware.html
│   │   │   ├── model1.html
│   │   │   ├── model2.html
│   │   │   ├── table1.html
│   │   │   ├── validata1.html
│   │   │   ├── validata2.html
│   │   │   └── validata3.html
│   │   ├── layout.html
│   │   └── public
│   │   └── head.html
│   ├── command.php
│   ├── common.php
│   ├── index
│   │   ├── common.php
│   │   └── controller
│   │   └── Index.php
│   ├── provider.php
│   └── tags.php
├── build.php
├── composer.json
├── composer.lock
├── config
│   ├── app.php
│   ├── cache.php
│   ├── code
│   │   └── app.php
│   ├── console.php
│   ├── cookie.php
│   ├── database.php
│   ├── index
│   │   └── app.php
│   ├── log.php
│   ├── middleware.php
│   ├── session.php
│   ├── template.php
│   └── trace.php
├── extend
│   ├── aliyunsms.zip
│   ├── demo
│   │   ├── Aliyunsms.php
│   │   ├── Excel.php
│   │   ├── Oss.php
│   │   └── README.md
│   └── OSS.zip
├── LICENSE.txt
├── public
│   ├── favicon.ico
│   ├── index.php
│   ├── robots.txt
│   ├── router.php
│   └── static
│   └── layui
│   ├── css
│   │   ├── layui.css
│   │   ├── layui.mobile.css
│   │   └── modules
│   │   ├── code.css
│   │   ├── laydate
│   │   │   └── default
│   │   │   └── laydate.css
│   │   └── layer
│   │   └── default
│   │   ├── icon-ext.png
│   │   ├── icon.png
│   │   ├── layer.css
│   │   ├── loading-0.gif
│   │   ├── loading-1.gif
│   │   └── loading-2.gif
│   ├── font
│   │   ├── iconfont.eot
│   │   ├── iconfont.svg
│   │   ├── iconfont.ttf
│   │   └── iconfont.woff
│   ├── images
│   │   └── face
│   │   ├── 0.gif
│   │   ├── 10.gif
│   │   ├── 11.gif
│   │   ├── 12.gif
│   │   ├── 13.gif
│   │   ├── 14.gif
│   │   ├── 15.gif
│   │   ├── 16.gif
│   │   ├── 17.gif
│   │   ├── 18.gif
│   │   ├── 19.gif
│   │   ├── 1.gif
│   │   ├── 20.gif
│   │   ├── 21.gif
│   │   ├── 22.gif
│   │   ├── 23.gif
│   │   ├── 24.gif
│   │   ├── 25.gif
│   │   ├── 26.gif
│   │   ├── 27.gif
│   │   ├── 28.gif
│   │   ├── 29.gif
│   │   ├── 2.gif
│   │   ├── 30.gif
│   │   ├── 31.gif
│   │   ├── 32.gif
│   │   ├── 33.gif
│   │   ├── 34.gif
│   │   ├── 35.gif
│   │   ├── 36.gif
│   │   ├── 37.gif
│   │   ├── 38.gif
│   │   ├── 39.gif
│   │   ├── 3.gif
│   │   ├── 40.gif
│   │   ├── 41.gif
│   │   ├── 42.gif
│   │   ├── 43.gif
│   │   ├── 44.gif
│   │   ├── 45.gif
│   │   ├── 46.gif
│   │   ├── 47.gif
│   │   ├── 48.gif
│   │   ├── 49.gif
│   │   ├── 4.gif
│   │   ├── 50.gif
│   │   ├── 51.gif
│   │   ├── 52.gif
│   │   ├── 53.gif
│   │   ├── 54.gif
│   │   ├── 55.gif
│   │   ├── 56.gif
│   │   ├── 57.gif
│   │   ├── 58.gif
│   │   ├── 59.gif
│   │   ├── 5.gif
│   │   ├── 60.gif
│   │   ├── 61.gif
│   │   ├── 62.gif
│   │   ├── 63.gif
│   │   ├── 64.gif
│   │   ├── 65.gif
│   │   ├── 66.gif
│   │   ├── 67.gif
│   │   ├── 68.gif
│   │   ├── 69.gif
│   │   ├── 6.gif
│   │   ├── 70.gif
│   │   ├── 71.gif
│   │   ├── 7.gif
│   │   ├── 8.gif
│   │   └── 9.gif
│   ├── jquery.min.js
│   ├── lay
│   │   └── modules
│   │   ├── carousel.js
│   │   ├── code.js
│   │   ├── element.js
│   │   ├── flow.js
│   │   ├── form.js
│   │   ├── jquery.js
│   │   ├── laydate.js
│   │   ├── layedit.js
│   │   ├── layer.js
│   │   ├── laypage.js
│   │   ├── laytpl.js
│   │   ├── mobile.js
│   │   ├── rate.js
│   │   ├── table.js
│   │   ├── tree.js
│   │   ├── upload.js
│   │   └── util.js
│   ├── layui.all.js
│   └── layui.js
├── README.md
├── route
│   └── route.php
├── runtime
│   ├── log
│   │   └── 201808
│   │   ├── 04.log
│   │   ├── 05_cli.log
│   │   ├── 05.log
│   │   └── 06.log
│   └── temp
│   ├── 226978144cb33d385e240dee318307f3.php
│   ├── 2f06078e21e5770516708b34b264017f.php
│   ├── 38bfd555366f2b15025169d4a601e7df.php
│   ├── 62be61285037fe5d3a6c0784f33c0b72.php
│   ├── 642aa29369363869a78389954dbca764.php
│   ├── 678be49e73dbebcddf79efe88ab45619.php
│   ├── 69c4dbb55d5daba958fc25e6dea13aee.php
│   ├── 7700f4228a92c32eb523902226dd34c3.php
│   ├── 7cac32a3156ed797dba3bdbb3da4ebb5.php
│   ├── 8e889b90f4553860835da82a41f623a2.php
│   ├── 9f3231f1ca0aea2002bd2b37b24a8adf.php
│   ├── 9fd9133aec6fdbd1881fc9c2a329bca9.php
│   ├── ab0935b0b7cdb713320983f6b29ee571.php
│   ├── bb85dba178694aa850ef9168d8921140.php
│   ├── c1cae5f636d1765c1ff3c2e9bec8d576.php
│   ├── d589294ec41815cf64aa3dc05849e9f4.php
│   ├── e6cda68cd8e2ff54722821bf3e856f88.php
│   └── f0b7275bbb1b71acb4f4abc18ae41488.php
├── think
├── thinkphp
│   ├── base.php
│   ├── composer.json
│   ├── CONTRIBUTING.md
│   ├── convention.php
│   ├── helper.php
│   ├── lang
│   │   └── zh-cn.php
│   ├── library
│   │   ├── think
│   │   │   ├── App.php
│   │   │   ├── Build.php
│   │   │   ├── cache
│   │   │   │   ├── driver
│   │   │   │   │   ├── File.php
│   │   │   │   │   ├── Lite.php
│   │   │   │   │   ├── Memcached.php
│   │   │   │   │   ├── Memcache.php
│   │   │   │   │   ├── Redis.php
│   │   │   │   │   ├── Sqlite.php
│   │   │   │   │   ├── Wincache.php
│   │   │   │   │   └── Xcache.php
│   │   │   │   └── Driver.php
│   │   │   ├── Cache.php
│   │   │   ├── Collection.php
│   │   │   ├── config
│   │   │   │   └── driver
│   │   │   │   ├── Ini.php
│   │   │   │   ├── Json.php
│   │   │   │   └── Xml.php
│   │   │   ├── Config.php
│   │   │   ├── console
│   │   │   │   ├── bin
│   │   │   │   │   ├── hiddeninput.exe
│   │   │   │   │   └── README.md
│   │   │   │   ├── command
│   │   │   │   │   ├── Build.php
│   │   │   │   │   ├── Clear.php
│   │   │   │   │   ├── Help.php
│   │   │   │   │   ├── Lists.php
│   │   │   │   │   ├── make
│   │   │   │   │   │   ├── Controller.php
│   │   │   │   │   │   ├── Middleware.php
│   │   │   │   │   │   ├── Model.php
│   │   │   │   │   │   ├── stubs
│   │   │   │   │   │   │   ├── controller.api.stub
│   │   │   │   │   │   │   ├── controller.plain.stub
│   │   │   │   │   │   │   ├── controller.stub
│   │   │   │   │   │   │   ├── middleware.stub
│   │   │   │   │   │   │   ├── model.stub
│   │   │   │   │   │   │   └── validate.stub
│   │   │   │   │   │   └── Validate.php
│   │   │   │   │   ├── Make.php
│   │   │   │   │   ├── optimize
│   │   │   │   │   │   ├── Autoload.php
│   │   │   │   │   │   ├── Config.php
│   │   │   │   │   │   ├── Route.php
│   │   │   │   │   │   └── Schema.php
│   │   │   │   │   └── RunServer.php
│   │   │   │   ├── Command.php
│   │   │   │   ├── input
│   │   │   │   │   ├── Argument.php
│   │   │   │   │   ├── Definition.php
│   │   │   │   │   └── Option.php
│   │   │   │   ├── Input.php
│   │   │   │   ├── LICENSE
│   │   │   │   ├── output
│   │   │   │   │   ├── Ask.php
│   │   │   │   │   ├── descriptor
│   │   │   │   │   │   └── Console.php
│   │   │   │   │   ├── Descriptor.php
│   │   │   │   │   ├── driver
│   │   │   │   │   │   ├── Buffer.php
│   │   │   │   │   │   ├── Console.php
│   │   │   │   │   │   └── Nothing.php
│   │   │   │   │   ├── formatter
│   │   │   │   │   │   ├── Stack.php
│   │   │   │   │   │   └── Style.php
│   │   │   │   │   ├── Formatter.php
│   │   │   │   │   ├── question
│   │   │   │   │   │   ├── Choice.php
│   │   │   │   │   │   └── Confirmation.php
│   │   │   │   │   └── Question.php
│   │   │   │   └── Output.php
│   │   │   ├── Console.php
│   │   │   ├── Container.php
│   │   │   ├── Controller.php
│   │   │   ├── Cookie.php
│   │   │   ├── db
│   │   │   │   ├── builder
│   │   │   │   │   ├── Mysql.php
│   │   │   │   │   ├── Pgsql.php
│   │   │   │   │   ├── Sqlite.php
│   │   │   │   │   └── Sqlsrv.php
│   │   │   │   ├── Builder.php
│   │   │   │   ├── Connection.php
│   │   │   │   ├── connector
│   │   │   │   │   ├── Mysql.php
│   │   │   │   │   ├── Pgsql.php
│   │   │   │   │   ├── pgsql.sql
│   │   │   │   │   ├── Sqlite.php
│   │   │   │   │   └── Sqlsrv.php
│   │   │   │   ├── exception
│   │   │   │   │   ├── BindParamException.php
│   │   │   │   │   ├── DataNotFoundException.php
│   │   │   │   │   └── ModelNotFoundException.php
│   │   │   │   ├── Expression.php
│   │   │   │   └── Query.php
│   │   │   ├── Db.php
│   │   │   ├── debug
│   │   │   │   ├── Console.php
│   │   │   │   └── Html.php
│   │   │   ├── Debug.php
│   │   │   ├── Env.php
│   │   │   ├── Error.php
│   │   │   ├── exception
│   │   │   │   ├── ClassNotFoundException.php
│   │   │   │   ├── DbException.php
│   │   │   │   ├── ErrorException.php
│   │   │   │   ├── Handle.php
│   │   │   │   ├── HttpException.php
│   │   │   │   ├── HttpResponseException.php
│   │   │   │   ├── PDOException.php
│   │   │   │   ├── RouteNotFoundException.php
│   │   │   │   ├── TemplateNotFoundException.php
│   │   │   │   ├── ThrowableError.php
│   │   │   │   └── ValidateException.php
│   │   │   ├── Exception.php
│   │   │   ├── facade
│   │   │   │   ├── App.php
│   │   │   │   ├── Build.php
│   │   │   │   ├── Cache.php
│   │   │   │   ├── Config.php
│   │   │   │   ├── Cookie.php
│   │   │   │   ├── Debug.php
│   │   │   │   ├── Env.php
│   │   │   │   ├── Hook.php
│   │   │   │   ├── Lang.php
│   │   │   │   ├── Log.php
│   │   │   │   ├── Middleware.php
│   │   │   │   ├── Request.php
│   │   │   │   ├── Response.php
│   │   │   │   ├── Route.php
│   │   │   │   ├── Session.php
│   │   │   │   ├── Url.php
│   │   │   │   ├── Validate.php
│   │   │   │   └── View.php
│   │   │   ├── Facade.php
│   │   │   ├── File.php
│   │   │   ├── Hook.php
│   │   │   ├── Lang.php
│   │   │   ├── Loader.php
│   │   │   ├── log
│   │   │   │   └── driver
│   │   │   │   ├── File.php
│   │   │   │   └── Socket.php
│   │   │   ├── Log.php
│   │   │   ├── Middleware.php
│   │   │   ├── model
│   │   │   │   ├── Collection.php
│   │   │   │   ├── concern
│   │   │   │   │   ├── Attribute.php
│   │   │   │   │   ├── Conversion.php
│   │   │   │   │   ├── ModelEvent.php
│   │   │   │   │   ├── RelationShip.php
│   │   │   │   │   ├── SoftDelete.php
│   │   │   │   │   └── TimeStamp.php
│   │   │   │   ├── Pivot.php
│   │   │   │   ├── relation
│   │   │   │   │   ├── BelongsToMany.php
│   │   │   │   │   ├── BelongsTo.php
│   │   │   │   │   ├── HasMany.php
│   │   │   │   │   ├── HasManyThrough.php
│   │   │   │   │   ├── HasOne.php
│   │   │   │   │   ├── MorphMany.php
│   │   │   │   │   ├── MorphOne.php
│   │   │   │   │   ├── MorphTo.php
│   │   │   │   │   └── OneToOne.php
│   │   │   │   └── Relation.php
│   │   │   ├── Model.php
│   │   │   ├── paginator
│   │   │   │   └── driver
│   │   │   │   └── Bootstrap.php
│   │   │   ├── Paginator.php
│   │   │   ├── process
│   │   │   │   ├── Builder.php
│   │   │   │   ├── exception
│   │   │   │   │   ├── Faild.php
│   │   │   │   │   ├── Failed.php
│   │   │   │   │   └── Timeout.php
│   │   │   │   ├── pipes
│   │   │   │   │   ├── Pipes.php
│   │   │   │   │   ├── Unix.php
│   │   │   │   │   └── Windows.php
│   │   │   │   └── Utils.php
│   │   │   ├── Process.php
│   │   │   ├── Request.php
│   │   │   ├── response
│   │   │   │   ├── Json.php
│   │   │   │   ├── Jsonp.php
│   │   │   │   ├── Jump.php
│   │   │   │   ├── Redirect.php
│   │   │   │   ├── View.php
│   │   │   │   └── Xml.php
│   │   │   ├── Response.php
│   │   │   ├── route
│   │   │   │   ├── AliasRule.php
│   │   │   │   ├── dispatch
│   │   │   │   │   ├── Callback.php
│   │   │   │   │   ├── Controller.php
│   │   │   │   │   ├── Module.php
│   │   │   │   │   ├── Redirect.php
│   │   │   │   │   ├── Response.php
│   │   │   │   │   ├── Url.php
│   │   │   │   │   └── View.php
│   │   │   │   ├── Dispatch.php
│   │   │   │   ├── Domain.php
│   │   │   │   ├── Resource.php
│   │   │   │   ├── RuleGroup.php
│   │   │   │   ├── RuleItem.php
│   │   │   │   ├── RuleName.php
│   │   │   │   └── Rule.php
│   │   │   ├── Route.php
│   │   │   ├── session
│   │   │   │   └── driver
│   │   │   │   ├── Memcached.php
│   │   │   │   ├── Memcache.php
│   │   │   │   └── Redis.php
│   │   │   ├── Session.php
│   │   │   ├── template
│   │   │   │   ├── driver
│   │   │   │   │   └── File.php
│   │   │   │   ├── taglib
│   │   │   │   │   └── Cx.php
│   │   │   │   └── TagLib.php
│   │   │   ├── Template.php
│   │   │   ├── Url.php
│   │   │   ├── validate
│   │   │   │   └── ValidateRule.php
│   │   │   ├── Validate.php
│   │   │   ├── view
│   │   │   │   └── driver
│   │   │   │   ├── Php.php
│   │   │   │   └── Think.php
│   │   │   └── View.php
│   │   └── traits
│   │   └── controller
│   │   └── Jump.php
│   ├── LICENSE.txt
│   ├── logo.png
│   ├── phpunit.xml.dist
│   ├── README.md
│   └── tpl
│   ├── default_index.tpl
│   ├── dispatch_jump.tpl
│   ├── page_trace.tpl
│   └── think_exception.tpl
└── vendor
├── autoload.php
├── composer
│   ├── autoload_classmap.php
│   ├── autoload_namespaces.php
│   ├── autoload_psr4.php
│   ├── autoload_real.php
│   ├── autoload_static.php
│   ├── ClassLoader.php
│   ├── installed.json
│   └── LICENSE
├── phpoffice
│   └── phpexcel
│   ├── changelog.txt
│   ├── Classes
│   │   ├── PHPExcel
│   │   │   ├── Autoloader.php
│   │   │   ├── CachedObjectStorage
│   │   │   │   ├── APC.php
│   │   │   │   ├── CacheBase.php
│   │   │   │   ├── DiscISAM.php
│   │   │   │   ├── ICache.php
│   │   │   │   ├── Igbinary.php
│   │   │   │   ├── Memcache.php
│   │   │   │   ├── MemoryGZip.php
│   │   │   │   ├── Memory.php
│   │   │   │   ├── MemorySerialized.php
│   │   │   │   ├── PHPTemp.php
│   │   │   │   ├── SQLite3.php
│   │   │   │   ├── SQLite.php
│   │   │   │   └── Wincache.php
│   │   │   ├── CachedObjectStorageFactory.php
│   │   │   ├── CalcEngine
│   │   │   │   ├── CyclicReferenceStack.php
│   │   │   │   └── Logger.php
│   │   │   ├── Calculation
│   │   │   │   ├── Database.php
│   │   │   │   ├── DateTime.php
│   │   │   │   ├── Engineering.php
│   │   │   │   ├── ExceptionHandler.php
│   │   │   │   ├── Exception.php
│   │   │   │   ├── Financial.php
│   │   │   │   ├── FormulaParser.php
│   │   │   │   ├── FormulaToken.php
│   │   │   │   ├── functionlist.txt
│   │   │   │   ├── Function.php
│   │   │   │   ├── Functions.php
│   │   │   │   ├── Logical.php
│   │   │   │   ├── LookupRef.php
│   │   │   │   ├── MathTrig.php
│   │   │   │   ├── Statistical.php
│   │   │   │   ├── TextData.php
│   │   │   │   └── Token
│   │   │   │   └── Stack.php
│   │   │   ├── Calculation.php
│   │   │   ├── Cell
│   │   │   │   ├── AdvancedValueBinder.php
│   │   │   │   ├── DataType.php
│   │   │   │   ├── DataValidation.php
│   │   │   │   ├── DefaultValueBinder.php
│   │   │   │   ├── Hyperlink.php
│   │   │   │   └── IValueBinder.php
│   │   │   ├── Cell.php
│   │   │   ├── Chart
│   │   │   │   ├── Axis.php
│   │   │   │   ├── DataSeries.php
│   │   │   │   ├── DataSeriesValues.php
│   │   │   │   ├── Exception.php
│   │   │   │   ├── GridLines.php
│   │   │   │   ├── Layout.php
│   │   │   │   ├── Legend.php
│   │   │   │   ├── PlotArea.php
│   │   │   │   ├── Properties.php
│   │   │   │   ├── Renderer
│   │   │   │   │   ├── jpgraph.php
│   │   │   │   │   └── PHP Charting Libraries.txt
│   │   │   │   └── Title.php
│   │   │   ├── Chart.php
│   │   │   ├── Comment.php
│   │   │   ├── DocumentProperties.php
│   │   │   ├── DocumentSecurity.php
│   │   │   ├── Exception.php
│   │   │   ├── HashTable.php
│   │   │   ├── Helper
│   │   │   │   └── HTML.php
│   │   │   ├── IComparable.php
│   │   │   ├── IOFactory.php
│   │   │   ├── locale
│   │   │   │   ├── bg
│   │   │   │   │   └── config
│   │   │   │   ├── cs
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── da
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── de
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── en
│   │   │   │   │   └── uk
│   │   │   │   │   └── config
│   │   │   │   ├── es
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── fi
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── fr
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── hu
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── it
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── nl
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── no
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── pl
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── pt
│   │   │   │   │   ├── br
│   │   │   │   │   │   ├── config
│   │   │   │   │   │   └── functions
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── ru
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   ├── sv
│   │   │   │   │   ├── config
│   │   │   │   │   └── functions
│   │   │   │   └── tr
│   │   │   │   ├── config
│   │   │   │   └── functions
│   │   │   ├── NamedRange.php
│   │   │   ├── Reader
│   │   │   │   ├── Abstract.php
│   │   │   │   ├── CSV.php
│   │   │   │   ├── DefaultReadFilter.php
│   │   │   │   ├── Excel2003XML.php
│   │   │   │   ├── Excel2007
│   │   │   │   │   ├── Chart.php
│   │   │   │   │   └── Theme.php
│   │   │   │   ├── Excel2007.php
│   │   │   │   ├── Excel5
│   │   │   │   │   ├── Escher.php
│   │   │   │   │   ├── MD5.php
│   │   │   │   │   └── RC4.php
│   │   │   │   ├── Excel5.php
│   │   │   │   ├── Exception.php
│   │   │   │   ├── Gnumeric.php
│   │   │   │   ├── HTML.php
│   │   │   │   ├── IReader.php
│   │   │   │   ├── IReadFilter.php
│   │   │   │   ├── OOCalc.php
│   │   │   │   └── SYLK.php
│   │   │   ├── ReferenceHelper.php
│   │   │   ├── RichText
│   │   │   │   ├── ITextElement.php
│   │   │   │   ├── Run.php
│   │   │   │   └── TextElement.php
│   │   │   ├── RichText.php
│   │   │   ├── Settings.php
│   │   │   ├── Shared
│   │   │   │   ├── CodePage.php
│   │   │   │   ├── Date.php
│   │   │   │   ├── Drawing.php
│   │   │   │   ├── Escher
│   │   │   │   │   ├── DgContainer
│   │   │   │   │   │   ├── SpgrContainer
│   │   │   │   │   │   │   └── SpContainer.php
│   │   │   │   │   │   └── SpgrContainer.php
│   │   │   │   │   ├── DgContainer.php
│   │   │   │   │   ├── DggContainer
│   │   │   │   │   │   ├── BstoreContainer
│   │   │   │   │   │   │   ├── BSE
│   │   │   │   │   │   │   │   └── Blip.php
│   │   │   │   │   │   │   └── BSE.php
│   │   │   │   │   │   └── BstoreContainer.php
│   │   │   │   │   └── DggContainer.php
│   │   │   │   ├── Escher.php
│   │   │   │   ├── Excel5.php
│   │   │   │   ├── File.php
│   │   │   │   ├── Font.php
│   │   │   │   ├── JAMA
│   │   │   │   │   ├── CHANGELOG.TXT
│   │   │   │   │   ├── CholeskyDecomposition.php
│   │   │   │   │   ├── EigenvalueDecomposition.php
│   │   │   │   │   ├── LUDecomposition.php
│   │   │   │   │   ├── Matrix.php
│   │   │   │   │   ├── QRDecomposition.php
│   │   │   │   │   ├── SingularValueDecomposition.php
│   │   │   │   │   └── utils
│   │   │   │   │   ├── Error.php
│   │   │   │   │   └── Maths.php
│   │   │   │   ├── OLE
│   │   │   │   │   ├── ChainedBlockStream.php
│   │   │   │   │   ├── PPS
│   │   │   │   │   │   ├── File.php
│   │   │   │   │   │   └── Root.php
│   │   │   │   │   └── PPS.php
│   │   │   │   ├── OLE.php
│   │   │   │   ├── OLERead.php
│   │   │   │   ├── PasswordHasher.php
│   │   │   │   ├── PCLZip
│   │   │   │   │   ├── gnu-lgpl.txt
│   │   │   │   │   ├── pclzip.lib.php
│   │   │   │   │   └── readme.txt
│   │   │   │   ├── String.php
│   │   │   │   ├── TimeZone.php
│   │   │   │   ├── trend
│   │   │   │   │   ├── bestFitClass.php
│   │   │   │   │   ├── exponentialBestFitClass.php
│   │   │   │   │   ├── linearBestFitClass.php
│   │   │   │   │   ├── logarithmicBestFitClass.php
│   │   │   │   │   ├── polynomialBestFitClass.php
│   │   │   │   │   ├── powerBestFitClass.php
│   │   │   │   │   └── trendClass.php
│   │   │   │   ├── XMLWriter.php
│   │   │   │   ├── ZipArchive.php
│   │   │   │   └── ZipStreamWrapper.php
│   │   │   ├── Style
│   │   │   │   ├── Alignment.php
│   │   │   │   ├── Border.php
│   │   │   │   ├── Borders.php
│   │   │   │   ├── Color.php
│   │   │   │   ├── Conditional.php
│   │   │   │   ├── Fill.php
│   │   │   │   ├── Font.php
│   │   │   │   ├── NumberFormat.php
│   │   │   │   ├── Protection.php
│   │   │   │   └── Supervisor.php
│   │   │   ├── Style.php
│   │   │   ├── Worksheet
│   │   │   │   ├── AutoFilter
│   │   │   │   │   ├── Column
│   │   │   │   │   │   └── Rule.php
│   │   │   │   │   └── Column.php
│   │   │   │   ├── AutoFilter.php
│   │   │   │   ├── BaseDrawing.php
│   │   │   │   ├── CellIterator.php
│   │   │   │   ├── ColumnCellIterator.php
│   │   │   │   ├── ColumnDimension.php
│   │   │   │   ├── ColumnIterator.php
│   │   │   │   ├── Column.php
│   │   │   │   ├── Drawing
│   │   │   │   │   └── Shadow.php
│   │   │   │   ├── Drawing.php
│   │   │   │   ├── HeaderFooterDrawing.php
│   │   │   │   ├── HeaderFooter.php
│   │   │   │   ├── MemoryDrawing.php
│   │   │   │   ├── PageMargins.php
│   │   │   │   ├── PageSetup.php
│   │   │   │   ├── Protection.php
│   │   │   │   ├── RowCellIterator.php
│   │   │   │   ├── RowDimension.php
│   │   │   │   ├── RowIterator.php
│   │   │   │   ├── Row.php
│   │   │   │   └── SheetView.php
│   │   │   ├── WorksheetIterator.php
│   │   │   ├── Worksheet.php
│   │   │   └── Writer
│   │   │   ├── Abstract.php
│   │   │   ├── CSV.php
│   │   │   ├── Excel2007
│   │   │   │   ├── Chart.php
│   │   │   │   ├── Comments.php
│   │   │   │   ├── ContentTypes.php
│   │   │   │   ├── DocProps.php
│   │   │   │   ├── Drawing.php
│   │   │   │   ├── Rels.php
│   │   │   │   ├── RelsRibbon.php
│   │   │   │   ├── RelsVBA.php
│   │   │   │   ├── StringTable.php
│   │   │   │   ├── Style.php
│   │   │   │   ├── Theme.php
│   │   │   │   ├── Workbook.php
│   │   │   │   ├── Worksheet.php
│   │   │   │   └── WriterPart.php
│   │   │   ├── Excel2007.php
│   │   │   ├── Excel5
│   │   │   │   ├── BIFFwriter.php
│   │   │   │   ├── Escher.php
│   │   │   │   ├── Font.php
│   │   │   │   ├── Parser.php
│   │   │   │   ├── Workbook.php
│   │   │   │   ├── Worksheet.php
│   │   │   │   └── Xf.php
│   │   │   ├── Excel5.php
│   │   │   ├── Exception.php
│   │   │   ├── HTML.php
│   │   │   ├── IWriter.php
│   │   │   ├── OpenDocument
│   │   │   │   ├── Cell
│   │   │   │   │   └── Comment.php
│   │   │   │   ├── Content.php
│   │   │   │   ├── MetaInf.php
│   │   │   │   ├── Meta.php
│   │   │   │   ├── Mimetype.php
│   │   │   │   ├── Settings.php
│   │   │   │   ├── Styles.php
│   │   │   │   ├── Thumbnails.php
│   │   │   │   └── WriterPart.php
│   │   │   ├── OpenDocument.php
│   │   │   ├── PDF
│   │   │   │   ├── Core.php
│   │   │   │   ├── DomPDF.php
│   │   │   │   ├── mPDF.php
│   │   │   │   └── tcPDF.php
│   │   │   └── PDF.php
│   │   └── PHPExcel.php
│   ├── composer.json
│   ├── Examples
│   │   ├── 01pharSimple.php
│   │   ├── 01simple-download-ods.php
│   │   ├── 01simple-download-pdf.php
│   │   ├── 01simple-download-xls.php
│   │   ├── 01simple-download-xlsx.php
│   │   ├── 01simplePCLZip.php
│   │   ├── 01simple.php
│   │   ├── 02types.php
│   │   ├── 02types-xls.php
│   │   ├── 03formulas.php
│   │   ├── 04printing.php
│   │   ├── 05featuredemo.inc.php
│   │   ├── 05featuredemo.php
│   │   ├── 06largescale.php
│   │   ├── 06largescale-with-cellcaching.php
│   │   ├── 06largescale-with-cellcaching-sqlite3.php
│   │   ├── 06largescale-with-cellcaching-sqlite.php
│   │   ├── 06largescale-xls.php
│   │   ├── 07readerPCLZip.php
│   │   ├── 07reader.php
│   │   ├── 08conditionalformatting2.php
│   │   ├── 08conditionalformatting.php
│   │   ├── 09pagebreaks.php
│   │   ├── 10autofilter.php
│   │   ├── 10autofilter-selection-1.php
│   │   ├── 10autofilter-selection-2.php
│   │   ├── 10autofilter-selection-display.php
│   │   ├── 11documentsecurity.php
│   │   ├── 11documentsecurity-xls.php
│   │   ├── 12cellProtection.php
│   │   ├── 13calculation.php
│   │   ├── 14excel5.php
│   │   ├── 15datavalidation.php
│   │   ├── 15datavalidation-xls.php
│   │   ├── 16csv.php
│   │   ├── 17html.php
│   │   ├── 18extendedcalculation.php
│   │   ├── 19namedrange.php
│   │   ├── 20readexcel5.php
│   │   ├── 21pdf.php
│   │   ├── 22heavilyformatted.php
│   │   ├── 23sharedstyles.php
│   │   ├── 24readfilter.php
│   │   ├── 25inmemoryimage.php
│   │   ├── 26utf8.php
│   │   ├── 27imagesexcel5.php
│   │   ├── 28iterator.php
│   │   ├── 29advancedvaluebinder.php
│   │   ├── 30template.php
│   │   ├── 31docproperties_write.php
│   │   ├── 31docproperties_write-xls.php
│   │   ├── 32chartreadwrite.php
│   │   ├── 33chartcreate-area.php
│   │   ├── 33chartcreate-bar.php
│   │   ├── 33chartcreate-bar-stacked.php
│   │   ├── 33chartcreate-column-2.php
│   │   ├── 33chartcreate-column.php
│   │   ├── 33chartcreate-composite.php
│   │   ├── 33chartcreate-line.php
│   │   ├── 33chartcreate-multiple-charts.php
│   │   ├── 33chartcreate-pie.php
│   │   ├── 33chartcreate-radar.php
│   │   ├── 33chartcreate-scatter.php
│   │   ├── 33chartcreate-stock.php
│   │   ├── 34chartupdate.php
│   │   ├── 35chartrender.php
│   │   ├── 36chartreadwriteHTML.php
│   │   ├── 36chartreadwritePDF.php
│   │   ├── 37page_layout_view.php
│   │   ├── 38cloneWorksheet.php
│   │   ├── 39dropdown.php
│   │   ├── 40duplicateStyle.php
│   │   ├── 41password.php
│   │   ├── 42richText.php
│   │   ├── data
│   │   │   └── continents
│   │   │   ├── Africa.txt
│   │   │   ├── Asia.txt
│   │   │   ├── Europe.txt
│   │   │   ├── North America.txt
│   │   │   ├── Oceania.txt
│   │   │   └── South America.txt
│   │   ├── Excel2003XMLReader.php
│   │   ├── Excel2003XMLTest.xml
│   │   ├── GnumericReader.php
│   │   ├── GnumericTest.gnumeric
│   │   ├── images
│   │   │   ├── officelogo.jpg
│   │   │   ├── paid.png
│   │   │   ├── phpexcel_logo.gif
│   │   │   └── termsconditions.jpg
│   │   ├── OOCalcReaderPCLZip.php
│   │   ├── OOCalcReader.php
│   │   ├── OOCalcTest.ods
│   │   ├── Quadratic2.php
│   │   ├── Quadratic.php
│   │   ├── Quadratic.xlsx
│   │   ├── runall.php
│   │   ├── SylkReader.php
│   │   ├── SylkTest.slk
│   │   ├── templates
│   │   │   ├── 26template.xlsx
│   │   │   ├── 27template.xls
│   │   │   ├── 30template.xls
│   │   │   ├── 31docproperties.xls
│   │   │   ├── 31docproperties.xlsx
│   │   │   ├── 32chartreadwrite.xlsx
│   │   │   ├── 32complexChartreadwrite.xlsx
│   │   │   ├── 32readwriteAreaChart1.xlsx
│   │   │   ├── 32readwriteAreaChart2.xlsx
│   │   │   ├── 32readwriteAreaChart3D1.xlsx
│   │   │   ├── 32readwriteAreaChart3.xlsx
│   │   │   ├── 32readwriteAreaPercentageChart1.xlsx
│   │   │   ├── 32readwriteAreaPercentageChart2.xlsx
│   │   │   ├── 32readwriteAreaPercentageChart3D1.xlsx
│   │   │   ├── 32readwriteAreaStackedChart1.xlsx
│   │   │   ├── 32readwriteAreaStackedChart2.xlsx
│   │   │   ├── 32readwriteAreaStackedChart3D1.xlsx
│   │   │   ├── 32readwriteBarChart1.xlsx
│   │   │   ├── 32readwriteBarChart2.xlsx
│   │   │   ├── 32readwriteBarChart3D1.xlsx
│   │   │   ├── 32readwriteBarChart3.xlsx
│   │   │   ├── 32readwriteBarPercentageChart1.xlsx
│   │   │   ├── 32readwriteBarPercentageChart2.xlsx
│   │   │   ├── 32readwriteBarPercentageChart3D1.xlsx
│   │   │   ├── 32readwriteBarStackedChart1.xlsx
│   │   │   ├── 32readwriteBarStackedChart2.xlsx
│   │   │   ├── 32readwriteBarStackedChart3D1.xlsx
│   │   │   ├── 32readwriteBubbleChart1.xlsx
│   │   │   ├── 32readwriteBubbleChart3D1.xlsx
│   │   │   ├── 32readwriteChartWithImages1.xlsx
│   │   │   ├── 32readwriteColumnChart1.xlsx
│   │   │   ├── 32readwriteColumnChart2.xlsx
│   │   │   ├── 32readwriteColumnChart3D1.xlsx
│   │   │   ├── 32readwriteColumnChart3.xlsx
│   │   │   ├── 32readwriteColumnChart4.xlsx
│   │   │   ├── 32readwriteColumnPercentageChart1.xlsx
│   │   │   ├── 32readwriteColumnPercentageChart2.xlsx
│   │   │   ├── 32readwriteColumnPercentageChart3D1.xlsx
│   │   │   ├── 32readwriteColumnStackedChart1.xlsx
│   │   │   ├── 32readwriteColumnStackedChart2.xlsx
│   │   │   ├── 32readwriteColumnStackedChart3D1.xlsx
│   │   │   ├── 32readwriteDonutChart1.xlsx
│   │   │   ├── 32readwriteDonutChart2.xlsx
│   │   │   ├── 32readwriteDonutChart3.xlsx
│   │   │   ├── 32readwriteDonutChart4.xlsx
│   │   │   ├── 32readwriteDonutChartExploded1.xlsx
│   │   │   ├── 32readwriteDonutChartMultiseries1.xlsx
│   │   │   ├── 32readwriteLineChart1.xlsx
│   │   │   ├── 32readwriteLineChart2.xlsx
│   │   │   ├── 32readwriteLineChart3D1.xlsx
│   │   │   ├── 32readwriteLineChart3.xlsx
│   │   │   ├── 32readwriteLineChartNoPointMarkers1.xlsx
│   │   │   ├── 32readwriteLinePercentageChart1.xlsx
│   │   │   ├── 32readwriteLinePercentageChart2.xlsx
│   │   │   ├── 32readwriteLineStackedChart1.xlsx
│   │   │   ├── 32readwriteLineStackedChart2.xlsx
│   │   │   ├── 32readwritePieChart1.xlsx
│   │   │   ├── 32readwritePieChart2.xlsx
│   │   │   ├── 32readwritePieChart3D1.xlsx
│   │   │   ├── 32readwritePieChart3.xlsx
│   │   │   ├── 32readwritePieChart4.xlsx
│   │   │   ├── 32readwritePieChartExploded1.xlsx
│   │   │   ├── 32readwritePieChartExploded3D1.xlsx
│   │   │   ├── 32readwriteRadarChart1.xlsx
│   │   │   ├── 32readwriteRadarChart2.xlsx
│   │   │   ├── 32readwriteRadarChart3.xlsx
│   │   │   ├── 32readwriteScatterChart1.xlsx
│   │   │   ├── 32readwriteScatterChart2.xlsx
│   │   │   ├── 32readwriteScatterChart3.xlsx
│   │   │   ├── 32readwriteScatterChart4.xlsx
│   │   │   ├── 32readwriteScatterChart5.xlsx
│   │   │   ├── 32readwriteStockChart1.xlsx
│   │   │   ├── 32readwriteStockChart2.xlsx
│   │   │   ├── 32readwriteStockChart3.xlsx
│   │   │   ├── 32readwriteStockChart4.xlsx
│   │   │   ├── 32readwriteSurfaceChart1.xlsx
│   │   │   ├── 32readwriteSurfaceChart2.xlsx
│   │   │   ├── 32readwriteSurfaceChart3.xlsx
│   │   │   ├── 32readwriteSurfaceChart4.xlsx
│   │   │   └── 36writeLineChart1.xlsx
│   │   ├── XMLReader.php
│   │   └── XMLTest.xml
│   ├── install.txt
│   ├── license.md
│   └── unitTests
│   ├── bootstrap.php
│   ├── Classes
│   │   └── PHPExcel
│   │   ├── AutoloaderTest.php
│   │   ├── Calculation
│   │   │   ├── DateTimeTest.php
│   │   │   ├── EngineeringTest.php
│   │   │   ├── FinancialTest.php
│   │   │   ├── FunctionsTest.php
│   │   │   ├── LogicalTest.php
│   │   │   ├── LookupRefTest.php
│   │   │   ├── MathTrigTest.php
│   │   │   └── TextDataTest.php
│   │   ├── CalculationTest.php
│   │   ├── Cell
│   │   │   ├── AdvancedValueBinderTest.php
│   │   │   ├── DataTypeTest.php
│   │   │   ├── DefaultValueBinderTest.php
│   │   │   └── HyperlinkTest.php
│   │   ├── CellTest.php
│   │   ├── Chart
│   │   │   ├── DataSeriesValuesTest.php
│   │   │   ├── LayoutTest.php
│   │   │   └── LegendTest.php
│   │   ├── Reader
│   │   │   └── XEEValidatorTest.php
│   │   ├── ReferenceHelperTest.php
│   │   ├── Shared
│   │   │   ├── CodePageTest.php
│   │   │   ├── DateTest.php
│   │   │   ├── FileTest.php
│   │   │   ├── FontTest.php
│   │   │   ├── PasswordHasherTest.php
│   │   │   ├── StringTest.php
│   │   │   └── TimeZoneTest.php
│   │   ├── Style
│   │   │   ├── ColorTest.php
│   │   │   └── NumberFormatTest.php
│   │   └── Worksheet
│   │   ├── AutoFilter
│   │   │   ├── Column
│   │   │   │   └── RuleTest.php
│   │   │   └── ColumnTest.php
│   │   ├── AutoFilterTest.php
│   │   ├── CellCollectionTest.php
│   │   ├── ColumnCellIteratorTest.php
│   │   ├── ColumnIteratorTest.php
│   │   ├── RowCellIteratorTest.php
│   │   ├── RowIteratorTest.php
│   │   ├── WorksheetColumnTest.php
│   │   └── WorksheetRowTest.php
│   ├── custom
│   │   ├── complexAssert.php
│   │   └── Complex.php
│   ├── phpunit-cc.xml
│   ├── phpunit.xml
│   ├── rawTestData
│   │   ├── Calculation
│   │   │   ├── DateTime
│   │   │   │   ├── DATE.data
│   │   │   │   ├── DATEDIF.data
│   │   │   │   ├── DATEVALUE.data
│   │   │   │   ├── DAY.data
│   │   │   │   ├── DAYS360.data
│   │   │   │   ├── EDATE.data
│   │   │   │   ├── EOMONTH.data
│   │   │   │   ├── HOUR.data
│   │   │   │   ├── MINUTE.data
│   │   │   │   ├── MONTH.data
│   │   │   │   ├── NETWORKDAYS.data
│   │   │   │   ├── SECOND.data
│   │   │   │   ├── TIME.data
│   │   │   │   ├── TIMEVALUE.data
│   │   │   │   ├── WEEKDAY.data
│   │   │   │   ├── WEEKNUM.data
│   │   │   │   ├── WORKDAY.data
│   │   │   │   ├── YEAR.data
│   │   │   │   └── YEARFRAC.data
│   │   │   ├── Engineering
│   │   │   │   ├── BESSELI.data
│   │   │   │   ├── BESSELJ.data
│   │   │   │   ├── BESSELK.data
│   │   │   │   ├── BESSELY.data
│   │   │   │   ├── BIN2DEC.data
│   │   │   │   ├── BIN2HEX.data
│   │   │   │   ├── BIN2OCT.data
│   │   │   │   ├── COMPLEX.data
│   │   │   │   ├── CONVERTUOM.data
│   │   │   │   ├── DEC2BIN.data
│   │   │   │   ├── DEC2HEX.data
│   │   │   │   ├── DEC2OCT.data
│   │   │   │   ├── DELTA.data
│   │   │   │   ├── ERFC.data
│   │   │   │   ├── ERF.data
│   │   │   │   ├── GESTEP.data
│   │   │   │   ├── HEX2BIN.data
│   │   │   │   ├── HEX2DEC.data
│   │   │   │   ├── HEX2OCT.data
│   │   │   │   ├── IMABS.data
│   │   │   │   ├── IMAGINARY.data
│   │   │   │   ├── IMARGUMENT.data
│   │   │   │   ├── IMCONJUGATE.data
│   │   │   │   ├── IMCOS.data
│   │   │   │   ├── IMDIV.data
│   │   │   │   ├── IMEXP.data
│   │   │   │   ├── IMLN.data
│   │   │   │   ├── IMLOG10.data
│   │   │   │   ├── IMLOG2.data
│   │   │   │   ├── IMPOWER.data
│   │   │   │   ├── IMPRODUCT.data
│   │   │   │   ├── IMREAL.data
│   │   │   │   ├── IMSIN.data
│   │   │   │   ├── IMSQRT.data
│   │   │   │   ├── IMSUB.data
│   │   │   │   ├── IMSUM.data
│   │   │   │   ├── OCT2BIN.data
│   │   │   │   ├── OCT2DEC.data
│   │   │   │   └── OCT2HEX.data
│   │   │   ├── Financial
│   │   │   │   ├── ACCRINT.data
│   │   │   │   ├── ACCRINTM.data
│   │   │   │   ├── AMORDEGRC.data
│   │   │   │   ├── AMORLINC.data
│   │   │   │   ├── COUPDAYBS.data
│   │   │   │   ├── COUPDAYS.data
│   │   │   │   ├── COUPDAYSNC.data
│   │   │   │   ├── COUPNCD.data
│   │   │   │   ├── COUPNUM.data
│   │   │   │   ├── COUPPCD.data
│   │   │   │   ├── CUMIPMT.data
│   │   │   │   ├── CUMPRINC.data
│   │   │   │   ├── DB.data
│   │   │   │   ├── DDB.data
│   │   │   │   ├── DISC.data
│   │   │   │   ├── DOLLARDE.data
│   │   │   │   ├── DOLLARFR.data
│   │   │   │   ├── EFFECT.data
│   │   │   │   ├── FV.data
│   │   │   │   ├── FVSCHEDULE.data
│   │   │   │   ├── INTRATE.data
│   │   │   │   ├── IPMT.data
│   │   │   │   ├── IRR.data
│   │   │   │   ├── ISPMT.data
│   │   │   │   ├── MIRR.data
│   │   │   │   ├── NOMINAL.data
│   │   │   │   ├── NPER.data
│   │   │   │   ├── NPV.data
│   │   │   │   ├── PRICE.data
│   │   │   │   ├── RATE.data
│   │   │   │   └── XIRR.data
│   │   │   ├── Functions
│   │   │   │   ├── ERROR_TYPE.data
│   │   │   │   ├── IS_BLANK.data
│   │   │   │   ├── IS_ERR.data
│   │   │   │   ├── IS_ERROR.data
│   │   │   │   ├── IS_EVEN.data
│   │   │   │   ├── IS_LOGICAL.data
│   │   │   │   ├── IS_NA.data
│   │   │   │   ├── IS_NONTEXT.data
│   │   │   │   ├── IS_NUMBER.data
│   │   │   │   ├── IS_ODD.data
│   │   │   │   ├── IS_TEXT.data
│   │   │   │   ├── N.data
│   │   │   │   └── TYPE.data
│   │   │   ├── Logical
│   │   │   │   ├── AND.data
│   │   │   │   ├── IF.data
│   │   │   │   ├── IFERROR.data
│   │   │   │   ├── NOT.data
│   │   │   │   └── OR.data
│   │   │   ├── LookupRef
│   │   │   │   ├── HLOOKUP.data
│   │   │   │   └── VLOOKUP.data
│   │   │   ├── MathTrig
│   │   │   │   ├── ATAN2.data
│   │   │   │   ├── CEILING.data
│   │   │   │   ├── COMBIN.data
│   │   │   │   ├── EVEN.data
│   │   │   │   ├── FACT.data
│   │   │   │   ├── FACTDOUBLE.data
│   │   │   │   ├── FLOOR.data
│   │   │   │   ├── GCD.data
│   │   │   │   ├── INT.data
│   │   │   │   ├── LCM.data
│   │   │   │   ├── LOG.data
│   │   │   │   ├── MDETERM.data
│   │   │   │   ├── MINVERSE.data
│   │   │   │   ├── MMULT.data
│   │   │   │   ├── MOD.data
│   │   │   │   ├── MROUND.data
│   │   │   │   ├── MULTINOMIAL.data
│   │   │   │   ├── ODD.data
│   │   │   │   ├── POWER.data
│   │   │   │   ├── PRODUCT.data
│   │   │   │   ├── QUOTIENT.data
│   │   │   │   ├── ROMAN.data
│   │   │   │   ├── ROUNDDOWN.data
│   │   │   │   ├── ROUNDUP.data
│   │   │   │   ├── SERIESSUM.data
│   │   │   │   ├── SIGN.data
│   │   │   │   ├── SQRTPI.data
│   │   │   │   ├── SUMSQ.data
│   │   │   │   └── TRUNC.data
│   │   │   └── TextData
│   │   │   ├── CHAR.data
│   │   │   ├── CLEAN.data
│   │   │   ├── CODE.data
│   │   │   ├── CONCATENATE.data
│   │   │   ├── DOLLAR.data
│   │   │   ├── FIND.data
│   │   │   ├── FIXED.data
│   │   │   ├── LEFT.data
│   │   │   ├── LEN.data
│   │   │   ├── LOWER.data
│   │   │   ├── MID.data
│   │   │   ├── PROPER.data
│   │   │   ├── REPLACE.data
│   │   │   ├── RIGHT.data
│   │   │   ├── SEARCH.data
│   │   │   ├── SUBSTITUTE.data
│   │   │   ├── T.data
│   │   │   ├── TEXT.data
│   │   │   ├── TRIM.data
│   │   │   ├── UPPER.data
│   │   │   └── VALUE.data
│   │   ├── CalculationBinaryComparisonOperation.data
│   │   ├── Cell
│   │   │   └── DefaultValueBinder.data
│   │   ├── CellAbsoluteCoordinate.data
│   │   ├── CellAbsoluteReference.data
│   │   ├── CellBuildRange.data
│   │   ├── CellCoordinates.data
│   │   ├── CellExtractAllCellReferencesInRange.data
│   │   ├── CellGetRangeBoundaries.data
│   │   ├── CellRangeBoundaries.data
│   │   ├── CellRangeDimension.data
│   │   ├── CellSplitRange.data
│   │   ├── ColumnIndex.data
│   │   ├── ColumnString.data
│   │   ├── Reader
│   │   │   ├── XEETestInvalidUTF-16BE.xml
│   │   │   ├── XEETestInvalidUTF-16LE.xml
│   │   │   ├── XEETestInvalidUTF-16.xml
│   │   │   ├── XEETestInvalidUTF-8.xml
│   │   │   ├── XEETestValidUTF-16BE.xml
│   │   │   ├── XEETestValidUTF-16LE.xml
│   │   │   ├── XEETestValidUTF-16.xml
│   │   │   └── XEETestValidUTF-8.xml
│   │   ├── Shared
│   │   │   ├── CentimeterSizeToPixels.data
│   │   │   ├── CodePage.data
│   │   │   ├── DateTimeExcelToPHP1900.data
│   │   │   ├── DateTimeExcelToPHP1900Timezone.data
│   │   │   ├── DateTimeExcelToPHP1904.data
│   │   │   ├── DateTimeFormatCodes.data
│   │   │   ├── DateTimeFormattedPHPToExcel1900.data
│   │   │   ├── DateTimePHPToExcel1900.data
│   │   │   ├── DateTimePHPToExcel1904.data
│   │   │   ├── FontSizeToPixels.data
│   │   │   ├── InchSizeToPixels.data
│   │   │   └── PasswordHashes.data
│   │   └── Style
│   │   ├── ColorChangeBrightness.data
│   │   ├── ColorGetBlue.data
│   │   ├── ColorGetGreen.data
│   │   ├── ColorGetRed.data
│   │   └── NumberFormat.data
│   └── testDataFileIterator.php
└── topthink
└── think-installer
├── composer.json
└── src
├── Plugin.php
├── ThinkExtend.php
├── ThinkFramework.php
└── ThinkTesting.php

181 directories, 1078 files

标签:

实例下载地址

tp5.1自动生成代码、文件工具

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警