search
Homephp教程php手册利用php生成word文档

利用php生成word文档

Jun 13, 2016 am 09:33 AM
phpwordwpsto useuseCanOpendocumentdocumentgenerateof

   利用php生成word文档,生成的word文件可以用word,wps等软件打开。具体代码如下:

  function word($data,$fileName=""){

  if(empty($data)) return "";

  $data="".$data."";

  if(empty($fileName)) $fileName=date("YmdHis").".doc";

  $fp=fopen($fileName,"wb");

  fwrite($fp,$data);

  fclose($fp);

  }

  示例如下:

  

  $str="

  

利用php创建word文档

 

  作者:Alixixi.com

  


 

  

如果你打开word.doc,看到了这里的介绍,则说明word文档创建成功了。

 

  

 

  版权所有:

  
www.Alixixi.com

  


";

 

  word($str);

  效果图:

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),