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

ParameterValuesDescription
readOnlytrue/falseAllow or prevent editing
showToolbartrue/falseShow formula bar and tools
themelight/darkColor scheme
rowsnumberVisible row count
colsnumberVisible 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.