Embedded sheets
Embed your sheets for others to view and edit across the web.
Last updated
Embed your sheets for others to view and edit across the web.
Last updated
Quadratic is embeddable in websites and other apps. Files that are made public can be shared anywhere that supports embedding. Files with permissions can still be embedded but only users with permissions to view the sheet will be able to do so.
Some apps will allow you to embed Quadratic directly. Notion is one such example of application you can embed directly if you have public viewing enabled.
If you have public sharing permissions turned ON in your spreadsheet, you can freely embed your spreadsheet in any site that allows embedding. Simply use the URL to your spreadsheet in an <iframe>
HTML tag.
Example:
<iframe src="Quadratic_URL" title="your sheet description"></iframe>