PyQt/QAxWidget/README.md
2019-05-22 11:07:42 +08:00

13 lines
No EOL
372 B
Markdown
Raw Permalink 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.

# QAxWidget
- 目录
- [显示Word、Excel、PDF文件](#1显示WordExcelPDF文件)
## 1、显示Word、Excel、PDF文件
[运行 ViewOffice.py](ViewOffice.py)
1. 利用 `Word.Application` 打开Word文件
1. 利用 `Excel.Application` 打开Excel文件
1. 利用 `Adobe PDF Reader` 打开PDF文件前提先装PDF软件
![ViewOffice](ScreenShot/ViewOffice.png)