# dilshod/xlsx2csv

Convert xslx to csv, it is fast, and works for huge xlsx files

Repository: https://github.com/dilshod/xlsx2csv
Canonical: https://ross.abutalabs.com/products/xlsx2csv
Language: Python
License: MIT
License Family: permissive
Last push: 2026-08-21T17:51:28+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 8, longevity 100
- inputs: {"age_days": 6010, "days_push": 12, "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 1776, forks 305 (observed 2026-08-28T04:05:34.598095+00:00)

## What it is
A fast Python command-line tool that converts Microsoft Excel XLSX files to CSV format, including support for very large files. It can be installed via pip or run standalone as a single script, with options for sheet selection, encoding, delimiters, and date formats.

## Use cases
- convert xlsx to csv from the command line
- extract a specific excel sheet to csv
- convert huge excel files without running out of memory
- batch export all sheets of a workbook to csv
- change date and float formatting when exporting excel data
- convert xlsx to csv with custom delimiter or encoding

## When to choose
- you need a fast, dependency-light xlsx-to-csv converter
- you work with very large Excel files that crash GUI tools
- you want scriptable conversion in pipelines or cron jobs
- you need fine control over sheets, delimiters, encodings, and formats

## When to avoid
- you need to convert csv back to xlsx
- you need to preserve complex formatting, charts, or formulas
- you need to read legacy .xls files
- you prefer a GUI-based conversion tool

## Facets
- artifact type: cli-tool
- maturity: stable
- function: cli, parser, csv, developer-tools
- domain: files, spreadsheets, developer-tools
- platform: python, cli, cross-platform
- tags: xlsx, spreadsheet-conversion, excel, data-conversion, streaming, command-line

## Member repositories
- dilshod/xlsx2csv (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:34.598095+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:25:15.857606+00:00, confidence not recorded.
  - readme: https://github.com/dilshod/xlsx2csv (fetched 2026-08-28T04:05:34.598095+00:00, sha c506f3228db9)
  - registry_pypi: https://pypi.org/pypi/xlsx2csv/json (fetched 2026-08-29T11:03:39.249610+00:00, sha 3c32491b5f29)
- Data as of 2026-08-30T08:39:29.467469+00:00.
