add extract_vba.py for VBA code extraction and update requirements.txt
This commit is contained in:
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
# VBA提取工具依赖
|
||||
|
||||
# COM接口方法 (推荐) - 需要安装Microsoft Excel
|
||||
pywin32>=306; sys_platform == 'win32'
|
||||
|
||||
# olevba库方法 - 不需要Excel
|
||||
oletools>=0.60
|
||||
Reference in New Issue
Block a user