Skip to content

version

zmworm edited this page Apr 4, 2026 · 27 revisions

Wiki Version

This wiki was generated based on OfficeCLI source code.

Current Version

  • Version: v1.0.32
  • Commit: 6297514
  • Date: 2026-04-04

Source File → Wiki Page Mapping

When updating the wiki after a new release, use this mapping to determine which wiki pages need updating based on changed source files.

Core (affects all pages)

Source File Wiki Pages
src/officecli/Program.cs All command pages (command-*.md), Home.md
src/officecli/Core/IDocumentHandler.cs All format reference pages
src/officecli/Core/OutputFormatter.cs command-view*.md, command-get*.md
src/officecli/Core/BatchTypes.cs command-batch.md
src/officecli/Core/ResidentServer.cs command-open.md
src/officecli/Core/ResidentClient.cs command-open.md
src/officecli/Core/RawXmlHelper.cs command-raw*.md
src/officecli/Core/GenericXmlQuery.cs command-query*.md
src/officecli/Core/EmuConverter.cs All pages mentioning EMU/units
src/officecli/Core/ChartHelper.cs word-chart-*.md, excel-chart-*.md, ppt-chart-*.md
src/officecli/Core/ExcelStyleManager.cs excel-cell-set.md, excel-cell-add.md
src/officecli/BlankDocCreator.cs command-create.md

Word Handler → Wiki Pages

Source File Wiki Pages
Handlers/WordHandler.cs word-reference.md, all word-*.md
Handlers/Word/WordHandler.Add.cs All word-*-add.md
Handlers/Word/WordHandler.Set.cs All word-*-set.md
Handlers/Word/WordHandler.View.cs command-view-word.md
Handlers/Word/WordHandler.Query.cs command-query-word.md
Handlers/Word/WordHandler.Selector.cs command-query-word.md
Handlers/Word/WordHandler.Navigation.cs command-get-word.md, all word-*.md paths
Handlers/Word/WordHandler.Helpers.cs Shared logic, check downstream pages
Handlers/Word/WordHandler.StyleList.cs word-style.md, word-style-*.md
Handlers/Word/WordHandler.ImageHelpers.cs word-picture.md, word-picture-add.md

Excel Handler → Wiki Pages

Source File Wiki Pages
Handlers/ExcelHandler.cs excel-reference.md, all excel-*.md
Handlers/Excel/ExcelHandler.Add.cs All excel-*-add.md
Handlers/Excel/ExcelHandler.Set.cs All excel-*-set.md
Handlers/Excel/ExcelHandler.View.cs command-view-excel.md
Handlers/Excel/ExcelHandler.Query.cs command-query-excel.md
Handlers/Excel/ExcelHandler.Selector.cs command-query-excel.md
Handlers/Excel/ExcelHandler.Helpers.cs Shared logic, check downstream pages

PowerPoint Handler → Wiki Pages

Source File Wiki Pages
Handlers/PowerPointHandler.cs powerpoint-reference.md, all ppt-*.md
Handlers/Pptx/PowerPointHandler.Add.cs All ppt-*-add.md
Handlers/Pptx/PowerPointHandler.Set.cs All ppt-*-set.md
Handlers/Pptx/PowerPointHandler.View.cs command-view-ppt.md
Handlers/Pptx/PowerPointHandler.Query.cs command-query-ppt.md
Handlers/Pptx/PowerPointHandler.Selector.cs command-query-ppt.md
Handlers/Pptx/PowerPointHandler.ShapeProperties.cs ppt-shape-set.md, ppt-shape-add.md
Handlers/Pptx/PowerPointHandler.Animations.cs ppt-shape-set.md (animation section)
Handlers/Pptx/PowerPointHandler.Fill.cs ppt-shape-add.md, ppt-shape-set.md (fill/gradient)
Handlers/Pptx/PowerPointHandler.Background.cs ppt-slide-set.md (background section)
Handlers/Pptx/PowerPointHandler.NodeBuilder.cs command-get-ppt.md
Handlers/Pptx/PowerPointHandler.Notes.cs ppt-notes.md, ppt-notes-add.md
Handlers/Pptx/PowerPointHandler.Hyperlinks.cs ppt-shape-set.md (link property)
Handlers/Pptx/PowerPointHandler.Chart.cs ppt-chart-*.md
Handlers/Pptx/PowerPointHandler.Effects.cs ppt-shape-set.md (effects)
Handlers/Pptx/PowerPointHandler.Theme.cs ppt-theme.md, ppt-morph-check.md
Handlers/Pptx/PowerPointHandler.Align.cs ppt-slide-set.md (align/distribute)
Handlers/Pptx/PowerPointHandler.Helpers.cs Shared logic

Update Workflow

# 1. Check what changed between versions
git diff v1.0.17..v1.0.18 --name-only -- src/

# 2. Look up affected wiki pages in this mapping

# 3. Read the changed source files to understand new features/properties

# 4. Update only the affected wiki pages

# 5. Update the version info in this file

Clone this wiki locally