Office文档生成工具 OpenTBS 1.7.0 发布
fmms 13年前
<p>OpenTBS 是基于 TinyButString 模板引擎的 PHP 工具,用来帮助生成 OpenOffice 和 MS Office 文档。</p> <p>示例代码:</p> <pre class="brush:php; toolbar: true; auto-links: false;">include_once('tbs_class.php'); include_once('tbs_plugin_opentbs.php'); $TBS = new clsTinyButStrong; $TBS->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);</pre> <p></p> <table class="ke-zeroborder" border="0" cellpadding="4" width="100%" align="center"> <tbody> <tr> <td valign="top"><br /> </td> <td valign="top"><a href="http://www.tinybutstrong.com/dl.php?f=tbs_us.zip&s=2" rel="nofollow">TinyButStrong</a> version 3.7.0 for PHP 5 <span class="discret">(with manual, plug-ins and examples)</span></td> </tr> <tr> <td valign="top" width="20"> </td> <td valign="top"><a href="http://www.tinybutstrong.com/dl.php?f=tbs_php4.zip&s=2" rel="nofollow">TinyButStrong</a> version 3.7.0 for PHP 4</td> </tr> </tbody> </table> <p></p> <br /> OpenTBS 1.7.0 发布。该版本包含一些新的特性。比如合成图像的尺寸调整和一些新命令:Select Main part, Select a Sheet (ods, xlsx), Delete, hide or display Sheets (ods, xlsx), Delete Comments, and Delete specific XML elements。增加了一个新的Debug模式。示例的改进等。 <br /> <br /> 项目地址: <a href="/misc/goto?guid=4958188258242463774" target="_blank">http://www.tinybutstrong.com/</a>