Hacker News (AI keywords)Jun 7, 2026, 5:22 PMmaxloh

Office-open-xml-viewer: Office XML document viewer rendering to HTML Canvas

Original: Office-open-xml-viewer: Office XML document viewer that renders to HTML Canvas

A browser-based Office Open XML viewer that renders DOCX, XLSX, and PPTX files to HTML Canvas.

office-open-xml-viewer is an open-source browser viewer for Office Open XML documents, rendering DOCX, XLSX, and PPTX files to HTML Canvas. Its parsers are written in Rust and compiled to WebAssembly, while rendering uses the Canvas 2D API. The README also says the full codebase was implemented by Claude through iterative prompting, making it notable as an AI-assisted software development case.

office-open-xml-viewer is an open-source, browser-side Office Open XML document viewer whose goal is to render common Office document formats directly onto an HTML Canvas. As the project README shows, it supports three format categories—DOCX, XLSX, and PPTX—with the parser written in Rust and compiled to WebAssembly, while front-end rendering uses the Canvas 2D API. This means it does not simply convert documents to images or rely on an external service, but rather parses the structure of Office documents into a model that the browser can draw, then completes the presentation of text, layout, charts, shapes, and other content on the main thread.

Full summary

Free shows the 3-line summary; Pro unlocks the full deep summary (~300 words) so you never have to click through.

See Pro plans →

Want the original English / full article?

Read on Hacker News (AI keywords) →

Summaries are AI-generated; the original article is authoritative.