Read OOXML documents and create Office/PDF files from Markdown. Requires Piclaw >=1.8.0.
Open Settings → Add-Ons and install office-tools from the catalog.
office_readReads .docx, .xlsx, or .pptx and returns Markdown. Legacy .doc, .xls, and .ppt files are rejected. ODF files are not supported by this tool.
office_writeCreates .docx, .xlsx, .pptx, or .pdf from Markdown. Output paths must remain inside the workspace.
assets/docx-template.zip.assets/md2pdf.css and the host PDF renderer.assets/docx-template.zip — default DOCX templateassets/md2pdf.css — Markdown-to-PDF stylesheetvendor/pptxgenjs/pptxgen.cjs.js — PPTX generatorThe package uses the shared @sinclair/typebox peer. PDF generation imports Piclaw's ../../browser/cdp-browser/cdp.ts helper, so this package is not self-contained for that operation.