TSOffice/README.md

33 lines
767 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OfficePlugin
TSOffice 项目:纯 TSL 代码实现 excel、word 文件读写
## 部署
### windows
对应文件夹的dll文件按如下要求
- `office_plugin` 放入 tsl 安装根目录下 Plugin 文件夹
可选:
- `fmt_pubkrnl_plugin` 放入 tsl 安装根目录下 Plugin 文件夹若需要执行Demo文件夹下的[ExcelHelp.tsl](./Demo/ExcelHelp.tsl)和[WordHelp.tsl](./Demo/WordHelp.tsl),需要部署改动态库
### Linux
根据架构选择aarch64或x86版本将对应文件夹内容进行部署
- `liboffice_plugin` 放入 tsl 安装根目录下 Plugin 文件夹
## 帮助文档
- [Excel 帮助文档](./ExcelFile使用帮助.xlsx)
- [Word 帮助文档](./DocxFile使用帮助.docx)
## Demo
Demo文件夹提供了一些参考的demo