OpenTBS 是基于 TinyButStrong 模板引擎的 PHP 工具,用来帮助生成 OpenOffice 和 MS Office 文档。
示例代码:
include_once('tbs_class.php'); include_once('tbs_plugin_opentbs.php'); $TBS = new clsTinyButStrong; $TBS->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);
OpenTBS 1.8.1 改进记录:
- The loaded template can now be a PHP file handle.
- MS Excel Sheets are now saved with explicit references for rows and cells, so merged templates are viewable with LibreOffice and other third viewers.
- Keywords for changing cell types are the same for LibreOffice and MS Office.
- TbsZip 2.14 is now used.
- A bug where a DOCX file could be corrupted when using "block=tbs:page" and the last paragraph of the document has no text was fixed
暂无更多评论