PyQt/ActiveX/README.md
2018-10-30 23:59:00 +08:00

9 lines
No EOL
296 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.

# ActiveX控件
## [1、显示Word、Excel、PDF文件](显示word_excel_pdf.py)
1. 利用 `Word.Application` 打开Word文件
1. 利用 `Excel.Application` 打开Excel文件
1. 利用 `Adobe PDF Reader` 打开PDF文件前提先装PDF软件
![截图](ScreenShot/显示word_excel_pdf.png)