Linux 软件免费装
Banner图

StoreSheet – Google Sheets Sync for WooCommerce

开发者 mralaminahamed
更新时间 2026年7月18日 08:58
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

woocommerce sync inventory spreadsheet google-sheets

下载

1.0.0

详情介绍:

StoreSheet copies your WooCommerce products, orders, and coupons into a Google Spreadsheet and keeps them current. The work happens in the background on WordPress's own task scheduler, so it doesn't hold up the checkout or the admin. The free version syncs one way: WooCommerce to Google Sheets. Once the data is in a sheet, you can build reports on it or hand a copy to someone who doesn't have a WordPress login. What it does: How it works:
  1. You connect a Google account with OAuth 2.0. The credentials stay on your server.
  2. StoreSheet creates a spreadsheet with tabs for Products, Orders, Coupons, Overview, and Reports. (The Variations and Customers tabs are laid out but only filled in by StoreSheet Pro.)
  3. When a WooCommerce event fires — a new order, a product edit, a new coupon — StoreSheet queues a job through Action Scheduler that writes that one row to the sheet.
  4. A scheduled run (every 15 minutes by default) picks up anything the live jobs missed. Because it all runs on Action Scheduler in the background, the store keeps responding normally.
Sync coverage (free): | Tab | WC → Sheets | |---|---| | Products | ✓ | | Orders | ✓ (choose which statuses) | | Coupons | ✓ | | Overview | Formula dashboard | | Reports | Formula analytics | If a job fails for good, StoreSheet emails the site admin and, if you set one up, posts to a Slack webhook so you're not left guessing.

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install via Plugins → Add New.
  2. Activate the plugin (WooCommerce must be installed and active).
  3. Go to StoreSheet.
  4. On the Connect tab, enter your Google OAuth credentials and click Authorize.
  5. On the Connect tab, click Create Spreadsheet — StoreSheet builds the full sheet structure.
  6. Open the Sync tab to choose your interval, order statuses, and data types. Your WooCommerce data begins flowing into the spreadsheet.

屏幕截图:

  • Connect tab — Google OAuth and spreadsheet setup.
  • Sheets tab — per-tab column map.
  • Sync settings — direction, interval, order statuses, and data types.
  • The auto-generated Google Spreadsheet with all tabs.

升级注意事项:

1.0.0 Initial release. No upgrade steps required.

常见问题:

Does this plugin store my Google credentials?

Your OAuth refresh token is stored in the WordPress options table (encrypted at rest if you use a security plugin that encrypts options). The client secret is never sent to the browser.

Can I edit a cell in Google Sheets and have it update WooCommerce?

No, not in the free version. The free build only syncs one way, WooCommerce to Sheets. Editing in the sheet and having it push back to WooCommerce is a StoreSheet Pro feature that runs over a signed Apps Script webhook.

How often does WooCommerce sync to Sheets?

Individual changes go across in real time (a new order, a saved product, a new coupon). On top of that, a scheduled run every 15 minutes by default sweeps up anything the live jobs missed. You can change that interval on the Sync tab.

What happens if the Google Sheets API is down?

Action Scheduler retries the failed jobs. If they still fail after the last attempt, StoreSheet emails the admin (when notifications are on). Your store keeps running either way, since the sync never blocks a WooCommerce request.

Can I import my whole existing catalog at once?

New changes sync on their own, and the scheduled run keeps the sheet current from there. Loading a large existing catalog in one go (in chunks small enough not to time out) is the bulk backfill in StoreSheet Pro.

Does it work with Dokan vendors?

Per-vendor sheets for Dokan stores come with the StoreSheet Pro add-on.

更新日志:

1.0.0