mirror of
https://hub.psychoinformatics.de/actions/xlsx-to-tsv.git
synced 2026-09-10 03:46:04 +00:00
626 B
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