Skip to content

History

Revisions

  • docs(xlsx/pivot): update get example to match canonical 'rows'/'cols' keys and dataField format

    @goworm goworm committed Apr 8, 2026
    35f3f6d
  • docs(xlsx/pivot): update help examples to use canonical 'filters' key Get readback uses the canonical 'filters' key (matching Add/Set input), not the legacy 'filterFields' alias. The pivot-table get page's attribute table and example output still showed 'filterFields', which no longer matches actual CLI output.

    @goworm goworm committed Apr 8, 2026
    ac7ad37
  • Update wiki for v1.0.38: interactive selection, marks, selected pseudo-path New pages: - command-mark.md: mark/unmark/get-marks for attaching review annotations to elements (find, color, note, tofix); watch-based live rendering via SSE; supports selected pseudo-path for marking currently-selected elements Updated pages: - command-watch.md: interactive click/rubber-band selection in browser preview for PPT (shapes, pictures, tables, charts, connectors, groups) and Word (top-level paragraphs, tables); CLI integration section with get/set/mark selected examples; marks section - command-get.md: selected pseudo-path returns array of DocumentNode for currently-selected elements; empty array if nothing selected; error if no watch running - command-set.md: selected pseudo-path applies properties to each selected element - Home.md / command-reference.md: mark/unmark/get-marks command entries - agent-guide.md: interactive selection and review section Other changes: - Default shape width changed from full slide to 10cm to avoid overlap - expect property deprecated in favor of tofix (auto-aliased with warning) - Picture Format["size"] renamed to "fileSize" - Word emits data-path="/p[N]" and /table[N] on top-level elements - PPT emits data-path="/slide[N]/shape[@id=X]" using stable @id form - All 188 pages bumped to v1.0.38

    @goworm goworm committed Apr 8, 2026
    b1bf7fc
  • Update wiki for v1.0.37: size alias, bug fixes - excel-cell-set.md: add size as alias for font.size - Bug fixes: gradient angle accepts deg suffix, numlevel alias for Word lists, built-in styles no longer marked customStyle, pie/doughnut per-slice colors, PPT bullet character color/size, Word page break for nextPage section breaks, chart legend font from defRPr, data label type from OOXML, table auto-fit width - All 187 pages bumped to v1.0.37

    @goworm goworm committed Apr 6, 2026
    5bdfec2
  • Fix difficulty: Summer Sizzle case is Beginner, not Intermediate

    @goworm goworm committed Apr 5, 2026
    d6e7b1d
  • Add Word edit use case: rebrand spring one-pager to summer sizzle First EDIT use case (all prior Word cases are CREATE). Demonstrates find-replace, style modification, and color scheme changes on an existing document. Updated use-cases index with new entry.

    @goworm goworm committed Apr 5, 2026
    386bf9e
  • Update wiki for v1.0.36: bug fixes for Excel HTML preview and formula evaluator Bug fixes only: - Excel HTML preview: dataBar/iconSet rendering, chart positioning, number formatting - Replace hardcoded chart/preview values with OOXML properties - Excel HTML preview: chart rendering and frozen pane improvements - Formula evaluator: COUNTIF, COUNTA, SUMIF return 0 for string criteria - All 187 pages bumped to v1.0.36

    @goworm goworm committed Apr 5, 2026
    450e8fc
  • Regenerate sales pipeline screenshot

    @goworm goworm committed Apr 5, 2026
    08cbd8b
  • Fix image/download paths in sales pipeline use case

    @goworm goworm committed Apr 5, 2026
    e05eca0
  • Add Excel sales pipeline tracker use case New intermediate-level use case: Q2 Sales Pipeline Tracker with stage analysis, weighted values, conditional formatting, and stacked bar chart. Includes .xlsx, .py script, and screenshot. Fixed broken see-also link (command-chart -> excel-chart-add). Updated index.

    @goworm goworm committed Apr 5, 2026
    252889d
  • Regen PPT roadmap use case with officecli 1.0.35

    @goworm goworm committed Apr 5, 2026
    fc9fa43
  • Regen PPT pitch deck use case with officecli 1.0.35

    @goworm goworm committed Apr 5, 2026
    9805b9b
  • Regen Excel budget use case with officecli 1.0.35

    @goworm goworm committed Apr 5, 2026
    4eb694f
  • Regen Excel headcount use case with officecli 1.0.35, fix E6 formula after column insert

    @goworm goworm committed Apr 5, 2026
    1e9603d
  • Regen Word all-hands agenda use case with officecli 1.0.35

    @goworm goworm committed Apr 5, 2026
    f115144
  • Regen Word legal memo use case with officecli 1.0.35

    @goworm goworm committed Apr 5, 2026
    c2655c7
  • Regen Word memo use case with officecli 1.0.35

    @goworm goworm committed Apr 5, 2026
    89f4b16
  • Update wiki for v1.0.35: deterministic IDs, morph name matching - powerpoint-reference.md: deterministic shape ID generation (global increment counter for reproducible batch scripts); morph !! prefix-aware name matching (shape[@name=MyBox] matches both MyBox and !!MyBox) - Word paraId/textId also uses deterministic increment instead of random - All 187 pages bumped to v1.0.35

    @goworm goworm committed Apr 5, 2026
    11b86d1
  • Add all-hands meeting agenda use case (Word, intermediate, teal accent)

    @goworm goworm committed Apr 5, 2026
    48571e7
  • Replace PPT roadmap: warm coral palette instead of dark navy

    @goworm goworm committed Apr 5, 2026
    8aa05cc
  • Add roadmap screenshot

    @goworm goworm committed Apr 5, 2026
    5969c41
  • Add animated product roadmap use case (PPT, intermediate, morph transitions)

    @goworm goworm committed Apr 5, 2026
    9900b47
  • Add legal contract review memo use case (Word, intermediate)

    @goworm goworm committed Apr 5, 2026
    27ba8c3
  • Move download links before screenshots in all use case pages

    @goworm goworm committed Apr 5, 2026
    573117b
  • Move download and screenshot to top of each use case page

    @goworm goworm committed Apr 5, 2026
    a807d8f
  • Move use case pages to root for GitHub Wiki compatibility

    @goworm goworm committed Apr 5, 2026
    6d4785d
  • Add PPT pitch-deck use case: PayFlow Series B Adds the advanced PowerPoint use case covering a 7-slide investor pitch deck built entirely from the CLI — gradient backgrounds, stat cards, bar charts, team profiles, and a use-of-funds breakdown. Includes the pitch deck walkthrough page, generated .pptx, Python source, and screenshot. Updates use-cases.md with the PowerPoint section and row.

    @goworm goworm committed Apr 5, 2026
    ec9e2d2
  • Add Excel headcount + budget use cases and Word memo use case - use-cases/word/memo.md: HR launch memo walkthrough (beginner, batch + find/replace) - use-cases/excel/headcount.md: Q2 headcount tracker (intermediate, col insert + formulas); fix missing = on SUM formulas in correction batch - use-cases/excel/budget-vs-actuals.md: multi-sheet budget workbook with chart and freeze (advanced) - use-cases.md: index now lists all three cases with correct anchor links - Swap in new supporting files (xlsx, py, png) for all three scenarios; remove old placeholder files

    @goworm goworm committed Apr 5, 2026
    f93e3fd
  • Add budget vs. actuals use case (Pinnacle Q1 2026) Five-tab workbook scenario for a Financial Analyst: per-department detail sheets, cross-sheet Executive Summary, chart, row insertion, and inline notes section. Fixes rename→set command and .sh→.py download link.

    @goworm goworm committed Apr 5, 2026
    f1a98de
  • Add Excel headcount use case (HR Q2 tracker, intermediate) Adds the second use-case scenario: building a Q2 headcount and salary budget tracker, demonstrating batch create, data entry, mid-session correction, column insert with formula propagation, and validate. Includes screenshot, downloadable xlsx, and runnable shell script.

    @goworm goworm committed Apr 5, 2026
    766d724