🔄 Excel ⇄ JSON 双向转换
🔄 Excel ⇄ JSON Bidirectional Conversion

Excel 与 JSON 之间
最便捷的转换桥梁
The Easiest Bridge Between
Excel and JSON

全场景覆盖: Web 应用 Excel 加载项 WPS 加载项 MCP 服务 API 本地离线方案 支持扁平与嵌套 JSON 互转,助您高效完成数据转换工作。

Full-scenario coverage: Web App Excel Add-in WPS Add-in API MCP Server local offline solutions Supports flat and nested JSON conversion for efficient data transformation.

两个产品,一个使命

Two Products, One Mission

Excel-to-JSON 和 JSON-to-Excel 是 WTSolutions 推出的两款专业数据转换工具, 覆盖从电子表格到 JSON 的双向转换场景,提供全平台、全场景的解决方案。

Excel-to-JSON and JSON-to-Excel are two professional data conversion tools by WTSolutions, covering bidirectional conversion between spreadsheets and JSON with full-platform, full-scenario solutions.

Excel-to-JSON

在 Excel 或 WPS 中将表格数据快速转换为结构化的 JSON 数据,支持扁平与嵌套两种模式,满足前后端开发、数据迁移等场景需求。

Quickly convert spreadsheet data into structured JSON within Excel or WPS. Supports both flat and nested modes for frontend/backend development and data migration.

Web App Excel Add-in WPS Add-in API MCP Local App Local Excel Add-in
了解详情 → Learn More →

JSON-to-Excel

将 JSON 数据(包括深层嵌套结构)转换为格式清晰的 Excel 表格。支持粘贴、文件上传、URL 加载三种输入方式,批量处理更高效。

Convert JSON data (including deeply nested structures) into well-formatted Excel spreadsheets. Supports paste, file upload, and URL loading with batch processing.

Web App Excel Add-in WPS Add-in API MCP Local App Local Excel Add-in
了解详情 → Learn More →

为什么选择我们的工具?

Why Choose Our Tools?

不仅仅是简单的格式转换,更是专业的数据处理伙伴。

More than simple format conversion — a professional data processing partner.

🔄

扁平 & 嵌套 JSON

Flat & Nested JSON

同时支持扁平结构和多层嵌套结构的 JSON 转换,通过自定义分隔符(点、下划线、斜杠等)灵活控制嵌套层级。

Supports both flat and multi-level nested JSON conversion with customizable delimiters (dot, underscore, slash, etc.) to flexibly control nesting levels.

🎯

精细的数据控制

Fine-grained Data Control

空单元格可设为空字符串、null 或排除;布尔值支持 true/false、字符串、数字三种格式;日期支持 ISO 8601 和天数两种输出。

Empty cells can be set to empty string, null, or excluded; booleans support true/false, string, and numeric formats; dates support ISO 8601 and days-since-1900 output.

🌐

全场景覆盖

Full-scenario Coverage

Web 应用、Excel 加载项、WPS 加载项、REST API、MCP 服务、本地离线应用 — 六种形态,满足任何使用场景。

Web App, Excel Add-in, WPS Add-in, REST API, MCP Service, Local Offline App — six forms to meet any use case.

🤖

AI 集成 (MCP)

AI Integration (MCP)

提供 MCP (Model Context Protocol) 服务,让 AI 模型可以直接调用 Excel-JSON 转换能力,实现智能数据处理工作流。

Provides MCP (Model Context Protocol) service, allowing AI models to directly invoke Excel-JSON conversion capabilities for intelligent data processing workflows.

🔒

隐私优先

Privacy First

数据在浏览器本地或您的设备上处理,不上传到服务器存储。本地化方案更是支持完全离线使用,数据安全有保障。

Data is processed locally in your browser or on your device — never uploaded to servers for storage. Local solutions support fully offline use for maximum data security.

💻

跨平台支持

Cross-platform Support

全面支持 Windows、Mac、Linux 三大桌面平台,以及通过浏览器访问的 Web 端,随时随地完成数据转换。

