Framework guides
Render Office files in your framework.
Open a complete TypeScript example for your framework and run it directly on StackBlitz.
React
Render DOCX, XLSX, and PPTX Office files in a React and TypeScript application with a reusable custom hook, Canvas viewer controls, and correct effect cleanup.
Open guide ↗︎ Vue + TypeScriptVue
Render DOCX, XLSX, and PPTX Office files in Vue 3 with TypeScript, a reusable Composition API composable, template refs, viewer controls, and automatic cleanup.
Open guide ↗︎ Svelte + TypeScriptSvelte
Render DOCX, XLSX, and PPTX Office files in Svelte with TypeScript, a reusable action, readable status stores, viewer controls, and reliable teardown.
Open guide ↗︎ Solid + TypeScriptSolid
Render DOCX, XLSX, and PPTX Office files in Solid with TypeScript, a reusable reactive primitive, signal-based status, viewer controls, and cleanup.
Open guide ↗︎