
SheetFusion turns public Google Sheets into modern WordPress tables without API keys, OAuth, visitor tracking, or telemetry.
Version 2.2.0 adds a saved-table builder and visualizer so site owners can create a table once, choose the look and behavior, preview it, and embed it anywhere with a short shortcode or the SheetFusion Table block.
Highlights
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:
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:
Recommended:
[sheetfusion table="123"]
Legacy direct embed:
[sheetfusion id="SHEET_ID" sheet="Sheet1"]
Common attributes:
theme – clean, stripe, minimal, dark, editorial, compactdensity – comfortable, compact, spaciousresponsive – scroll, stack, cardspage_length – rows per pageorder_column – 1-based default sort columnorder_dir – asc or descsearch, pagination, info, length_menu – true or falsefilter_column, filter_value, filter_mode – server-side row filteringlink_columns – comma-separated URL columnsimage_columns – comma-separated image URL columnsexport – csv, excel, pdf, print. PDF opens a browser print/save-to-PDF view without bundling a large PDF library.col_visibility – true or falseheight – optional max height in pixelssticky_header – true or falseasync – true or falserefresh – administrators can set refresh="1" to bypass cache once