iframe Integration
The simplest way to add EmbedSheet to any web page. Works with any tech stack.
How It Works
Embed EmbedSheet using a standard iframe tag with your unique sheet URL. Configure behavior through URL parameters.
Available Parameters
| Parameter | Values | Description |
|---|---|---|
readOnly | true/false | Allow or prevent editing |
showToolbar | true/false | Show formula bar and tools |
theme | light/dark | Color scheme |
rows | number | Visible row count |
cols | number | Visible column count |
Communication
EmbedSheet uses postMessage for two-way communication with the parent page. Send data to the spreadsheet and receive updates when cells change.
When to Use iframe
- Quick integration without code changes
- Embedding in CMS or no-code platforms
- Cross-origin embedding requirements
- Sandboxed execution environments
Getting Started
Visit console.embedsheet.com to create your embed URL and configure your spreadsheet.