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 をどこで入手でき、どこに保存すればよいですか? また、エクセルシートはどこに置くべきですか?Web 上のコードで指定された Excel シートのパスを見たことがありません。
PHPExcel は、Excel スプレッドシート (xls と xlsx も) を読み書きするための無料のフル機能の PHP ライブラリです。
http://phpexcel.codeplex.com/
これを使えば、平均的なユーザーが Excel で行うようなことはほとんど何でもできますが、その使用には OOP のスキルと、PHP のより高いレベルの練習が必要です。