xlsx-to-tsv/README.md

626 B

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