Title: SheetFusion &#8211; Sync Google Sheets Into Tables. No Row Limits, No API Keys.
Author: isomite
Published: <strong>2026 年 3 月 28 日</strong>
Last modified: 2026 年 5 月 21 日

---

搜尋外掛

![](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.

 由 [isomite](https://profiles.wordpress.org/isomite/) 開發

[下載](https://downloads.wordpress.org/plugin/sheetfusion.2.3.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/sheetfusion/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/sheetfusion/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/sheetfusion/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/sheetfusion/#developers)

 [技術支援](https://wordpress.org/support/plugin/sheetfusion/)

## 外掛說明

SheetFusion turns public Google Sheets into modern WordPress tables without API 
keys, OAuth, visitor tracking, or telemetry.

Version 2.3.3 adds a saved table dropdown to the SheetFusion block and includes 
the WordPress 7.0 and Plugin Check compatibility updates.

**Highlights**

 * Saved table builder with per-table settings
 * Admin-only visualizer for colors, themes, density, and responsive behavior
 * Gutenberg block and shortcode support
 * Backward-compatible direct sheet embeds
 * Search, sorting, pagination, result info, row menu, and CSV/Excel/PDF/Print export
   buttons
 * Responsive modes: horizontal scroll, stacked rows, and mobile cards
 * Safe HTML columns for limited, sanitized links and inline markup
 * Optional sticky header and max-height table scrolling
 * Server-side row filtering by column
 * No row-count paywall; only a configurable safety cap to protect server memory
 * No telemetry and no external frontend CDN requests

**How it works**

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.

**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"]
    ```

Saved table mode uses saved settings only. The optional `class` attribute adds a
wrapper class:

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

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.

## 適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

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

## 安裝方式

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

## 常見問題集

### Does SheetFusion require an API key?

No. It uses the public CSV export endpoint for sheets published to the web.

### Does SheetFusion support private sheets?

No. Private sheets require OAuth or API credentials, which SheetFusion intentionally
avoids.

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

No. There is no row-count paywall. There is a configurable safety cap to protect
site memory and browser performance on very large sheets.

### Can I still use my old shortcodes?

Yes. Existing shortcodes such as `[sheetfusion id="SHEET_ID" sheet="Sheet1"]` continue
to work.

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

Use a saved table when you want reusable settings, synced rows, the block, or the
visual builder: `[sheetfusion table="123"]`. Saved table settings come from SheetFusion
> Table Setup and are not overridden by shortcode or block display defaults.

### Can I customize colors?

Yes. WordPress administrators can use the table visualizer to choose presets and
custom colors for each saved table.

### Does SheetFusion collect telemetry?

No. SheetFusion does not include Appsero-style telemetry or phone-home tracking.

## 使用者評論

![](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 年 5 月 21 日 2 則留言

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 年 4 月 2 日

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 則使用者評論 ](https://wordpress.org/support/plugin/sheetfusion/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈SheetFusion – Sync Google Sheets Into Tables. No Row Limits,
No API Keys.〉的開發相關工作。

參與者

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

[將〈SheetFusion – Sync Google Sheets Into Tables. No Row Limits, No API Keys.〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/sheetfusion)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/sheetfusion/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/sheetfusion/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/sheetfusion/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/sheetfusion/)。

## 變更記錄

#### 2.3.3 – 2026-05-21

 * Replaced the SheetFusion block saved table ID field with a saved table dropdown
   using unique table names.

#### 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.

## 中繼資料

 *  版本 **2.3.3**
 *  最後更新 **1 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/sheetfusion/)
 * 標籤:
 * [data table](https://tw.wordpress.org/plugins/tags/data-table/)[Google Sheets](https://tw.wordpress.org/plugins/tags/google-sheets/)
   [gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)[spreadsheet](https://tw.wordpress.org/plugins/tags/spreadsheet/)
   [table](https://tw.wordpress.org/plugins/tags/table/)
 *  [進階檢視](https://tw.wordpress.org/plugins/sheetfusion/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/sheetfusion/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/sheetfusion/reviews/)

## 參與者

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

## 技術支援

最近 2 個月解決的問題:

     總計 1 個問題，已解決 1 個

 [檢視技術支援論壇](https://wordpress.org/support/plugin/sheetfusion/)