

Choose what to export — orders, products, customers, or cross-entity queries. Each card shows available fields and record counts.
RawType Order Exporter — Spreadsheet & CSV for WooCommerce lets you build custom data queries visually and download WooCommerce orders, customers and products as Excel (.xlsx) or CSV files with smart filters — no coding required.
Whether you need a quick order report for your accountant, a filtered product list for inventory, or a full customer spreadsheet for your CRM, this plugin handles it in seconds.
Stop copying data manually from your Woo store. This plugin gives you a visual query builder where you select exactly which fields to include in your Excel or CSV spreadsheet. Choose from orders, products or customers, apply filters, and download your file in one click.
The full, human-readable source for the bundled admin JavaScript (build/admin/index.js) is shipped inside this plugin under the src/admin/ directory. The build tooling required to regenerate the bundle is also included:
src/admin/ (React components, hooks, utilities — plain .js / JSX, no minification)webpack.config.js, package.jsonnpm install && npm run build (uses @wordpress/scripts)The compiled output lives in build/admin/ and is generated 1:1 from the files in src/admin/. No obfuscation is applied.