simplexlsx:从Excel XLSx文件解析和检索数据

时间:2021-05-12 17:28:22
【文件属性】:
文件名称:simplexlsx:从Excel XLSx文件解析和检索数据
文件大小:39KB
文件格式:ZIP
更新时间:2021-05-12 17:28:22
PHP SimpleXLSX 0.8.23级(官方) 从Excel XLSx文件解析和检索数据。 MS Excel 2007工作簿PHP阅读器。 无需其他扩展(内部解压缩+标准的SimpleXML解析器)。 也可以看看: 旧格式MS Excel 97 PHP阅读器。 xlsx php。 谢尔盖·舒奇 Sergey Shuchkin) 嘿,兄弟,请★我的动力包装:) 基本用法 if ( $ xlsx = SimpleXLSX :: parse ( 'book.xlsx' ) ) { print_r ( $ xlsx -> rows () ); } else { echo SimpleXLSX :: parseError (); } Array ( [0] => Array ( [0] => ISBN [1]
【文件预览】:
simplexlsx-master
----src()
--------SimpleXLSX.php(28KB)
----examples()
--------04-upload_and_convert_to_html.php(908B)
--------02-rows_and_rowsEx.php(466B)
--------03-sheets.php(1KB)
--------books.xlsx(9KB)
--------countries_and_population.xlsx(19KB)
--------05-rows_with_header_values_as_keys.php(937B)
--------01-basic_usage.php(294B)
----README.md(11KB)
----license.md(1KB)
----composer.json(598B)

网友评论