PHP_XLSXWriter:PHP中的轻型XLSX Excel电子表格编写器

时间:2021-02-05 18:10:05
【文件属性】:
文件名称:PHP_XLSXWriter:PHP中的轻型XLSX Excel电子表格编写器
文件大小:51KB
文件格式:ZIP
更新时间:2021-02-05 18:10:05
php excel xlsx PHPPHP PHP_XLSXWriter 该库被设计为轻量级的,并且具有最小的内存使用量。 它旨在输出(Office 2007+)xlsx格式的Excel兼容电子表格,仅支持基本功能: 支持PHP 5.2.1+ 采用UTF-8编码的输入 多个工作表 支持货币/日期/数字单元格格式,简单的公式 支持基本的单元样式 支持编写超过10万行的电子表格 。 简单PHP CLI示例: $ data = array ( array ( 'year' , 'month' , 'amount' ), array ( '2003' , '1' , '220' ), array ( '200
【文件预览】:
PHP_XLSXWriter-master
----composer.json(461B)
----composer.lock(26KB)
----example.php(879B)
----LICENSE(1KB)
----testbench()
--------README.txt(440B)
--------extract.sh(693B)
--------xlsxwriter.class.Test.php(3KB)
--------pairs()
--------diff-two.sh(252B)
--------test.xlsx(6KB)
--------test.php(886B)
--------openoffice.xlsx(6KB)
----xlsxwriter.class.php(48KB)
----examples()
--------ex05-numbers-250k-rows.php(493B)
--------ex07-widths.php(595B)
--------ex06-strings-250k-rows.php(746B)
--------ex01-multiple-sheets.php(931B)
--------ex04-colors.php(482B)
--------ex10-freeze-rows-columns.php(634B)
--------ex09-autofilter.php(616B)
--------ex02-formats.php(2KB)
--------ex11-right-to-left.php(447B)
--------ex00-simple.php(1KB)
--------ex03-styles.php(2KB)
--------ex08-advanced.php(2KB)
----.gitignore(12B)
----README.md(3KB)
----example-cli.php(504B)

网友评论