Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tim-weis/ovba-cli
https://github.com/tim-weis/ovba-cli
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tim-weis/ovba-cli
- Owner: tim-weis
- Created: 2020-11-28T06:34:02.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-03T15:20:09.000Z (10 days ago)
- Last Synced: 2024-12-03T16:27:21.438Z (10 days ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - tim-weis/ovba-cli - (Rust)
README
# ovba
Command line utility to inspect and extract Office VBA projects from [Office Open XML](http://www.ecma-international.org/publications/standards/Ecma-376.htm) documents.
## Usage
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](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cfb/53989ce4-7b05-4f8d-829b-d08d6148375b).
## License
See the [LICENSE](../LICENSE) file for license rights and limitations (MIT).