Home >Backend Development >PHP Tutorial >PHP中怎么实现 把文件嵌入到office文档中

PHP中怎么实现 把文件嵌入到office文档中

WBOY
WBOYOriginal
2016-06-13 10:03:31832browse

PHP中如何实现 把文件嵌入到office文档中
有一批文件 a.rar, b.rar,...,n.7z

要求 在PhP页面中实现 把这片文件嵌入到 文档output.doc中,显示结果是一个个文件的小图标显示在 output.doc中

有办法没?用phpexcel怎么做?

------解决方案--------------------
这个不好做

可以将内容写入excel中,两列,一列是字串,一列是链接地址
在excel中做个宏,自动添加链接就行了

用图标不行,excel中的图就没有顺序

但写入excel也很麻烦

PHP对ms的支持不好


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn