Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP - 如何<table></table>使用 将数据从 a 写入 excel 文件file_put_contents()?
<table></table>
file_put_contents()
您有 2 个选项:
将电子表格保存为 CSV,然后使用 PHP 的内置 CSV 函数:
http://php.net/manual/en/function.fgetcsv.php
或使用外部库:
http://phpexcel.codeplex.com/