# neil3d/excel2json

把Excel表转换成json对象，并保存到一个文本文件中。

Repository: https://github.com/neil3d/excel2json
Canonical: https://ross.abutalabs.com/products/excel2json
Homepage: https://neil3d.github.io
Language: C#
License: MIT
License Family: permissive
Topics: json, excel2json, excel
Last push: 2022-12-08T14:48:31+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4331, "days_push": 1364, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1871, forks 506 (observed 2026-08-28T04:05:46.907732+00:00)

## What it is
A C# tool that converts Excel spreadsheets into JSON objects saved to text files, available as both a command-line tool and a GUI. Commonly used for exporting game configuration data from Excel tables.

## Use cases
- convert excel spreadsheets to json
- export game config tables from excel
- batch convert xlsx files to json via command line
- serialize excel sheets as json arrays
- exclude columns from excel export with a prefix

## When to choose
- you need to turn Excel tables into JSON for game data or configuration
- you want both a CLI for automation and a GUI for manual conversion
- you need header handling, encoding control, and date formatting options

## When to avoid
- you need to convert JSON back to Excel
- you work with CSV or other spreadsheet formats instead of Excel
- you need actively developed features or recent bug fixes

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: serialization, cli, developer-tools
- domain: developer-tools, files
- platform: windows, cross-platform, cli, dotnet
- tags: excel, json, game-config, data-conversion, gui, game-development

## Member repositories
- neil3d/excel2json (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:46.907732+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:15:02.330780+00:00, confidence not recorded.
  - readme: https://github.com/neil3d/excel2json (fetched 2026-08-28T04:05:46.907732+00:00, sha c49a57b46982)
  - homepage: https://neil3d.github.io (fetched 2026-08-29T10:54:00.789021+00:00, sha c050b6a8813c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
