Title: SheetFusion &#8211; Sync Google Sheets Into Tables. No Row Limits, No API Keys.
Author: isomite
Published: <strong>2026.03.28.</strong>
Last modified: 2026.05.31.

---

Bővítmények keresése

![](https://ps.w.org/sheetfusion/assets/banner-772x250.png?rev=3494129)

![](https://ps.w.org/sheetfusion/assets/icon-256x256.png?rev=3494129)

# SheetFusion – Sync Google Sheets Into Tables. No Row Limits, No API Keys.

 Szerző: [isomite](https://profiles.wordpress.org/isomite/)

[Letöltés](https://downloads.wordpress.org/plugin/sheetfusion.2.3.4.zip)

 * [Részletek](https://hu.wordpress.org/plugins/sheetfusion/#description)
 * [Vélemények](https://hu.wordpress.org/plugins/sheetfusion/#reviews)
 *  [Telepítés](https://hu.wordpress.org/plugins/sheetfusion/#installation)
 * [Fejlesztés](https://hu.wordpress.org/plugins/sheetfusion/#developers)

 [Támogatás](https://wordpress.org/support/plugin/sheetfusion/)

## Leírás

SheetFusion is a free Google Sheets table plugin for WordPress. It turns public 
Google Sheets and spreadsheets into searchable, sortable, responsive tables using
a Gutenberg block or shortcode.

It is designed for site owners who manage data in Google Sheets and want to publish
that data on WordPress without creating a Google Cloud project, setting up OAuth,
paying for higher row limits, or relying on external frontend CDN requests.

SheetFusion fetches CSV data from Google’s public export endpoint. Your sheet must
be published to the web. Private sheets are not supported because SheetFusion intentionally
avoids API keys and OAuth.

### Best for

 * Publishing Google Sheets as searchable WordPress tables
 * Creating sortable product tables, pricing tables, directories, schedules, rankings,
   comparison tables, and resource lists
 * Replacing manual HTML tables with spreadsheet-powered tables
 * Displaying larger public spreadsheets without a freemium row-count limit
 * Embedding tables with either a Gutenberg block or shortcode

### Features

 * Turn public Google Sheets into searchable, sortable WordPress tables
 * Gutenberg block and shortcode support
 * Saved table builder with per-table display settings
 * Responsive table modes: horizontal scroll, stacked rows, and mobile cards
 * Search, sorting, pagination, result info, row menu, and export buttons
 * CSV, Excel, PDF/Print, and Print export options
 * Safe HTML columns for sanitized links and inline markup
 * Optional sticky header and max-height scrolling
 * Server-side row filtering by column
 * Backward-compatible direct sheet embeds
 * No API key, OAuth app, or Google Cloud setup required
 * No row-count paywall; only a configurable safety cap to protect server memory
 * No telemetry and no external frontend CDN requests

### Why use SheetFusion?

Many table plugins require manual table editing, paid upgrades for larger tables,
API setup, or external services. SheetFusion is designed for site owners who already
manage data in Google Sheets and want a simple way to publish that data as a WordPress
table.

Publish the sheet, paste the Sheet ID, choose your display settings, and embed the
table with a block or shortcode.

### How it works

SheetFusion fetches CSV data from Google’s public export endpoint. Your Google Sheet
must be published to the web.

Because SheetFusion uses public CSV export, it does not require a Google API key,
OAuth app, Google Cloud project, or private account connection.

Private Google Sheets are not supported.

### External Services

This plugin connects to:

 * **Google Sheets** (`docs.google.com`) – your WordPress server fetches public 
   CSV data for the Sheet ID and tab name you provide.

SheetFusion does not collect, store, or transmit personal visitor data to SheetFusion
servers. Visitors’ browsers do not request bundled table libraries from external
CDNs.

### Bundled Libraries

The following libraries are bundled locally:

 * DataTables 1.13.8 – MIT
 * DataTables Buttons 2.4.2 – MIT
 * JSZip 3.10.1 – MIT

### Shortcode Reference

Saved table mode:

    ```
    [sheetfusion table="123"]
    ```

Optional wrapper class:

    ```
    [sheetfusion table="123" class="financial-table-wrapper"]
    ```

Saved table mode uses saved settings only. Saved table settings come from SheetFusion
> Table Setup and are not overridden by shortcode or block display defaults.

Direct shortcode mode:

    ```
    [sheetfusion id="SHEET_ID" sheet="Sheet1"]
    ```

Direct shortcode attributes:

 * `theme` – clean, stripe, minimal, dark, editorial, compact
 * `density` – comfortable, compact, spacious
 * `responsive` – scroll, stack, cards
 * `page_length` – rows per page
 * `order_column` – 1-based default sort column
 * `order_dir` – asc or desc
 * `search`, `pagination`, `info`, `length_menu` – true or false
 * `filter_column`, `filter_value`, `filter_mode` – server-side row filtering
 * `export` – csv, excel, pdf, print. PDF opens a browser print/save-to-PDF view
   without bundling a large PDF library.
 * `height` – optional max height in pixels
 * `sticky_header` – true or false
 * `max_rows` – direct mode parse cap

For security, direct shortcodes escape cell HTML by default. To render links such
as `<a href="/company/example/">Example</a>`, create a saved table and set that 
column type to Safe HTML.

## Blokkok

This plugin provides 1 block.

 *   SheetFusion Table Embed a public Google Sheet as an interactive, sortable, 
   searchable table with no API key required.

## Telepítés

 1. Install and activate SheetFusion.
 2. Publish your Google Sheet to the web: File > Share > Publish to the web.
 3. Go to SheetFusion > Table Setup to create a saved table, or use a direct shortcode
    with your Sheet ID and tab name.
 4. Customize the visual theme and controls when using a saved table.
 5. Copy the saved-table shortcode or insert the SheetFusion Table block.

## GYIK

### Can I use SheetFusion as a Google Sheets table plugin?

Yes. SheetFusion is built to display public Google Sheets as searchable, sortable,
responsive tables in WordPress.

### Does SheetFusion work with the Gutenberg block editor?

Yes. SheetFusion includes a Gutenberg block for embedding saved tables. You can 
also use shortcodes.

### Can I create responsive tables from Google Sheets?

Yes. SheetFusion includes responsive display modes including horizontal scroll, 
stacked rows, and mobile cards.

### Can I make a searchable and sortable table?

Yes. SheetFusion supports search, sorting, pagination, result info, row menus, and
export buttons.

### Does SheetFusion require a Google API key?

No. SheetFusion uses Google’s public CSV export endpoint, so there is no Google 
Cloud project, OAuth setup, or API key required.

### Does SheetFusion support private Google Sheets?

No. Your Google Sheet must be published to the web. Private sheets are not supported
because SheetFusion avoids API keys and OAuth.

### Does SheetFusion limit rows like a freemium plugin?

SheetFusion does not use a paid row-count limit. It includes a configurable safety
cap to help protect server memory when loading very large public spreadsheets.

### Can I still use my old shortcodes?

Yes. Direct sheet shortcodes remain supported for backward compatibility.

### What is the recommended saved-table shortcode?

Use:

    ```
    [sheetfusion table="123"]
    ```

Replace 123 with the saved table ID.

### Can I display links or simple HTML from my sheet?

Yes. Create a saved table and set the relevant column type to Safe HTML. SheetFusion
sanitizes allowed links and inline markup.

### Does SheetFusion collect telemetry?

No. SheetFusion does not collect usage telemetry or send visitor data to SheetFusion
servers.

## Vélemények

![](https://secure.gravatar.com/avatar/482d025a1ace5d7efccd530d5ebef350943a62e7e6c7bd0ae2de05dc1ae1e947?
s=60&d=retro&r=g)

### 󠀁[Raw plugin](https://wordpress.org/support/topic/raw-plugin-2/)󠁿

 [volovikov](https://profiles.wordpress.org/volovikov/) 2026.05.21. 2 replies

It’s a good plugin, just the thing for your website. I previously used Sheets2Table,
this is a complete replacement plugin with + functions.

![](https://secure.gravatar.com/avatar/536f80f81d59a88d2a3331602fe37eac1aafbd39e6e67c1f91b8b9ae73049153?
s=60&d=retro&r=g)

### 󠀁[Great Google Sheets to WordPress Plugin](https://wordpress.org/support/topic/great-google-sheets-to-wordpress-plugin/)󠁿

 [dash05](https://profiles.wordpress.org/dash05/) 2026.04.02.

Was looking for a simple plug-in to display a Google Sheet directly in Wordpress.
Most plug-ins have extra features I don’t need or required the pro version to allow
for automated syncing. SheetFusion did exactly what I was looking for.

 [ 2 (az összes) vélemény olvasása ](https://wordpress.org/support/plugin/sheetfusion/reviews/)

## Közreműködők és fejlesztők

“SheetFusion – Sync Google Sheets Into Tables. No Row Limits, No API Keys.” egy 
nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

 *   [ isomite ](https://profiles.wordpress.org/isomite/)

[“SheetFusion – Sync Google Sheets Into Tables. No Row Limits, No API Keys.” fordítása a saját nyelvünkre.](https://translate.wordpress.org/projects/wp-plugins/sheetfusion)

### Érdekeltek vagyunk a fejlesztésben?

[Browse the code](https://plugins.trac.wordpress.org/browser/sheetfusion/), check
out the [SVN repository](https://plugins.svn.wordpress.org/sheetfusion/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/sheetfusion/) by
[RSS](https://plugins.trac.wordpress.org/log/sheetfusion/?limit=100&mode=stop_on_copy&format=rss).

## Változási napló

#### 2.3.4 – 2026-05-31

 * Updated WordPress.org readme positioning for Google Sheets tables, spreadsheet
   tables, responsive tables, DataTables, sortable tables, searchable tables, Gutenberg
   table blocks, and shortcode-based tables.
 * Moved version-specific release wording out of the main description.
 * Added expanded Best for, Features, Why use SheetFusion?, FAQ, and screenshot 
   caption sections.

#### 2.3.3 – 2026-05-21

 * Replaced the SheetFusion block saved table ID field with a saved table dropdown
   using unique table names.
 * Added WordPress 7.0 compatibility updates.
 * Added Plugin Check compatibility updates.

#### 2.3.2 – 2026-05-21

 * Confirmed compatibility metadata for WordPress 7.0 and PHP 7.4+.
 * Resolved Plugin Check translator comment, prepared SQL, and prefixed variable
   findings.
 * Improved saved table setting persistence, safe cell rendering, filters, sorting,
   sticky headers, sync history, and builder controls.

#### 2.3.1 – 2026-05-11

 * Cleaned up the Table Setup Columns UI with clearer labels, table-style editing,
   and inline advanced controls.
 * Replaced duplicate filter setup with column-level filter type controls.
 * Added a Data Sample section for raw synced values and a separate Table Preview
   using the saved shortcode rendering path.
 * Improved frontend filter rendering for text, dropdown, number range, date range,
   and yes/no filters.
 * Preserved existing saved column schema keys while deriving filter enabled state
   from `filter_type`.

#### 2.3.0 – 2026-05-10

 * Added server-side row, column, and sync-log tables.
 * Added robust CSV parsing for quoted multiline cells.
 * Added saved-table REST rendering with pagination, search, filters, and sorting.
 * Added background sync, sync logs, and REST admin actions.
 * Replaced global frontend asset loading with conditional shortcode/block loading.
 * Added a modern builder for source, preview, columns, filters, formatting, layout,
   style, publish, and sync status.

#### 2.2.0 – 2026-05-07

 * Added database-backed saved tables.
 * Added admin table builder with visual theme customizer and preview.
 * Added saved-table shortcode format: `[sheetfusion table="123"]`.
 * Preserved existing direct Sheet ID shortcodes.
 * Added six themes, custom colors, density controls, responsive modes, cache controls,
   and local vendor assets.
 * Added image columns, improved link columns, sticky header, max-height scrolling,
   and async loading.
 * Added CSV, Excel, PDF, and print export controls.
 * Rewrote readme and help content for accuracy.

#### 2.1.2 – 2026-04-27

 * Switched Google Sheets fetch from the Visualization API endpoint to the plain
   CSV export endpoint.

## Meta

 *  Version **2.3.4**
 *  Last updated **4 óra ezelőtt**
 *  Active installations **Kevesebb, mint 10**
 *  WordPress version ** 5.8 vagy magasabb **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 vagy magasabb **
 *  Language
 * [English (US)](https://wordpress.org/plugins/sheetfusion/)
 * Tags
 * [data table](https://hu.wordpress.org/plugins/tags/data-table/)[datatables](https://hu.wordpress.org/plugins/tags/datatables/)
   [Google Sheets](https://hu.wordpress.org/plugins/tags/google-sheets/)[spreadsheet](https://hu.wordpress.org/plugins/tags/spreadsheet/)
   [table](https://hu.wordpress.org/plugins/tags/table/)
 *  [Bővített nézet](https://hu.wordpress.org/plugins/sheetfusion/advanced/)

## Vélemények

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sheetfusion/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sheetfusion/reviews/)

## Közreműködők

 *   [ isomite ](https://profiles.wordpress.org/isomite/)

## Támogatás

Elmúlt két hónapban megoldott problémák:

     1 problémából 1

 [Támogatói fórum megtekintése](https://wordpress.org/support/plugin/sheetfusion/)