Programmatically Determine If An Excel File (.xls) Contains Macros
Posted
by Gkakk McJkakk
on Stack Overflow
See other posts from Stack Overflow
or by Gkakk McJkakk
Published on 2010-06-09T13:39:37Z
Indexed on
2010/06/09
13:42 UTC
Read the original article
Hit count: 224
Is there any way to programmatically determine if an .xls contains macros, without actually opening it in Excel?
Also are there any methods to examine which certificate (including timestamp cert) these macros are signed with? Again without using Excel.
I'm wondering in particular if there are any strings that always show up in the raw data of an Excel file when macros are present.
© Stack Overflow or respective owner