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.
Symfony2 を使用しようとしていますが、php を使用して HTML テーブルを Excel ファイルにエクスポートするにはどうすればよいですか?
このような機能を備えたSymfony2バンドルを使用できます。
例:https ://github.com/liuggio/ExcelBundleで十分です。
依存性注入とPHPExcelオブジェクトの簡単な作成を提供します。コンポーザーを使用して依存関係を管理し、必要なライブラリを自動的にロードします。
PHPExcelをお試しください。頻繁に使用されるExcel機能のほとんどをサポートしています。