如题。

解决方案 »

  1.   

    puno的网站上说这个只适用于Linux/Unix平台
      

  2.   

    以下内容摘抄自:http://puno.sourceforge.net/site.htmlAbout Puno
    This project is a PHP module (PHP5 and Linux/Unix only) written in C++ that brings the OpenOffice.org UNO Programming API to the PHP userspace.You can use it to write scripts that create, modify, read and save OpenOffice.org documents (Writer, Spreadsheet, Drawing). Also, you can export these documents in various formats, like PDF or HTML for example.Here is a sample php script and this is the document it generates.It can be installed on any Linux/Unix platform where PHP5 and OpenOffice.org are also available.If you need more information about the OpenOffice.org API and what you can do with it, please read the Developers Guide - First Steps chapter.
      

  3.   

    它说的对于Window用户如果想用OpenOffice的API是用PHP的COM某块作为接口的。你应该查找COM的相关资料
      

  4.   

    看这段:The file puno.inc contains all the code necessary to make your scripts portable between Linux/Unix (Puno) and Windows (COM). You just need to include it at the beginning of your files (Windows only). 具体看它的例子,应该很清楚了。
      

  5.   

    http://down.tech.sina.com.cn/download/search.php?f_name=OpenOffice&sort=1&cp=1
      

  6.   

    关键就是puno.inc我download不到啊
      

  7.   

    下载解压后的如下目录下有
    puno-0.6\puno-0.6\docs