+
+
+
+
+
+
diff --git a/examples/web-xlsx-host/src/main.ts b/examples/web-xlsx-host/src/main.ts
new file mode 100644
index 000000000..ad5cbfc78
--- /dev/null
+++ b/examples/web-xlsx-host/src/main.ts
@@ -0,0 +1,431 @@
+import type { OfficeEditorMode, OfficeFile } from '@genoffice/office-host-api'
+import {
+ OFFICE_PROTOCOL_VERSION,
+ isOfficeProtocolMessage,
+ type EditorToHostMessage,
+ type HostToEditorMessage,
+} from '@genoffice/office-protocol'
+
+const XLSX_MIME = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
+
+function requireElement