office-automation 0.3.2

Windows CLI tool that automates PowerPoint and Excel via COM
1
2
3
4
5
pub mod app;
pub mod constants;
pub mod excel_data;
pub mod presentation;
pub mod shapes;