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.
有让 Joomla 加载 PHPOffice 类的经验吗?在文章中使用 Sourcerer 编写 PHP 代码并想集成到 PHPOffice
在文章中包含任何(大量)PHP 是一个坏主意,它通常很慢且难以维护。您最好的选择是开发一个组件以使用 PHPOffice 类,然后使用以下选项之一将结果包含在您想要的页面上:
Joomla 网站上有很多关于开发组件的信息,PHPOffice 存储库的 GitHub 页面也有很多示例。