datalad_tabby.io.xlsx
Conversion of tabby TSV files to and from XLSX multi-sheet spreadsheets
- datalad_tabby.io.xlsx.tabby2xlsx(src: Path, dest: Path) Path [source]
Convert a tabby record as a series of TSVs to a (multi-sheet) XLSX file
The XLSX file will use the name of the TSV collection (without extension and the sheet name) and append
.xslx
to build the full output filename in thedest
directory.
- datalad_tabby.io.xlsx.xlsx2tabby(src: Path, dest: Path) List[Path] [source]
Convert a tabby record in a (multi-sheet) XLSX file to a series of TSVs
The TSV file collection will use the name of the XLSX file (without extension) as name prefix and append
_<sheetname>.tsv
it to build the full output filename in thedest
directory.