cellular:用于表示和分析表格数据的OOP库

时间:2024-05-28 02:37:03
【文件属性】:

文件名称:cellular:用于表示和分析表格数据的OOP库

文件大小:30KB

文件格式:ZIP

更新时间:2024-05-28 02:37:03

PHP

蜂窝电话 放弃:请改用表格。 蜂窝库提供了一种面向对象的方式来构建,表示和分析表格数据。 特征: 支持汇总函数sum , avg , min , max和median 。 可将Aggreate函数应用于Table , Row和Column 。 支持单元组。 回调可以应用于Table , Row和Column实例的整体或选定组上的单元格。 产生带有回调的分组表-类似于SELECT bar, SUM(foo) FROM sometable GROUP BY bar 流利的表生成器 请注意,此库正在开发中。 创造 第1列 第2列 第3栏 12 14 4 12 14 4 将创建如下: $ table = Table :: create (); $ table -> createAndAddRow () -> set ( 'col1' , 12 ) ->


【文件预览】:
cellular-master
----.php_cs(696B)
----.gitignore(21B)
----.travis.yml(115B)
----composer.json(608B)
----CHANGELOG.md(1KB)
----README.md(5KB)
----tests()
--------Unit()
--------Benchmark()
----lib()
--------Exception()
--------Column.php(2KB)
--------Partition.php(4KB)
--------Cell.php(1KB)
--------Cellular.php(1KB)
--------Util.php(2KB)
--------GroupInterface.php(759B)
--------Calculator.php(4KB)
--------Workspace.php(3KB)
--------GroupTrait.php(691B)
--------AttributeTrait.php(1KB)
--------CellularInterface.php(1KB)
--------AttributeInterface.php(1KB)
--------Table.php(6KB)
--------Row.php(3KB)
--------Collection.php(9KB)
----phpunit.xml.dist(583B)

网友评论