office-tools
extension
Office document read/write tools for Piclaw (docx, xlsx, pptx, odt, md→pdf)
documentsdocxofficepdfpptxxlsx
Open Settings → Add-Ons and pick office-tools
Source: addons/office-tools

Read OOXML documents and create Office/PDF files from Markdown. Requires Piclaw >=1.8.0.

Install

Open Settings → Add-Ons and install office-tools from the catalog.

Tools

office_read

Reads .docx, .xlsx, or .pptx and returns Markdown. Legacy .doc, .xls, and .ppt files are rejected. ODF files are not supported by this tool.

office_write

Creates .docx, .xlsx, .pptx, or .pdf from Markdown. Output paths must remain inside the workspace.

Assets

The 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.