How to Export Sales Data to CSV
Tax season. Your accountant asks for "a spreadsheet of all your sales." You sell on three platforms. Each has a different export format, different column names, different date formats. Here's how to get one clean file.
The Three-Export Nightmare
- 1 Export CSV from LemonSqueezy. Column headers: "order_id, user_email, total..."
- 2 Export CSV from Gumroad. Different columns: "sale_id, buyer_email, price..."
- 3 Export CSV from Stripe. Yet another format: "id, customer, amount..."
- 4 Open all three in Excel. Manually normalize columns
- 5 Merge into one sheet. Pray you didn't mess up a date format
One Tap, One File
- ✓ SaneSales exports all orders from all platforms in one CSV
- ✓ Unified columns: date, customer, product, amount, refund, provider, status
- ✓ Refund amounts included per order — your accountant sees net revenue instantly
- ✓ Filter before export: by provider, date range, or product
- ✓ Share via AirDrop, Files, or email — standard CSV, opens anywhere
What's in the CSV
Every row is one order. Columns include the order date, customer email, product name, amount paid, refund amount (if any), provider (LemonSqueezy/Gumroad/Stripe), and order status. Import directly into Excel, Google Sheets, QuickBooks, or any accounting tool.