使用PHP生成Word文档 [英] Generate Word Document Using PHP

查看:105
本文介绍了使用PHP生成Word文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带有一些数据的php页面。我想在word文档中以正确的格式显示这个php页面数据。



我也用过这两行在我的PHP代码中:

I have a php page with some data.I want to display this php page data in word document with proper formatting.

I have also used these two lines in my php code:

header("Content-type: application/vnd.ms-word");
header("Content-Disposition: attachment;Filename=GenerateTest.doc");





申请后,在word文档中打开页面。但页面大小非常大。我想用页面和页面数据(css)进行一些编辑。

请尽快解决这个问题。

如果还有其他方法可以执行此活动那么请告诉我。



After applying ,page is opened in word document. but page size is very large. I want to perform some editing with page and page data(css).
Please solve this problem as soon as possible.
If there is any other way to perform this activity then please let me know.

推荐答案

这篇关于使用PHP生成Word文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