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对象。使用 composer 管理依赖并自动加载所需的库。
试试PHPExcel。它支持大多数常用的 Excel 功能。