office-automation 0.3.8

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