Command line utility to inspect and extract Office VBA projects from Office Open XML documents.
The ovba tool reads from files or standard input (stdin
), and writes to files or standard output (stdout
). Errors are reported to standard error (stderr
) so as to not interfere with output stdout
.
The following subcommands are available:
-
dump
Extract the raw binary VBA project from a document. The project file is in the Compound File Binary File Format.
See the LICENSE file for license rights and limitations (MIT).