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.
我需要阅读许多 excel 表,为此,我正在使用 php。我的问题是我在哪里可以得到这个 read.php,我应该把它保存在哪里?另外,我应该把我的excel表放在哪里?我从来没有在网上看到过代码中给出的 Excel 表格的路径。
PHPExcel 是一个免费的全功能 PHP 库,用于读取和编写 Excel 电子表格(xls 和 xlsx)。
http://phpexcel.codeplex.com/
几乎任何事情都可以用它来完成,就像普通用户使用 Excel 所做的那样,但它的使用需要 OOP 技能和一些更高级别的 PHP 练习。