add extract_vba.py for VBA code extraction and update requirements.txt

This commit is contained in:
Misaka_Company
2026-01-19 16:13:52 +08:00
parent 8f3d015ed2
commit 75c90937fa
3 changed files with 410 additions and 1 deletions

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
# VBA提取工具依赖
# COM接口方法 (推荐) - 需要安装Microsoft Excel
pywin32>=306; sys_platform == 'win32'
# olevba库方法 - 不需要Excel
oletools>=0.60