SheetMirror for Google Sheets
SheetMirror embeds a live Google Sheets spreadsheet into any WordPress post or page using a simple shortcode. Unlike basic CSV importers, SheetMirror can connect to the Google Sheets API v4 to retrieve not just your data, but the full visual formatting of every cell – giving your readers a table that looks exactly like the one you designed in Google Sheets. Why SheetMirror ? Spreadsheet data on the web is often reduced to a bland, unstyled grid. The formatting you spent time on – the bold headers, the colour-coded rows, the carefully aligned columns – disappears entirely. SheetMirror solves this by faithfully translating your Google Sheets formatting into standard HTML and inline CSS, so the table your readers see on your site is a true reflection of the original. Two Fetch Modes API Mode (recommended) Uses the Google Sheets API v4 to retrieve both cell values and full formatting metadata. A Google Cloud API key is required. This is the mode that enables all the rich formatting features described below. CSV Mode (no API key needed) Fetches data via Google’s public CSV export URL. No API key or account is required – just share your sheet as “Anyone with the link can view.” Cell values are displayed in a clean, readable table, without formatting. Ideal for simple data tables where styling is not a priority. Formatting Reproduced via the API When API Mode is enabled, SheetMirror retrieves and applies the following formatting properties from your spreadsheet: Horizontal alignment – Left, Centre, Right, and Justify, applied per cell. Vertical alignment – Top, Middle, and Bottom. Text decoration Bold ( ), italic ( ), underline ( ), and strikethrough ( ), each rendered using the appropriate semantic HTML element. Font family – The typeface specified in the spreadsheet is passed through as a CSS font-family value. Font size – Rendered as pt values, matching the size as set in Google Sheets. Font colour – Foreground text colour is reproduced as a CSS color value. Cell background colour – Background fill colours are rendered as CSS background-color values. The default white background and black text are always output explicitly so that theme styles cannot bleed through. Merged cells – Merge regions are faithfully reproduced using HTML rowspan and colspan attributes. Cell borders – Per-cell border styles (solid, dashed, dotted, double) and weights (1 px, 2 px, 3 px) are applied as individual CSS border-{side} declarations. Text wrap strategy – Wrap and Clip modes are translated to the appropriate CSS white-space and overflow rules. The Overflow mode (where content spills into adjacent cells) is a layout behaviour specific to Google Sheets and cannot be reproduced in an HTML table. Text direction – Right-to-left text is reproduced with the CSS direction: rtl property. Hyperlinks – Both cell-level hyperlinks and links set via the Google Sheets link format are rendered as tags with target=”_blank” rel=”noopener noreferrer”. Column widths – Each column’s pixel width is retrieved from the spreadsheet and applied via elements, reproducing the exact column proportions of the original. Active when the “Auto-fit columns” option is off (the default). Row heights – Each row’s pixel height is retrieved and applied as an inline height style on the element, preserving the vertical spacing of the original spreadsheet. Active when the “Auto-fit columns” option is off (the default). Hidden rows and columns – Rows and columns that are hidden in the spreadsheet (whether hidden manually or by a filter) are omitted from the rendered table entirely. Available in API mode only. Mixed format – Cells containing mixed formatting within a single cell (rich text) are fully supported in API mode. Font size, font family, style, and colour can all vary within a single cell; each run is rendered as an individual with its own styles applied. Table Display Options Each registered table can be configured independently with the following options: Use Google Sheets API – Toggle between API Mode (full formatting) and CSV Mode (values only). Shrink to fit – Available in API + fixed-width mode only. When enabled, the table is automatically scaled down in the browser to fit the available container width. Inline px and pt values are rewritten directly – the same arithmetic as the scale shortcode attribute – so theme styles, borders, and background colours are unaffected. Mutually exclusive with “Auto-fit columns”. Auto-fit columns – When off (default), column widths are taken directly from the spreadsheet’s pixel dimensions via the API, reproducing the layout as designed in Google Sheets. When on, each column shrinks to fit its content (table-layout: auto). Mutually exclusive with “Shrink to fit”. Treat first row as header – Renders the first row inside a element using cells with scope="col", improving accessibility and allowing header-specific styling. Available in CSV mode only. Borderless – Hides all cell borders for a cleaner, minimal presentation. When off, a standard 1 px grid is shown as a fallback, with per-cell API borders taking priority where available. Available in CSV mode only. Caching All API and CSV responses are cached using WordPress transients for 5 minutes, keeping your page loads fast and your API quota usage low. A “Clear Cache” button is available for every registered table so you can force a refresh immediately after updating your spreadsheet. Shortcode Usage After registering a table in Settings → SheetMirror, embed it anywhere using its tag name as a shortcode: [your_tag_name] For example, if you registered a table with the tag sales_2026, place [sales_2026] in any post, page, or widget area. Scaling the table An optional scale attribute lets you render the table at a percentage of its original size. Accepted values are integers between “10” and “200”. [sales_2026 scale="50"] The scaling is applied via the CSS font-size property on the wrapper element (and, in fixed-width API mode, by multiplying each column width and row height by the scale factor). Table alignment An optional align attribute lets you control the horizontal alignment of the table within its container. Accepted values are “left”, “center”, and “right”. [sales_2026 align="left"] The align attribute can also be combined with the scale option: [sales_2026 align="center" scale="80"] If the attribute is omitted, the table will follow the default alignment defined by your theme or container styles. Requirements A Google Sheets spreadsheet shared as “Anyone with the link can view.” For API Mode: a Google Cloud API key with the Google Sheets API enabled. External Services This plugin connects to external services operated by Google. Depending on the fetch mode you choose, one or both of the following connections will be made. Google Sheets API v4 (API Mode) When API Mode is enabled, this plugin sends requests to the Google Sheets API v4 to retrieve cell values and formatting metadata from your spreadsheet. Service: Google Sheets API v4, provided by Google LLC. Data sent: The Spreadsheet ID and cell range you registered, together with your Google Cloud API key. No personal data of your site’s visitors is transmitted. When: Every time a page containing the shortcode is loaded and no valid cached response exists (cache duration: 5 minutes). A request is also made when you use the connection-test button in the settings page. Terms of Service: https://developers.google.com/terms Privacy Policy: https://policies.google.com/privacy Google Sheets CSV Export (CSV Mode) When CSV Mode is enabled, this plugin fetches data from Google’s public CSV export URL for your spreadsheet. Service: Google Sheets public CSV export (/export?format=csv), provided by Google LLC. Data sent: The Spreadsheet ID and numeric sheet identifier (gid). No API key or visitor data is transmitted. When: Every time a page containing the shortcode is loaded and no valid cached response exists (cache duration: 5 minutes). Terms of Service: https://policies.google.com/terms Privacy Policy: https://policies.google.com/privacy Google Sheets Sheet List (CSV Mode – sheet name resolution) When CSV Mode is enabled and a sheet name is specified in the cell range, this plugin fetches the spreadsheet’s HTML view page in order to resolve the sheet name to its numeric identifier (gid). This request is made once per spreadsheet and the result is cached together with the table data. Service: Google Sheets HTML view page (/htmlview), provided by Google LLC. Data sent: The Spreadsheet ID only. No API key or visitor data is transmitted. When: On the first load of a page containing a CSV Mode shortcode that specifies a sheet name, when no valid cached response exists. Not used when a gid is available directly from the registered URL, or when API Mode is enabled. Terms of Service: https://policies.google.com/terms Privacy Policy: https://policies.google.com/privacy Donate If you find this plugin useful and would like to support its development, you can make a voluntary donation via PayPal. Your support helps keep this plugin maintained and improved. Thank you! PayPal: https://www.paypal.me/Kasuga16
Top keywords
- google34×2.33%
- api30×2.05%
- mode23×1.57%
- google sheets19×1.30%
- sheets19×1.30%
- spreadsheet17×1.16%
- table17×1.16%
- csv16×1.10%
- cell12×0.82%
- data12×0.82%
- formatting11×0.75%
- api mode10×0.68%
WPSyncSheets For Gravity Forms – Connect Gravity Forms to Google Sheets
WPSyncSheets For Gravity Forms – Send Gravity Forms entries to Google Sheets in real-time with zero manual effort. Automatically map fields using AI suggestions, auto-create sheets, and keep data synced for reporting, analysis, or backups without worrying about any loss of Gravity Forms entries data. Gravity Forms Google Sheets Connector is bridge between WordPress plugin Gravity Forms and Google Sheets. This plugin allows you to map Gravity Forms fields to specific spreadsheet columns, create spreadsheets automatically, and keep your data always up to date. Whether you’re backing up submissions, managing form data, or sharing it with your team, this plugin makes the process fast, seamless, and scalable. This plugin connect Google Sheets directly with Gravity Forms to automatically send entry values to Google Sheets. Gravity Forms entries to Google Sheets connection easily done without requiring any additional software or monthly fees, and with solid security and performance. Demo | Sample Sheets | Docs | Support | Pro WPSyncSheets For Gravity Forms Features Export Gravity Forms Entries to Google Sheets WPSyncSheets For Gravity Forms plugin automatically export gravity forms entries and eleminated your manual data work time. It also secure Google Sheets connector and can store data like name, email, IP address, page URL, and submission date & time. Data is synced instantly using secure Google authentication, and no Google account or Drive data is stored by the plugin author. Update Gravity Forms Entries from Google Sheets – Pro Once the plugin exports Gravity Forms entries to Google Sheets, you can also update the entries from Google Sheets back to Gravity Forms. This helps you fix missing entry data, rename existing data, or add new entry data directly within Gravity Forms. It means the import gravity forms entries from google sheets feature helps keep your Gravity Forms data up to date. Gravity Forms Export Entries to Excel Exporting Gravity form data to Excel is a smart step for simplifying your workflow. And, also for growing your business smoothly. Manually exporting entries each time can be time-consuming. Automating the process with WPSyncSheets saves time and reduces errors. Connect Gravity Forms to Google Sheets Using Gravity Forms alone leaves you relying on its built-in entry list or manual CSV exports. If you want to collaborate, share leads with a team, analyze signups, or build reports, Excel-style CSVs aren’t enough. With Google Sheets, your form entries become instantly accessible. WPSyncSheets For Gravity Forms makes that connection seamless, without any manual CSV exports, coding, or fuss. Upgrade to Pro Features ✅ All the features in the free plugin (entries export, create new google sheet, etc) ✅ Bulk Export Gravity Forms entries ✅ Export entries with date range option ✅ Import entries form Google Sheets to Gravity Forms ✅ Bulk Import Gravity Forms entries ✅ Schedule automatic imports of data from Google Sheets ✅ Schedule automatic export of data from Gravity Forms ✅ Conditional logic option for export the specific gravity forms entries ✅ Duplicate Feeds option for each Gravity Forms ✅ Payment Status option for paid/approved form entries based on the payment method ✅ Compatibility with WooCommerce Gravity Forms Product Add-Ons ✅ Compatibility with Gravity PDF ✅ Compatibility with Gravity View ✅ Compatibility with RedSys & Bizum Gateway for Gravity Forms ✅ Compatibility with Gravity Forms Survey Add-On ✅ Compatibility with Gravity Forms Stripe Add-On ✅ Compatibility with Gravity Forms Mollie Add-On ✅ Compatibility with Gravity Forms PayPal Checkout Add-On ✅ Compatibility with Gravity Forms Dropbox Add-On ✅ Compatibility with Gravity Forms Nested Forms ✅ Compatibility with Gravity Form Razorpay Add-On How to Export Gravity Forms Entries? You can check out the user guide to easily setup the plugin or watch the below video on GSheetConnector For Gravity Forms How to update Gravity Forms Entries from Google Sheets? (Pro) Related Import-Export Google Sheets Plugins WPSyncSheets connects WordPress and WooCommerce platforms with Google Sheets. Our mission is to help businesses automate data transfer, simplify operations, and reduce repetitive tasks through real-time, two-way data synchronization. WPSyncSheets For WooCommerce: Import Export WooCommerce Orders, Products, Customers & Coupons. WPSyncSheets For Elementor: Map & Sync Elementor Form Entries to Google Sheets in Real Time. WPSyncSheets For Core: Import, Export & Bulk Edit WordPress Posts and Pages via Google Sheets. WPSyncSheets For Document Library Pro: Sync Document Library Pro documents with Google Sheets. WPSyncSheets For Contact Form 7: Send your Contact Form 7 data directly to your Google Sheets spreadsheet and save to database. WPSyncSheets For WPForms: Map & Sync WPForms Entries to Google Sheets. WPSyncSheets For Ninja Forms: Automatically Sync Ninja Form Entries to Google Sheets. WPSyncSheets For Fluent Forms: Sync Fluent Form Entries to Google Sheets in Real Time. WPSyncSheets For Formidable Forms: Automatically Map and Sync Formidable Form Entries to Google Sheets.