Office document viewer addon for Piclaw.
Requires Piclaw >=1.8.0.
Opens .docx, .xlsx, .pptx, .odt, .ods, .odp, .doc, .xls, .ppt, .rtf, .csv files in a self-contained browser-side viewer with no WASM or HTTPS requirements.
All viewer libraries are vendored and served locally:
| Library | Format | Licence |
|---|---|---|
| docx-preview | .docx / .odt |
Apache-2.0 |
| SheetJS (xlsx) | .xlsx / .csv |
Apache-2.0 |
| PptxViewJS | .pptx / .ppt |
MIT |
| JSZip | zip dependency | (MIT OR GPL-3.0-or-later) |
| Chart.js | chart dependency | MIT |
Exposes the open_office_viewer tool:
open_office_viewer(path: "/workspace/doc.docx")
→ Returns a viewer URL the user can open in their browser.Serves viewer assets at /office-viewer/*.
Open Settings → Add-Ons and install office-viewer from the public catalog.