# kimsama/Unity-QuickSheet

Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.

Repository: https://github.com/kimsama/Unity-QuickSheet
Canonical: https://ross.abutalabs.com/products/unity-quicksheet
Homepage: http://kimsama.github.io/Unity-QuickSheet
Language: C#
License: MIT
License Family: permissive
Topics: unity3d, unity3d-plugin, excel, spreadsheet, unity-editor, unity-quicksheet
Last push: 2021-08-28T11:49:59+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": 4283, "days_push": 1831, "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 1085, forks 187 (observed 2026-08-28T04:03:32.012665+00:00)

## What it is
A Unity editor plugin that imports Excel and Google Spreadsheet data into Unity as ScriptableObject assets without writing code. It uses NPOI for Excel files and GDataDB for Google Sheets, serializing rows automatically.

## Use cases
- import excel spreadsheet data into unity
- load google sheets into unity scriptableobjects
- game data balancing from spreadsheets without coding
- convert xls/xlsx to unity asset files
- import spreadsheet rows as unity assets in the editor

## When to choose
- you use Unity and want spreadsheet-driven game data with zero code
- you need Excel or Google Sheets data as ScriptableObject assets
- you want fast binary serialization instead of XML for game data

## When to avoid
- you work outside the Unity editor
- you need xlsx support on macOS (only xls is supported there)
- you need actively maintained tooling - the last release was 2021

## Facets
- artifact type: plugin
- maturity: maintenance
- function: serialization, parser, plugin-system, developer-tools
- domain: files
- platform: cross-platform, editor-plugin
- tags: unity, unity-editor, excel, google-spreadsheet, scriptableobject, game-data, no-code, game-development, automation

## Member repositories
- kimsama/Unity-QuickSheet (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.012665+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-30T06:49:49.280402+00:00, confidence not recorded.
  - readme: https://github.com/kimsama/Unity-QuickSheet (fetched 2026-08-28T04:03:32.012665+00:00, sha 81073e11971e)
  - homepage: http://kimsama.github.io/Unity-QuickSheet (fetched 2026-08-29T12:52:29.305037+00:00, sha 9ce5c1025208)
- Data as of 2026-08-30T08:39:29.467469+00:00.
