mirror of
https://hub.psychoinformatics.de/actions/xlsx-to-tsv.git
synced 2026-09-10 03:46:04 +00:00
Convert (multisheet) XLSX workbook into TSV file(s)
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .datalad | ||
| .forgejo/workflows | ||
| xlsx_to_tsv | ||
| .gitattributes | ||
| .gitignore | ||
| action.yml | ||
| pyproject.toml | ||
| README.md | ||
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