Woo Exports
Scheduled CSV and XLSX exports for WooCommerce. Build named export configurations and have them emailed on a schedule.
by Biscuit Studios · github.com/biscuitstudios/woo-exports · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/biscuitstudios/woo-exports/releases/download/v0.15.1/woo-exports-v0.15.1.zipDeclares an update source (https://github.com/biscuitstudios/woo-exports), so updates arrive through the plugin's own updater.
Readme
Woo Exports
Scheduled CSV and XLSX exports for WooCommerce.
Built and maintained by Biscuit Studios for our own client sites. Published because it may be useful to others, not because it is a supported product. See Support.
What it does
Build named export configurations, run them on demand, or have them emailed on a schedule.
- Four data sources: Products, Orders, Customers, Attendees
- Named configurations, so a report you set up once can be re-run or scheduled without rebuilding it
- CSV or XLSX output
- Scheduled delivery by email, with the export attached
Requirements
- WordPress 6.3 or later
- WooCommerce
- PHP 8.2 or later
Installation
Download the zip from Releases, then Plugins → Add New → Upload Plugin.
Install the released zip, not a clone of this repository. The plugin depends
on PhpSpreadsheet, which is not committed here. The release zip is built by CI
with dependencies installed, so it runs as-is. A plain git clone has no
vendor/ directory and will fatal on activation.
Building from source
composer install --no-dev
bash bin/build.sh
--no-dev matters. Without it you ship PHPUnit and its dependencies inside the
plugin.
Support
None, in the usual sense. This is published as-is, and we make changes when our own client work calls for them.
You are welcome to fork it. If you find a genuine security problem, please report it privately using the Security tab on this repository rather than opening it in public.
License
GPL-2.0-or-later. See LICENSE.
Bundled dependencies keep their own licenses. PhpSpreadsheet is MIT.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.15.1 | Sep 8, 2026 | woo-exports-v0.15.1.zip | 3 |
| v0.15.0 | Sep 8, 2026 | woo-exports-v0.15.0.zip | 4 |
| v0.14.0 | Sep 7, 2026 | woo-exports-v0.14.0.zip | 4 |
| v0.13.0 | Sep 7, 2026 | woo-exports-v0.13.0.zip | 4 |
| v0.12.0 | Sep 3, 2026 | woo-exports-v0.12.0.zip | 2 |
| v0.11.0 | Sep 3, 2026 | woo-exports-v0.11.0.zip | 1 |
| v0.10.2 | Aug 22, 2026 | woo-exports-v0.10.2.zip | 3 |
| v0.10.1 | Aug 22, 2026 | woo-exports-v0.10.1.zip | 0 |