8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
# VBA提取工具依赖
|
|
|
|
# COM接口方法 (推荐) - 需要安装Microsoft Excel
|
|
pywin32>=306; sys_platform == 'win32'
|
|
|
|
# olevba库方法 - 不需要Excel
|
|
oletools>=0.60
|