# paulyoder/LinqToExcel

Use LINQ to retrieve data from spreadsheets and csv files

Repository: https://github.com/paulyoder/LinqToExcel
Canonical: https://ross.abutalabs.com/products/linqtoexcel
Language: C#
License: MIT
License Family: permissive
Last push: 2022-01-19T18:10:20+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5828, "days_push": 1687, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1058, forks 288 (observed 2026-08-28T04:03:25.054338+00:00)

## What it is
A .NET library that lets developers query Excel spreadsheets and CSV files using LINQ syntax, mapping worksheet rows to strongly-typed objects. It is explicitly unmaintained and the author recommends using newer alternatives.

## Use cases
- query excel spreadsheets with linq in c#
- read csv files into typed objects in .net
- filter spreadsheet rows like a database query
- map excel columns to class properties
- extract data from xlsx files in a dotnet app

## When to choose
- you are on legacy .NET code that already uses it
- you need simple LINQ-based querying of Excel/CSV and can accept an unmaintained dependency

## When to avoid
- starting a new project - the README says it is unmaintained and recommends alternatives
- you need modern Excel format support or active maintenance
- you cannot install the Microsoft Access Database Engine dependency

## Facets
- artifact type: library
- maturity: abandoned
- function: parser, data-science, etl
- domain: spreadsheets, files, developer-tools
- platform: dotnet, windows, cross-platform
- tags: excel, csv, linq, spreadsheet-querying, net-library

## Member repositories
- paulyoder/LinqToExcel (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:25.054338+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:57:51.618650+00:00, confidence not recorded.
  - readme: https://github.com/paulyoder/LinqToExcel (fetched 2026-08-28T04:03:25.054338+00:00, sha 2fa36f60d81c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
