JsonExport LogoJsonExport
Your star fuels development

Star the repo to show you care + file issues on GitHub

Star
Instant Conversion. Zero Latency.
Figma

Figma to Excel Converter

Turn Figma design token and variable exports into structured spreadsheet tables.

raw_data.json
Input: Nested JSON
{
  "orders": [
    {
      "id": "ORD-001",
      "customer": {
        "name": "Alex Chen",
        "email": "alex@tech.co"
      },
      "items": ["Laptop", "Mouse"],
      "total": 1299.99
    },
    {
      "id": "ORD-002",
      "customer": {
        "name": "Sarah Jones",
        "email": "sarah@design.io"
      },
      "items": ["Monitor"],
      "total": 349.50
    }
  ]
}
Flattening Nested Objects...
Output: Clean Table
4 Columns Found
IDCustomer NameItemsTotal
ORD-001Alex ChenLaptop, Mouse$1,299.99
ORD-002Sarah JonesMonitor$349.50
Done (0.02s)
No Data Upload
GDPR/HIPAA Compliant
Instant Processing
Free to Use
10,000+
Files Converted
500+
Business Analysts
100%
Private & Secure
1

Trusted by Ops Professionals

Join thousands of ops, support, and admin professionals who trust JsonExport for secure, fast JSON to Excel conversions

Saves 3 hours weekly

I used to spend 3+ hours every week converting HubSpot JSON exports to Excel for my manager. JsonExport cut that down to 5 minutes. The auto-unescape feature handles our double-encoded data flawlessly.

SK

Sarah K.

RevOps Manager at Fortune 500 Retail Company

HIPAA compliant

Privacy was my #1 concern. Other tools required uploading patient data to their servers. JsonExport processes everything client-side, which means we're HIPAA compliant. Absolute game-changer for our team.

MR

Michael R.

Salesforce Admin at Healthcare Analytics (2,500+ employees)

Auto-unescape magic

Google Analytics JSON exports used to be a hassle to convert. Other tools either crash or require uploads to their servers. JsonExport's auto-unescape handles our double-encoded data flawlessly. Plus it's completely free!

JT

Jennifer T.

Marketing Ops Manager at SaaS Startup

No coding required

Converting Shopify order JSONs with nested line items used to be a nightmare. JsonExport's nested view makes it easy to see relationships, then export to flat Excel for reporting. No Python skills needed.

DL

David L.

E-commerce Operations Lead at Mid-size Retail (500+ stores)

30 min → 2 min

We pull Stripe transaction data daily. The timestamp conversion and metadata flattening features save me from writing custom scripts. What used to take 30 minutes now takes 2.

RM

Rachel M.

Financial Administrator at Fintech Company

Frequently Asked Questions

Everything you need to know about converting JSON to Excel

Absolutely safe! JsonExport processes everything in your browser using JavaScript. Your data never leaves your computer - no uploads, no servers, 100% private.

Quick Answer

Convert Figma Variables and Design Tokens JSON into Excel by pasting your export file. The tool automatically separates modes (Light/Dark), token categories, and resolved values into organized columns.

Why use Figma to Excel Converter?

Design system engineers and product teams frequently export Figma variables and tokens as JSON. However, nested mode values and variable collections are unreadable in Excel. JsonExport flattens Figma collections into clear rows with dedicated columns for each theme mode.

Native Support

Specifically tuned to handle the quirks and nested structures of Figma JSON data.

Flatten Figma Variable Collections and token definitions
Organize Light Mode and Dark Mode values into clean side-by-side columns
Extract token descriptions, resolved types, and scopes
100% Private local conversion for proprietary design systems
FigmaLive Transformation Architecture

How JsonExport Flattens Figma Data

Figma Variables and Design Tokens export. Nested objects and complex arrays are unpacked into clean spreadsheet columns automatically.

Before: Raw Figma Nested JSON
{
  "version": "1.0.0",
  "metadata": {
    "fileKey": "fig_xyz789",
    "fileName": "Design System 2026",
    "exportedAt": "2026-08-28T10:00:00Z"
  },
  "collections": [
    {
      "id": "VariableCollectionId:101:1",
      "name": "Colors & Tokens",
      "modes": [
        {
          "modeId": "101:0",
          "name": "Light Mode"
        },
        {
          "modeId": "101:1",
          "name": "Dark Mode"
        }
      ],
      "variables": [
        {
          "id": "VariableID:201:1",
          "name": "colors/primary/default",
          "resolvedType": "COLOR",
          "valuesByMode": {
            "101:0": {
              "r": 0.12,
              "g": 0.44,
              "b": 0.98,
              "a": 1
            },
            "101:1": {
              "r": 0.24,
              "g": 0.58,
              "b": 1,
              "a": 1
            }
          },
          "description": "Primary Brand Color for buttons and links"
        },
        {
          "id": "VariableID:202:1",
          "name": "spacing/layout/padding-lg",
          "resolvedType": "FLOAT",
          "valuesByMode": {
            "101:0": 32,
            "101:1": 32
          },
          "description": "Standard container outer margin"
        }
      ]
    }
  ]
}
After: Flattened Excel (.xlsx) Columns
Clean Dot-Notation Columns
collections.0.idcollections.0.modescollections.0.namecollections.0.variablesmetadata.exportedAtmetadata.fileKey
VariableCollectionId:101:1[{"modeId":"101:0","name":"Light Mode"},{"modeId":"101:1","name":"Dark Mode"}]Colors & Tokens[{"id":"VariableID:201:1","name":"colors/primary/default","resolvedType":"COLOR","valuesByMode":{"101:0":{"r":0.12,"g":0.44,"b":0.98,"a":1},"101:1":{"r":0.24,"g":0.58,"b":1,"a":1}},"description":"Primary Brand Color for buttons and links"},{"id":"VariableID:202:1","name":"spacing/layout/padding-lg","resolvedType":"FLOAT","valuesByMode":{"101:0":32,"101:1":32},"description":"Standard container outer margin"}]2026-08-28T10:00:00Zfig_xyz789
Zero [object Object] errors

Specific Questions

How do I convert Figma Tokens to CSV or Excel?

Export your tokens or variables JSON from Figma (or via plugins like Tokens Studio), paste the JSON here, and download as Excel (.xlsx) or CSV.

Does this handle multi-mode variables (e.g. Light/Dark)?

Yes. Our Smart Flattener unrolls the valuesByMode structure into separate columns so you can compare modes in Excel.

Related Data Converters

More format and platform converters matching your workflow

View all 35+ converters →