🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
RawType Order Exporter — Spreadsheet & CSV for WooCommerce
RawType Order Exporter — Spreadsheet & CSV for WooCommerce

RawType Order Exporter — Spreadsheet & CSV for WooCommerce

0/5 (0 ratings) — active installs Updated May 5, 2026
Choose what to export — orders, products, customers, or cross-entity queries. Each card shows available fields and record counts.

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.

Why Choose This Plugin?

  • Visual Query Builder — drag, drop and configure fields without writing a single line of code
  • Export to Excel & CSV — native .xlsx and .csv support, ready to open in Excel, Google Sheets or LibreOffice
  • Woo Orders Export — download orders with all details: status, totals, line items, shipping, billing and custom fields
  • Product & Customer Data — not just orders — get products with variations, stock, prices, and customers with purchase history
  • Smart Filters — filter by date range, order status, product category, customer role and more before downloading
  • Bulk Processing — handle thousands of rows efficiently with background processing
  • Modern React Interface — fast, responsive admin panel powered by the WordPress REST API
  • HPOS Compatible — fully compatible with WooCommerce High-Performance Order Storage
  • Lightweight & Fast — minimal footprint, loads only on plugin pages
  • Translation Ready — fully internationalized with translations for 10 languages included

Export Woo Data Your Way

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.

Works With

  • WooCommerce 8.2+ (including HPOS)
  • WordPress 5.8+
  • PHP 7.4+
  • Excel, Google Sheets, LibreOffice, Numbers

Pro Features

  • Scheduled automatic reports (daily, weekly, monthly)
  • Direct Google Sheets integration
  • Advanced calculated columns
  • Email delivery of spreadsheet files
  • Priority support
  • View Pro features

Source Code

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:

  • JS sources: src/admin/ (React components, hooks, utilities — plain .js / JSX, no minification)
  • Build config: webpack.config.js, package.json
  • Build command: npm 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.