Full support for Windows, Mac, and Linux desktop platforms, plus web access via browser — convert data anytime, anywhere.

六种形态,无缝融入你的工作流

Six Forms, Seamlessly Fit Your Workflow

无论你是在浏览器中快速转换、在 Excel/WPS 中深度集成,还是通过 API 自动化处理,我们都有对应的解决方案。

Whether you need quick conversion in a browser, deep integration in Excel/WPS, or automated processing via API, we have the right solution.

🌐

Web 应用

Web App

浏览器中直接使用,无需安装

Use directly in browser, no installation

📊

Excel 加载项

Excel Add-in

在 Excel 中无缝集成,侧载转换

Seamless integration, convert in-place

📝

WPS 加载项

WPS Add-in

在 WPS 中实现同样的转换体验

Same conversion experience in WPS

API

API

HTTPS POST 请求,自动化集成

HTTPS POST for automated integration

🤖

MCP 服务

MCP Service

AI 模型直接调用,智能转换

AI model direct invocation

💡 还有本地化应用本地化加载项,支持完全离线使用,无需网络连接

💡 Also available: Local App and Local Add-ins for fully offline use

灵活强大的转换选项

Flexible & Powerful Options

每个细节都可控,确保输出的 JSON 或 Excel 完全符合你的预期。

Every detail is controllable, ensuring the output matches your expectations exactly.

双方适用 Both

转换模式

Conversion Mode

扁平模式适合简单表格,嵌套模式支持多层结构,满足复杂数据关系。

Flat mode for simple tables, nested mode for multi-level structures and complex data relationships.

双方适用 Both

嵌套分隔符

Nested Delimiter

支持点 (.)、下划线 (_)、双下划线 (__)、斜杠 (/) 四种分隔符,灵活适配不同命名规范。

Support for dot (.), underscore (_), double underscore (__), and slash (/) delimiters for various naming conventions.

Excel → JSON Excel → JSON

空单元格处理

Empty Cell Handling

三种输出方式:空字符串、null、或从 JSON 中排除,精确控制数据完整性。

Three output options: empty string, null, or exclude from JSON for precise data integrity control.

Excel → JSON Excel → JSON

布尔值格式

Boolean Format

可选择 JSON true/false、字符串 "true"/"false"、或数字 1/0 三种布尔值输出格式。

Choose between JSON true/false, string "true"/"false", or numeric 1/0 boolean output formats.

Excel → JSON Excel → JSON

日期格式

Date Format

支持 ISO 8601 标准日期字符串和自 1900-01-01 以来的天数两种日期输出格式。

Supports ISO 8601 standard date strings and days-since-1900-01-01 numeric format.

JSON → Excel JSON → Excel

最大嵌套深度

Max Nesting Depth

可自定义 1-20 层或无限深度,超出部分自动转为字符串,避免数据丢失。

Customizable depth from 1-20 levels or infinite; deeper levels are automatically stringified to prevent data loss.

简单透明的定价

Simple & Transparent Pricing

一个 Pro Code,两个产品通用。超低价格,专业体验。

One Pro Code for both products. Affordable pricing, professional experience.

免费版
Free
¥0 / 永久 / Forever
适合轻度使用
For light usage
  • 每次最多转换 6 行数据
  • Up to 6 rows per conversion
  • 基础转换功能
  • Basic conversion features
  • Web / Excel / WPS 全平台
  • Web / Excel / WPS all platforms
订阅周期 Billing Cycle 月付 Monthly 季度 Quarterly 半年 Semi-annual 年付 ⭐ Annual ⭐
CNY ¥19.9 ¥26.0 ¥36.0 ¥44.0
USD $2.66 $3.66 $4.99 $5.99

准备好提升你的数据转换效率了吗?

Ready to Boost Your Data Conversion Efficiency?

免费开始使用,7 天试用专业版。

Start for free, 7-day Pro trial.

立即开始 Excel→JSON Get Started Now Excel→JSON 立即开始 JSON→Excel Get Started Now JSON→Excel