Convert (multisheet) XLSX workbook into TSV file(s)
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-23 21:50:37 +02:00
.datalad initialized dataset 2026-08-22 19:52:37 +02:00
.forgejo/workflows feat: initial implementation 2026-08-23 21:50:37 +02:00
xlsx_to_tsv feat: initial implementation 2026-08-23 21:50:37 +02:00
.gitattributes initialized dataset 2026-08-22 19:52:37 +02:00
.gitignore feat: initial implementation 2026-08-23 21:50:37 +02:00
action.yml feat: initial implementation 2026-08-23 21:50:37 +02:00
pyproject.toml feat: initial implementation 2026-08-23 21:50:37 +02:00
README.md feat: initial implementation 2026-08-23 21:50:37 +02:00

XLSX to TSV Action

An action for converting a sheet from a .xlsx workbook into a .tsv. It assumes uv is available and runs the converter with uv run.

Usage

- name: Convert XLSX to TSV
  uses: https://hub.psychoinformatics.de/actions/xlsx-to-tsv@v1
  with:
    input: data/input.xlsx
    output: data/output.tsv

Inputs

Name Required Description
input yes Path to the source .xlsx file
output yes Path to the output .tsv file
sheet no Optional sheet selection (zero-based index or name), active worksheet is default

License

MIT