office-automation 0.3.2

Windows CLI tool that automates PowerPoint and Excel via COM
1
2
3
4
5
6
7
8
pub mod check;
pub mod clean;
pub mod config_cmd;
pub mod diff;
pub mod info;
pub mod py_parser;
pub mod run;
pub mod update;