Office 文檔生成工具 OpenTBS 1.7.2 發布
OpenTBS 是基于 TinyButStrong 模板引擎的 PHP 工具,用來幫助生成 OpenOffice 和 MS Office 文檔。
Main features:
- can connect to any database type (in native: MySql, SQLite, PostgreSQL),
- easy date-time and numeric formats,
- blocks with alternated display,
- multi-columns display,
- conditional display,
- event functions,
- file inclusion and other scripts execution,
- cache system,
- plug-ins.
示例代碼:
include_once('tbs_class.php'); include_once('tbs_plugin_opentbs.php'); $TBS = new clsTinyButStrong; $TBS->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);
OpenTBS 1.7.2 發布了,該版本修復了兩個bug:在表單中使用 OPENTBS_SELECT_SHEET命令的問題,以及 Excel 表格中第一個非空單元格的合并問題。
項目地址:http://www.tinybutstrong.com/
TinyButStrong(TBS)是一個可以讓PHP腳本和HTML文件干凈分離的PHP模板引擎。TBS設計成可以使用任何可視化HTML編輯器來編寫TBS的HTML模板頁。
該軟件已改名為 OpenTBS。
本文由用戶 webphp 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!