|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: HaiYing.OfficeCLI |
| 5 | +PackageVersion: 1.0.43 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Hying Technology Co., Ltd. |
| 8 | +PublisherUrl: https://office-ai.net/ |
| 9 | +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues |
| 10 | +Author: Hying Technology Co., Ltd. |
| 11 | +PackageName: OfficeCLI |
| 12 | +PackageUrl: https://github.com/iOfficeAI/OfficeCLI |
| 13 | +License: Apache-2.0 |
| 14 | +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE |
| 15 | +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) |
| 16 | +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. |
| 17 | +Description: |- |
| 18 | + Why OfficeCLI? |
| 19 | +
|
| 20 | + What used to take 50 lines of Python and 3 separate libraries: |
| 21 | + 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') |
| 22 | +
|
| 23 | + Now takes one command: |
| 24 | + officecli add deck.pptx / --type slide --prop title="Q4 Report" |
| 25 | +
|
| 26 | + What OfficeCLI can do: |
| 27 | + - Create documents from scratch -- blank or with content |
| 28 | + - Read text, structure, styles, formulas -- in plain text or structured JSON |
| 29 | + - Analyze formatting issues, style inconsistencies, and structural problems |
| 30 | + - Modify any element -- text, fonts, colors, layout, formulas, charts, images |
| 31 | + - Reorganize content -- add, remove, move, copy elements across documents |
| 32 | +
|
| 33 | + | Format | Read | Modify | Create | |
| 34 | + | ------------------ | ---- | ------ | ------ | |
| 35 | + | Word (.docx) | ✅ | ✅ | ✅ | |
| 36 | + | Excel (.xlsx) | ✅ | ✅ | ✅ | |
| 37 | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | |
| 38 | +
|
| 39 | + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties |
| 40 | + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing |
| 41 | + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders |
| 42 | +
|
| 43 | + Use Cases |
| 44 | +
|
| 45 | + For Developers: |
| 46 | + - Automate report generation from databases or APIs |
| 47 | + - Batch-process documents (bulk find/replace, style updates) |
| 48 | + - Build document pipelines in CI/CD environments (generate docs from test results) |
| 49 | + - Headless Office automation in Docker/containerized environments |
| 50 | + For AI Agents: |
| 51 | + - Generate presentations from user prompts (see examples above) |
| 52 | + - Extract structured data from documents to JSON |
| 53 | + - Validate and check document quality before delivery |
| 54 | + For Teams: |
| 55 | + - Clone document templates and populate with data |
| 56 | + - Automated document validation in CI/CD pipelines |
| 57 | +Tags: |
| 58 | +- docx |
| 59 | +- excel |
| 60 | +- office |
| 61 | +- openxml |
| 62 | +- powerpoint |
| 63 | +- pptx |
| 64 | +- word |
| 65 | +- xlsx |
| 66 | +ReleaseNotes: 'Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.42...v1.0.43' |
| 67 | +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.43 |
| 68 | +Documentations: |
| 69 | +- DocumentLabel: Wiki |
| 70 | + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki |
| 71 | +ManifestType: defaultLocale |
| 72 | +ManifestVersion: 1.12.0 |
0 commit comments