dev 1.0.1

This commit is contained in:
csh
2022-10-27 16:43:55 +08:00
parent d6939071b3
commit 2674ab8eb3
23 changed files with 8759 additions and 1 deletions
+13 -1
View File
@@ -1,3 +1,15 @@
# OfficePlugin
TSOffice 项目:纯 TSL 代码实现 excel、word 文件读写
TSOffice 项目:纯 TSL 代码实现 excel、word 文件读写
## 部署
### windows
- [fmt_pubkrnl_plugin](./Windows-X64/fmt_pubkrnl_plugin.dll) 放入 tsl 安装根目录下 Plugin 文件夹
- [office_plugin](./Windows-X64/office_plugin.dll) 放入 tsl 安装根目录下 Plugin 文件夹
- [tsxlsx.dll](./Windows-X64/tsxlsx.dll) 放入 tsl 安装根目录
## 帮助文档
- [Excel 帮助文档](./ExcelFile%E4%BD%BF%E7%94%A8%E5%B8%AE%E5%8A%A9.xlsx)