office-automation 0.3.0

Windows CLI tool that automates PowerPoint and Excel via COM
1
2
3
4
5
6
7
8
9
10
pub mod cli;
pub mod com;
pub mod commands;
pub mod config;
pub mod error;
pub mod office;
pub mod pipeline;
pub mod shapes;
pub mod utils;
pub mod zip_ops;