winget install --id HaiYing.OfficeCLI
About OfficeCLI
Why OfficeCLI? What used to take 50 lines of Python and 3 separate libraries: from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') Now takes one command: officecli add deck.pptx / --type slide --prop title="Q4 Report" What OfficeCLI can do: - Create documents from scratch -- blank or with content - Read text, structure, styles, formulas -...
What's new in 1.0.95
Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.94...v1.0.95
Version history
| Version | Updated | Notes |
|---|---|---|
| 1.0.95 | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.94...v1.0.95 | |
| 1.0.94 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.93...v1.0.94 |
| 1.0.93 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.92...v1.0.93 |
| 1.0.92 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.91...v1.0.92 |
| 1.0.91 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.90...v1.0.91 |
| 1.0.90 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.89...v1.0.90 |
| 1.0.89 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.88...v1.0.89 |
| 1.0.88 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.87...v1.0.88 |
| 1.0.87 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.86...v1.0.87 |
| 1.0.86 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.85...v1.0.86 |
| 1.0.85 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.84...v1.0.85 |
| 1.0.84 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.83...v1.0.84 |
| 1.0.83 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.82...v1.0.83 |
| 1.0.81 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.80...v1.0.81 |
| 1.0.80 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.79...v1.0.80 |
| 1.0.78 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.77...v1.0.78 |
| 1.0.77 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.76...v1.0.77 |
| 1.0.76 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.75...v1.0.76 |
| 1.0.75 | Unknown | Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.73...v1.0.75 |
| 1.0.73 | Unknown | What's Changed - Word/docx batch of correctness fixes (59 commits) by @goworm in https://github.com/iOfficeAI/OfficeCLI/pull/98 Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.72...v1.0.73 |