{"id":52653,"date":"2025-03-12T14:00:00","date_gmt":"2025-03-12T13:00:00","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=52653"},"modified":"2025-06-03T22:01:09","modified_gmt":"2025-06-03T20:01:09","slug":"publier-google-sheets-en-tant-que-page-web","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/fr\/blog\/google-sheets-features\/publish-google-sheets-as-a-web-page\/","title":{"rendered":"Comment publier et utiliser Google Sheets en tant que page web ?"},"content":{"rendered":"\n[et_pb_section fb_built=&#8221;1&#8243; theme_builder_area=&#8221;post_content&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221;][et_pb_row _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; type=&#8221;4_4&#8243; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; theme_builder_area=&#8221;post_content&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;]<blockquote>\n<p><strong data-start=\"47\" data-end=\"56\">Note:<\/strong> This post was originally published in our community forum.<\/p>\n<\/blockquote>\n<p>I\u2019m excited to share a powerful feature of Google Sheets that allows you to publish your spreadsheets as web pages. This can be incredibly useful for sharing data and making it accessible to anyone with a link. Follow this guide to learn how to publish your Google Sheets and embed them in a web page.<\/p>\n<p><em>Why Publish Google Sheets as a Web Page?<\/em><\/p>\n<ul>\n<li>Easy Access:\u00a0 Share your data with anyone, even if they don\u2019t have a Google account.<\/li>\n<li>Live Updates:\u00a0 Any changes made to the Google Sheet are reflected in real-time on the web page.<\/li>\n<li>User-Friendly: No need for recipients to have special software or tools to view the data.<\/li>\n<\/ul>\n<p><strong><em>Step-by-Step Guide<\/em><\/strong><\/p>\n<p><strong>1. Create or Open a Google Sheet<\/strong><\/p>\n<p>Start by creating a new Google Sheet or opening an existing one. Go to<span>\u00a0<\/span><a href=\"https:\/\/sheets.google.com\/\" rel=\"ugc noopener nofollow\" target=\"_blank\">Google Sheets<\/a><span>\u00a0<\/span>and either create a new spreadsheet or select one from your existing files.<\/p>\n<p><strong>2. Enter Your Data<\/strong><\/p>\n<p>Fill in your data as needed. For example, you might create a contact list with columns like Name, Email, and Phone Number.<\/p>\n<p><a href=\"https:\/\/i.imgur.com\/MdBtjN9.png\" rel=\"ugc noopener nofollow\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/MdBtjN9.png\" title=\"\" alt=\"\" \/><\/a><\/p>\n<p><strong>3. Publish the Sheet to the Web<\/strong><\/p>\n<p>Click on `File` &gt; `Publish to the web\u2026<\/p>\n<p><a href=\"https:\/\/i.imgur.com\/dvGB7Mu.png\" rel=\"ugc noopener nofollow\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/dvGB7Mu.png\" title=\"\" alt=\"\" \/><\/a><\/p>\n<p>In the dialog that appears, select the entire document or a specific sheet.<\/p>\n<p>Choose the format: `Web page`.<br \/>Click on `Publish`. Confirm if prompted.<\/p>\n<p><strong>4. Get the Published Link<\/strong><\/p>\n<p>After publishing, you will receive a link. This is the URL to your web page.<\/p>\n<p>5. Embed the Sheet in an HTML Page<\/p>\n<p>If you want to embed the published Google Sheet in an HTML page, use the embed code provided. Here\u2019s an example of how to do it:<\/p>\n<pre><code data-highlighted=\"yes\" class=\"hljs language-php-template\"><span class=\"language-xml\"><span class=\"hljs-meta\">&lt;!DOCTYPE <span class=\"hljs-keyword\">html<\/span>&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">html<\/span> <span class=\"hljs-attr\">lang<\/span>=<span class=\"hljs-string\">\"en\"<\/span>&gt;<\/span>`\n\n<span class=\"hljs-meta\">&lt;!DOCTYPE <span class=\"hljs-keyword\">html<\/span>&gt;<\/span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">html<\/span> <span class=\"hljs-attr\">lang<\/span>=<span class=\"hljs-string\">\"en\"<\/span>&gt;<\/span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">head<\/span>&gt;<\/span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">meta<\/span> <span class=\"hljs-attr\">charset<\/span>=<span class=\"hljs-string\">\"UTF-8\"<\/span>&gt;<\/span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">meta<\/span> <span class=\"hljs-attr\">name<\/span>=<span class=\"hljs-string\">\"viewport\"<\/span> <span class=\"hljs-attr\">content<\/span>=<span class=\"hljs-string\">\"width=device-width, initial-scale=1.0\"<\/span>&gt;<\/span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">title<\/span>&gt;<\/span>Google Sheet as Web Page<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">title<\/span>&gt;<\/span>\n<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">head<\/span>&gt;<\/span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">body<\/span>&gt;<\/span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">h1<\/span>&gt;<\/span>Contact Information<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">h1<\/span>&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">iframe<\/span> <span class=\"hljs-attr\">src<\/span>=<span class=\"hljs-string\">\"YOUR_PUBLISHED_GOOGLE_SHEET_LINK\"<\/span> <span class=\"hljs-attr\">width<\/span>=<span class=\"hljs-string\">\"100%\"<\/span> <span class=\"hljs-attr\">height<\/span>=<span class=\"hljs-string\">\"500\"<\/span>&gt;<\/span><span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">iframe<\/span>&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">body<\/span>&gt;<\/span>\n<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">html<\/span>&gt;<\/span><\/span><\/code><\/pre>\n<p>Replace `<strong>YOUR_PUBLISHED_GOOGLE_SHEET_LINK<\/strong>` with the actual link you got after publishing your sheet.<\/p>\n<p>Publishing your Google Sheets as web pages is a fantastic way to share information easily and effectively. Whether you need to share a contact list, financial data, or any other type of information, this feature makes it accessible and convenient.<\/p>\n<p>Feel free to try it out and share your experiences or any questions you might have!<\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]\n","protected":false},"excerpt":{"rendered":"<p>Note: This post was originally published in our community forum. I\u2019m excited to share a powerful feature of Google Sheets that allows you to publish your spreadsheets as web pages. This can be incredibly useful for sharing data and making it accessible to anyone with a link. Follow this guide to learn how to publish [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":44470,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[37],"tags":[],"class_list":["post-52653","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google-sheets-features"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts\/52653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/comments?post=52653"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts\/52653\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/media\/44470"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/media?parent=52653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/categories?post=52653"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/tags?post=52653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}